Class: MapDragPanRTRController
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Controllers/MapDragPanRTRController.ts:29
Controls the target, orientation, and range of a map while drag-to-pan is active.
Extends
MapSystemController
<MapDragPanRTRControllerModules
>
Constructors
Constructor
new MapDragPanRTRController(
context
):MapDragPanRTRController
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:30
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
context | MapSystemContext <MapDragPanRTRControllerModules , any , any , any > | This controller's map context. |
Returns
MapDragPanRTRController
Inherited from
MapSystemController<MapDragPanRTRControllerModules>.constructor
Properties
context
protected
readonly
context:MapSystemContext
<MapDragPanRTRControllerModules
,any
,any
,any
>
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:24
Inherited from
MapSystemController.context
Accessors
isAlive
Get Signature
get isAlive():
boolean
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:20
Whether this controller is alive.
Returns
boolean
Inherited from
MapSystemController.isAlive
Methods
destroy()
destroy():
void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Controllers/MapDragPanRTRController.ts:93
Returns
void
Inherit Doc
Overrides
MapSystemController.destroy
onAfterMapRender()
onAfterMapRender():
void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Controllers/MapDragPanRTRController.ts:42
Returns
void
Inherit Doc
Overrides
MapSystemController.onAfterMapRender
onAfterUpdated()
onAfterUpdated(
time
,elapsed
):void
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:78
This method is called immediately after this controller's map updates its layers.
Parameters
Parameter | Type | Description |
---|---|---|
time | number | The current time, as a Javascript timestamp. |
elapsed | number | The elapsed time, in milliseconds, since the last update. |
Returns
void
Inherited from
MapSystemController.onAfterUpdated
onBeforeUpdated()
onBeforeUpdated(
time
,elapsed
):void
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:68
This method is called immediately before this controller's map updates its layers.
Parameters
Parameter | Type | Description |
---|---|---|
time | number | The current time, as a Javascript timestamp. |
elapsed | number | The elapsed time, in milliseconds, since the last update. |
Returns
void
Inherited from
MapSystemController.onBeforeUpdated
onDeadZoneChanged()
onDeadZoneChanged(
deadZone
):void
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:48
This method is called when the dead zone of this controller's map changes.
Parameters
Parameter | Type | Description |
---|---|---|
deadZone | ReadonlyFloat64Array | The map's new dead zone. |
Returns
void
Inherited from
MapSystemController.onDeadZoneChanged
onDragPanActivated()
protected
onDragPanActivated():void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Controllers/MapDragPanRTRController.ts:66
Responds to map pointer activation.
Returns
void
onDragPanActiveChanged()
protected
onDragPanActiveChanged(isActive
):void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Controllers/MapDragPanRTRController.ts:55
Responds to map pointer activation changes.
Parameters
Parameter | Type | Description |
---|---|---|
isActive | boolean | Whether the map pointer is active. |
Returns
void
onMapDestroyed()
onMapDestroyed():
void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Controllers/MapDragPanRTRController.ts:88
Returns
void
Inherit Doc
Overrides
MapSystemController.onMapDestroyed
onMapProjectionChanged()
onMapProjectionChanged(
mapProjection
,changeFlags
):void
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:58
This method is called when the projection of this controller's map changes.
Parameters
Parameter | Type | Description |
---|---|---|
mapProjection | MapProjection | The map projection. |
changeFlags | number | Bit flags describing the type of change. |
Returns
void
Inherited from
MapSystemController.onMapProjectionChanged
onPointerDeactivated()
protected
onPointerDeactivated():void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Controllers/MapDragPanRTRController.ts:78
Responds to map pointer deactivation.
Returns
void
onSleep()
onSleep():
void
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:92
This method is called when this controller's map is put to sleep.
Returns
void
Inherited from
MapSystemController.onSleep
onWake()
onWake():
void
Defined in: src/sdk/components/mapsystem/MapSystemController.ts:85
This method is called when this controller's map is awakened.
Returns
void
Inherited from
MapSystemController.onWake