Modifier and Type | Class and Description |
---|---|
class |
IonResource
A
Resource instance that encapsulates Cesium ion asset access. |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.clone()
Duplicates a Resource instance.
|
Resource |
Resource.clone(Resource result)
Duplicates a Resource instance.
|
static Resource |
Resource.DEFAULT()
A resource instance initialized to the current browser location.
|
Resource |
Resource.getDerivedResource()
Returns a resource relative to the current instance.
|
Resource |
Resource.getDerivedResource(DerivedResourceOptions options)
Returns a resource relative to the current instance.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.clone(Resource result)
Duplicates a Resource instance.
|
Promise<Boolean,Void> |
Resource.RetryCallback.function(Resource resource,
String error) |
Constructor and Description |
---|
OpenCageGeocoderService(Resource resource,
String apiKey) |
OpenCageGeocoderService(Resource resource,
String apiKey,
OpenCageGeocoderServiceOptions options) |
PeliasGeocoderService(Resource url)
Provides geocoding via a Pelias server.
|
Modifier and Type | Field and Description |
---|---|
Resource |
IonGeocoderServiceOptions.serverResource
The resource to the Cesium ion API server.
|
Resource |
FromAssetIdOptions.serverResource
The resource to the Cesium ion API server.
|
Modifier and Type | Field and Description |
---|---|
Resource |
CesiumTerrainProviderOptions.resource |
Resource |
ArcGISTiledElevationTerrainProviderOptions.url
The URL of the ArcGIS ImageServer service.
|
Modifier and Type | Field and Description |
---|---|
Promise<Resource,Void> |
CesiumTerrainProviderOptions.promise |
Promise<Resource,Void> |
ArcGISTiledElevationTerrainProviderOptions.urlPromise
The URL of the ArcGIS ImageServer service.
|
Modifier and Type | Method and Description |
---|---|
static ArcGISTiledElevationTerrainProviderOptions |
ArcGISTiledElevationTerrainProviderOptions.create(Resource url) |
Modifier and Type | Method and Description |
---|---|
static ArcGISTiledElevationTerrainProviderOptions |
ArcGISTiledElevationTerrainProviderOptions.create(Promise<Resource,Void> promise) |
Modifier and Type | Method and Description |
---|---|
static Cesium3DTileset |
Cesium3DTileset.create(Resource url) |
Modifier and Type | Field and Description |
---|---|
Resource |
DiscardMissingTileImagePolicyOptions.missingImageUrl
The URL of the known missing image.
|
Resource |
DiscardMissingTileImagePolicyOptions.missingImageUrlStr
The URL of the known missing image.
|
Resource |
Cesium3DTilesetOptions.resource |
Modifier and Type | Method and Description |
---|---|
static Cesium3DTilesetOptions |
Cesium3DTilesetOptions.create(Resource url) |
Modifier and Type | Field and Description |
---|---|
Resource |
TileMapServiceImageryProviderOptions.resource
Path to image tiles on server.
|
Resource |
IonImageryProviderOptions.serverResource
The resource to the Cesium ion API server.
|
Modifier and Type | Field and Description |
---|---|
Promise<Resource,Void> |
TileMapServiceImageryProviderOptions.promise
Path to image tiles on server.
|
Copyright © 2019. All rights reserved.