Skip to content

@jdultra/ultra-globe


@jdultra/ultra-globe / FeatureTrackingController

Class: FeatureTrackingController

Defined in: controls/FeatureTrackingController.d.ts:1

Extends

Constructors

Constructor

new FeatureTrackingController(camera, domElement, map): FeatureTrackingController

Defined in: controls/FeatureTrackingController.d.ts:2

Parameters

camera

any

domElement

any

map

any

Returns

FeatureTrackingController

Overrides

Controller.constructor

Properties

active

active: boolean

Defined in: controls/FeatureTrackingController.d.ts:4


camera

camera: Camera

Defined in: controls/Controller.d.ts:13

Inherited from

Controller.camera


dom

dom: HTMLDocument

Defined in: controls/Controller.d.ts:10

Inherited from

Controller.dom


dragging

dragging: boolean

Defined in: controls/FeatureTrackingController.d.ts:11


dragPosition

dragPosition: any[] | undefined

Defined in: controls/FeatureTrackingController.d.ts:12


isFeatureTrackingController

isFeatureTrackingController: boolean

Defined in: controls/FeatureTrackingController.d.ts:3


map

map: Map<any, any>

Defined in: controls/Controller.d.ts:12

Inherited from

Controller.map


next

next: any

Defined in: controls/Controller.d.ts:9

Inherited from

Controller.next


pendingRotate

pendingRotate: Object

Defined in: controls/FeatureTrackingController.d.ts:18


pendingZoom

pendingZoom: number

Defined in: controls/FeatureTrackingController.d.ts:22


planet

planet: any

Defined in: controls/Controller.d.ts:11

Inherited from

Controller.planet


relation

relation: { range: any; azimuth: number; elevation: any; } | undefined

Defined in: controls/FeatureTrackingController.d.ts:6


touchGesture

touchGesture: { midX: number; midY: number; distance: number; } | undefined

Defined in: controls/FeatureTrackingController.d.ts:13


trackedUUID

trackedUUID: any

Defined in: controls/FeatureTrackingController.d.ts:5

Methods

activate()

activate(uuid): Object

Defined in: controls/FeatureTrackingController.d.ts:42

Parameters

uuid

any

Returns

Object


append()

append(aController): void

Defined in: controls/Controller.d.ts:18

Parameters

aController

any

Returns

void

Inherited from

Controller.append


clear()

clear(): void

Defined in: controls/Controller.d.ts:20

Returns

void

Inherited from

Controller.clear


deactivate()

deactivate(): void

Defined in: controls/FeatureTrackingController.d.ts:43

Returns

void


event()

event(eventName, e): void

Defined in: controls/Controller.d.ts:14

Parameters

eventName

any

e

any

Returns

void

Inherited from

Controller.event


update()

update(): void

Defined in: controls/Controller.d.ts:16

Returns

void

Inherited from

Controller.update