flywave-vectortile-datasource.decodeinfo
Home > @flywave/flywave-vectortile-datasource > DecodeInfo
DecodeInfo class
Signature:
export declare class DecodeInfo
Constructors
Constructor | Modifiers | Description |
|---|---|---|
(constructor)(targetProjection, tileKey, storageLevelOffset) | Constructs a new [[DecodeInfo]]. |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| THREE.Vector3 | The center of the Tile in the target [[Projection]] space. Geometries generated by decoding the OMV tile must be relative to this position. | |
| number | The maximum number of columns. | |
| GeoBox | The [[GeoBox]] of the Tile to decode. | |
| OrientedBox3 | ||
| number | The maximum number of rows. | |
| Projection | The [[Projection]] of OMV tiled data, currenly it is defined to be [[webMercatorProjection]]. | |
| number | ||
| Projection | ||
| THREE.Box3 | The tile bounds in the OMV tile space [[webMercatorTilingScheme]]. | |
| TileKey | ||
| THREE.Vector3 | The tile size in the OMV tile space [[webMercatorTilingScheme]]. | |
| number | Estimated tile size in pixels. | |
| TilingScheme | The [[TilingScheme]] of the OMV data, currenly it is defined to be [[webMercatorTilingScheme]]. |