Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.core.providers.options | |
org.cesiumjs.cs.scene.providers | |
org.cesiumjs.cs.scene.providers.options |
Modifier and Type | Class and Description |
---|---|
class |
GeographicTilingScheme |
class |
WebMercatorTilingScheme |
Constructor and Description |
---|
TileAvailability(TilingScheme tilingScheme,
int maximumLevel)
Reports the availability of tiles in a TilingScheme.
|
Modifier and Type | Field and Description |
---|---|
TilingScheme |
EllipsoidTerrainProviderOptions.tilingScheme
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
|
TilingScheme |
ArcGisImageServerTerrainProviderOptions.tilingScheme
The tiling scheme specifying how the terrain is broken into tiles.
|
Modifier and Type | Method and Description |
---|---|
TilingScheme |
UrlTemplateImageryProvider.tilingScheme()
The tiling scheme to use to divide the world into tiles.
|
TilingScheme |
TileCoordinatesImageryProvider.tilingScheme()
The tiling scheme to use to divide the world into tiles.
|
TilingScheme |
BingMapsImageryProvider.tilingScheme()
Gets the tiling scheme used by this provider.
|
TilingScheme |
MapboxImageryProvider.tilingScheme()
Gets the tiling scheme used by this provider.
|
TilingScheme |
SingleTileImageryProvider.tilingScheme()
Gets the tiling scheme used by this provider.
|
TilingScheme |
GoogleEarthEnterpriseImageryProvider.tilingScheme()
Gets the tiling scheme used by this provider.
|
TilingScheme |
ArcGisMapServerImageryProvider.tilingScheme()
The tiling scheme to use to divide the world into tiles.
|
TilingScheme |
IonImageryProvider.tilingScheme()
Gets the tiling scheme used by the provider.
|
TilingScheme |
WebMapTileServiceImageryProvider.tilingScheme()
Gets the tiling scheme used by this provider.
|
TilingScheme |
GridImageryProvider.tilingScheme()
The tiling scheme to use to divide the world into tiles.
|
TilingScheme |
WebMapServiceImageryProvider.tilingScheme()
Gets the tiling scheme used by this provider.
|
Modifier and Type | Field and Description |
---|---|
TilingScheme |
ArcGisMapServerImageryProviderOptions.tilingScheme
The tiling scheme to use to divide the world into tiles.
|
TilingScheme |
GridImageryProviderOptions.tilingScheme
The tiling scheme for which to draw tiles.
|
TilingScheme |
TileMapServiceImageryProviderOptions.tilingScheme
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
|
TilingScheme |
TileCoordinatesImageryProviderOptions.tilingScheme
The tiling scheme for which to draw tiles.
|
TilingScheme |
UrlTemplateImageryProviderOptions.tilingScheme
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
|
TilingScheme |
WebMapTileServiceImageryProviderOptions.tilingScheme
The tiling scheme corresponding to the organization of the tiles in the TileMatrixSet.
|
TilingScheme |
WebMapServiceImageryProviderOptions.tilingScheme
The tiling scheme to use to divide the world into tiles.
|
Copyright © 2019. All rights reserved.