@JsType(isNative=true, namespace="<global>", name="Object") public class TilingSchemeOptions extends Object
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
ellipsoid
The ellipsoid whose surface is being tiled.
|
int |
numberOfLevelZeroTilesX
The number of tiles in the X direction at level zero of the tile tree.
|
int |
numberOfLevelZeroTilesY
The number of tiles in the Y direction at level zero of the tile tree.
|
Rectangle |
rectangle
The rectangle, in radians, covered by the tiling scheme.
|
Constructor and Description |
---|
TilingSchemeOptions() |
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()
@JsProperty public Rectangle rectangle
@JsProperty public int numberOfLevelZeroTilesX
@JsProperty public int numberOfLevelZeroTilesY
Copyright © 2019. All rights reserved.