Winter Cardinal UI - v0.457.0 / DMapTilePyramidImpl
EventEmitter
↳ DMapTilePyramidImpl
• new DMapTilePyramidImpl(options): DMapTilePyramidImpl
| Name | Type |
|---|---|
options |
DMapTilePyramidOptions |
utils.EventEmitter.constructor
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:35
• Protected Readonly _builder: DMapTileUrlBuilder
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:20
• Protected Readonly _canvas: DBase<DThemeBase, DBaseOptions<DThemeBase, any>>
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:19
• Protected _coordinate: DMapCoordinate
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:28
• Protected _fitBound: () => void
▸ (): void
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:30
• Protected _fitBoundTimeout: undefined | number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:31
• Protected _fitThrottle: number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:33
• Protected _fitThrottledBound: () => void
▸ (): void
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:32
• Protected _mapping: DMapTileMapping
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:26
• Protected _mappingInternal: DMapTileMappingInternal
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:27
• Protected _maxZ: number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:25
• Protected _minZ: number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:24
• Protected _onLoadedBound: () => void
▸ (): void
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:29
• Protected Readonly _planes: (undefined | DMapTilePlane)[]
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:21
• Protected _tz: number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:23
• Protected _z: number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:22
▪ Static Protected WORK_LONLAT: Point
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:17
• get coordinate(): DMapCoordinate
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:67
• get mapping(): DMapTileMapping
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:117
• set mapping(mapping): void
| Name | Type |
|---|---|
mapping |
DMapTileMapping |
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:121
▸ addListener(event, fn, context?): this
Alias method for on
| Name | Type |
|---|---|
event |
string | symbol |
fn |
Function |
context? |
any |
this
utils.EventEmitter.addListener
node_modules/pixi.js/pixi.js.d.ts:25495
▸ cleanup(): void
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:273
▸ destroy(): this
this
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:306
▸ destroyPlanesAfter(tz, planes): void
| Name | Type |
|---|---|
tz |
number |
planes |
(undefined | DMapTilePlane)[] |
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:263
▸ destroyPlanesBefore(tz, planes): void
| Name | Type |
|---|---|
tz |
number |
planes |
(undefined | DMapTilePlane)[] |
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:253
▸ emit(event, ...args): boolean
Calls each of the listeners registered for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
...args |
any[] |
Arguments that are passed to registered listeners |
boolean
true if the event had listeners, else false.
utils.EventEmitter.emit
node_modules/pixi.js/pixi.js.d.ts:25441
▸ eventNames(): (string | symbol)[]
Return an array listing the events for which the emitter has registered listeners.
(string | symbol)[]
utils.EventEmitter.eventNames
node_modules/pixi.js/pixi.js.d.ts:25415
▸ fit(): this
this
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:217
▸ fitThrottled(): void
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:71
▸ listenerCount(event): number
Return the number of listeners listening to a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
number
utils.EventEmitter.listenerCount
node_modules/pixi.js/pixi.js.d.ts:25432
▸ listeners(event): Function[]
Return the listeners registered for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
Function[]
utils.EventEmitter.listeners
node_modules/pixi.js/pixi.js.d.ts:25424
▸ move(scale, lon0, lat0, lon1, lat1): this
| Name | Type |
|---|---|
scale |
number |
lon0 |
number |
lat0 |
number |
lon1 |
number |
lat1 |
number |
this
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:191
▸ newPlane(tz): DMapTilePlane
| Name | Type |
|---|---|
tz |
number |
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:145
▸ off(event, fn?, context?, once?): this
Alias method for removeListener
| Name | Type |
|---|---|
event |
string | symbol |
fn? |
Function |
context? |
any |
once? |
boolean |
this
utils.EventEmitter.off
node_modules/pixi.js/pixi.js.d.ts:25489
▸ on(event, fn, context?): this
Add a listener for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
fn |
Function |
The listener function. |
context? |
any |
The context to invoke the listener with. |
this
this.
utils.EventEmitter.on
node_modules/pixi.js/pixi.js.d.ts:25452
▸ onLoaded(): void
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:301
▸ once(event, fn, context?): this
Add a one-time listener for a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
fn |
Function |
The listener function. |
context? |
any |
The context to invoke the listener with. |
this
this.
utils.EventEmitter.once
node_modules/pixi.js/pixi.js.d.ts:25463
▸ removeAllListeners(event?): this
Remove all listeners, or those of the specified event.
| Name | Type | Description |
|---|---|---|
event? |
string | symbol |
The event name. |
this
this.
DMapTilePyramid.removeAllListeners
utils.EventEmitter.removeAllListeners
node_modules/pixi.js/pixi.js.d.ts:25483
▸ removeListener(event, fn?, context?, once?): this
Remove the listeners of a given event.
| Name | Type | Description |
|---|---|---|
event |
string | symbol |
The event name. |
fn? |
Function |
Only remove the listeners that match this function. |
context? |
any |
Only remove the listeners that have this context. |
once? |
boolean |
Only remove one-time listeners. |
this
this.
DMapTilePyramid.removeListener
utils.EventEmitter.removeListener
node_modules/pixi.js/pixi.js.d.ts:25475
▸ render(renderer): void
| Name | Type |
|---|---|
renderer |
Renderer |
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:156
▸ toMapping(canvas, mapping, coordinate): DMapTileMappingInternal
| Name | Type |
|---|---|
canvas |
DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
mapping |
DMapTileMapping |
coordinate |
DMapCoordinate |
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:77
▸ toTileZ(tz): number
| Name | Type |
|---|---|
tz |
number |
number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:179
▸ toZ(scale): number
| Name | Type |
|---|---|
scale |
number |
number
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:187
▸ updateTransform(): void
void
src/main/typescript/wcardinal/ui/d-map-tile-pyramid-impl.ts:183