GeographicTilingScheme
external class GeographicTilingScheme(options: GeographicTilingScheme.ConstructorOptions? = definedExternally) : TilingScheme(source)
A tiling scheme for geometry referenced to a simple GeographicProjection where longitude and latitude are directly mapped to X and Y. This projection is commonly known as geographic, equirectangular, equidistant cylindrical, or plate carrée.
See also
Types
Link copied to clipboard
interface ConstructorOptions
Functions
Link copied to clipboard
Gets the total number of tiles in the X direction at a specified level-of-detail.
Link copied to clipboard
Gets the total number of tiles in the Y direction at a specified level-of-detail.
Link copied to clipboard
open override fun positionToTileXY(position: Cartographic, level: Int, result: Cartesian2?): Cartesian2
Calculates the tile x, y coordinates of the tile containing a given cartographic position.
Link copied to clipboard
Transforms a rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.
Link copied to clipboard
Link copied to clipboard