Creates a new FlatTileBoundingBoxGenerator
that can generate bounding boxes for the given
TilingScheme.
The TilingScheme used to compute bounding boxes.
The minimum elevation in meters.
The maximum elevation in meters.
The maximum elevation in meters.
The minimum elevation in meters.
The TilingScheme used to compute bounding boxes.
Returns the Projection of the TilingScheme.
Returns the SubdivisionScheme of the TilingScheme.
Returns the bounding box in world coordinates of the given TileKey.
Example:
const worldBounds = new THREE.Box3();
generator.getWorldBox(geoBox, worldBounds);
console.log(worldBounds.getCenter());
The TileKey.
The optional object used to store the resulting bounding box in world coordinates.
Generated using TypeDoc
FlatTileBoundingBoxGenerator
generates bounding boxes in world and geo coordinates for a given TilingScheme.