Winter Cardinal UI - v0.457.0 / DMapTilePlane
• new DMapTilePlane(parent, builder, tz, mapping, coordinate, onLoaded): DMapTilePlane
| Name | Type |
|---|---|
parent |
DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
builder |
DMapTileUrlBuilder |
tz |
number |
mapping |
DMapTileMappingInternal |
coordinate |
DMapCoordinate |
onLoaded |
() => void |
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:49
• Protected Readonly _builder: DMapTileUrlBuilder
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:17
• Protected _coordinate: DMapCoordinate
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:41
• Protected Readonly _deleteTileBound: (tile: DMapTile, tileCode: number, tiles: Map<number, DMapTile>) => void
▸ (tile, tileCode, tiles): void
| Name | Type |
|---|---|
tile |
DMapTile |
tileCode |
number |
tiles |
Map<number, DMapTile> |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:30
• Protected Readonly _destroyTileBound: (tile: DMapTile) => void
▸ (tile): void
| Name | Type |
|---|---|
tile |
DMapTile |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:35
• Protected _isLoaded: boolean
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:42
• Protected _isOnLoadedAllowed: boolean
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:47
• Protected _isOnLoadedCalled: boolean
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:46
• Protected _lat0: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:20
• Protected _lat1: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:22
• Protected _lon0: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:19
• Protected _lon1: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:21
• Protected _mapping: DMapTileMappingInternal
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:40
• Protected Readonly _onLoaded: () => void
▸ (): void
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:44
• Protected Readonly _onLoadedBound: () => void
▸ (): void
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:45
• Protected Readonly _parent: DBase<DThemeBase, DBaseOptions<DThemeBase, any>>
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:16
• Protected Readonly _renderTileBound: (tile: DMapTile) => void
▸ (tile): void
| Name | Type |
|---|---|
tile |
DMapTile |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:25
• Protected Optional _renderer: Renderer
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:24
• Protected _tileCount: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:36
• Protected _tileScale: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:37
• Protected _tileScaleRelative: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:38
• Protected _tileSize: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:39
• Protected Readonly _tiles: Map<number, DMapTile>
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:23
• Protected _txmax: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:27
• Protected _txmin: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:26
• Protected _tymax: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:29
• Protected _tymin: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:28
• Protected Readonly _tz: number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:18
• Protected Readonly _updateLoadingStateForEach: (tile: DMapTile) => void
▸ (tile): void
| Name | Type |
|---|---|
tile |
DMapTile |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:43
▪ Static Protected WORK: Point
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:14
• get loaded(): boolean
boolean
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:343
• get mapping(): DMapTileMappingInternal
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:350
• set mapping(mapping): void
| Name | Type |
|---|---|
mapping |
DMapTileMappingInternal |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:354
• get tz(): number
number
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:110
▸ deleteTile(tile, tileCode, tiles): void
| Name | Type |
|---|---|
tile |
DMapTile |
tileCode |
number |
tiles |
Map<number, DMapTile> |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:311
▸ destroy(): void
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:320
▸ destroyTile(tile): void
| Name | Type |
|---|---|
tile |
DMapTile |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:326
▸ loadTile(tz, tx, ty, ox, oy, work): void
| Name | Type |
|---|---|
tz |
number |
tx |
number |
ty |
number |
ox |
number |
oy |
number |
work |
Point |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:270
▸ loadTilesX(tz, ctx, ltx, txmin, txmax, ty, ox, oy, work): void
| Name | Type |
|---|---|
tz |
number |
ctx |
number |
ltx |
number |
txmin |
number |
txmax |
number |
ty |
number |
ox |
number |
oy |
number |
work |
Point |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:222
▸ loadTilesY(tz, tx, cty, lty, tymin, tymax, ox, oy, work): void
| Name | Type |
|---|---|
tz |
number |
tx |
number |
cty |
number |
lty |
number |
tymin |
number |
tymax |
number |
ox |
number |
oy |
number |
work |
Point |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:246
▸ move(lon0, lat0, lon1, lat1): void
| Name | Type |
|---|---|
lon0 |
number |
lat0 |
number |
lon1 |
number |
lat1 |
number |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:119
▸ newTile(tx, ty, px, py, scale): DMapTile
| Name | Type |
|---|---|
tx |
number |
ty |
number |
px |
number |
py |
number |
scale |
number |
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:102
▸ onLoaded(): void
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:335
▸ render(renderer): void
| Name | Type |
|---|---|
renderer |
Renderer |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:114
▸ renderTile(tile): void
| Name | Type |
|---|---|
tile |
DMapTile |
void
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:106
▸ toOffset(result): Point
| Name | Type |
|---|---|
result |
Point |
Point
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:300
▸ toTilePosition(tx, ty, ox, oy, result): Point
| Name | Type |
|---|---|
tx |
number |
ty |
number |
ox |
number |
oy |
number |
result |
Point |
Point
src/main/typescript/wcardinal/ui/d-map-tile-plane.ts:291
▸ updateLoadingState(): void
void