Modifier and Type | Method and Description |
---|---|
static Promise<JsObject,Void> |
Cesium.exportKml(Cesium.ExportKmlOptions options)
Exports an EntityCollection as a KML document.
|
static Promise<Cartographic[],Void> |
Cesium.sampleTerrain(TerrainProvider terrainProvider,
int level,
Cartographic[] positions)
Initiates a terrain height query for an array of
Cartographic positions by requesting tiles from a terrain provider,
sampling, and interpolating. |
static Promise<Cartographic[],Void> |
Cesium.sampleTerrainMostDetailed(TerrainProvider terrainProvider,
Cartographic[] positions)
Initiates a sampleTerrain() request at the maximum available tile level for a terrain dataset.
|
Modifier and Type | Method and Description |
---|---|
Promise<T,Void> |
DataSourceCollection.add(Promise<T,Void> dataSource)
Adds a data source to the collection.
|
Promise<T,Void> |
DataSourceCollection.add(T dataSource)
Adds a data source to the collection.
|
Promise<ImageryLayerFeatureInfo[],Void> |
ImageryLayerCollection.pickImageryLayerFeatures(Ray ray,
Scene scene)
Asynchronously determines the imagery layer features that are intersected by a pick ray.
|
Modifier and Type | Method and Description |
---|---|
Promise<T,Void> |
DataSourceCollection.add(Promise<T,Void> dataSource)
Adds a data source to the collection.
|
Modifier and Type | Method and Description |
---|---|
static Promise<JsObject,Void> |
Resource.delete(ResourceHttpOptions options)
Creates a Resource from a URL and calls delete() on it.
|
static Promise<JsObject,Void> |
Resource.delete(String url)
Creates a Resource from a URL and calls delete() on it.
|
static Promise<JsObject,Void> |
Resource.fetch(ResourceHttpOptions options)
Creates a Resource from a URL and calls fetch() on it.
|
static Promise<JsObject,Void> |
Resource.fetch(String url)
Creates a Resource from a URL and calls fetch() on it.
|
Promise<com.google.gwt.typedarrays.shared.ArrayBuffer,Void> |
Resource.fetchArrayBuffer()
Asynchronously loads the resource as raw binary data.
|
static Promise<com.google.gwt.typedarrays.shared.ArrayBuffer,Void> |
Resource.fetchArrayBuffer(ResourceOptions options)
Creates a Resource and calls fetchArrayBuffer() on it.
|
static Promise<com.google.gwt.typedarrays.shared.ArrayBuffer,Void> |
Resource.fetchArrayBuffer(String url)
Creates a Resource and calls fetchArrayBuffer() on it.
|
static Promise<JsBlob,Void> |
Resource.fetchBlob(ResourceOptions options)
Creates a Resource and calls fetchBlob() on it.
|
static Promise<JsBlob,Void> |
Resource.fetchBlob(String url)
Creates a Resource and calls fetchBlob() on it.
|
Promise<JsImage,Void> |
Resource.fetchImage()
Asynchronously loads the given image resource.
|
Promise<JsImage,Void> |
Resource.fetchImage(boolean preferBlob)
Asynchronously loads the given image resource.
|
static Promise<JsImage,Void> |
Resource.fetchImage(ResourceImageOptions options)
Creates a Resource and calls fetchImage() on it.
|
static Promise<JsImage,Void> |
Resource.fetchImage(String url)
Creates a Resource and calls fetchImage() on it.
|
Promise<JsObject,Void> |
Resource.fetchJson()
Asynchronously loads the given resource as JSON.
|
static Promise<JsObject,Void> |
Resource.fetchJson(ResourceOptions options)
Creates a Resource and calls fetchJson() on it.
|
static Promise<JsObject,Void> |
Resource.fetchJson(String url)
Creates a Resource and calls fetchJson() on it.
|
Promise<JsObject,Void> |
Resource.fetchJsonp()
Requests a resource using JSONP.
|
static Promise<JsObject,Void> |
Resource.fetchJsonp(ResourceJsonpOptions options)
Creates a Resource from a URL and calls fetchJsonp() on it.
|
static Promise<JsObject,Void> |
Resource.fetchJsonp(String url)
Creates a Resource from a URL and calls fetchJsonp() on it.
|
Promise<JsObject,Void> |
Resource.fetchJsonpCallback(String callbackParameterName)
Requests a resource using JSONP.
|
Promise<String,Void> |
Resource.fetchText()
Asynchronously loads the given resource as text.
|
static Promise<JsObject,Void> |
Resource.fetchText(ResourceOptions options)
Creates a Resource and calls fetchText() on it.
|
static Promise<JsObject,Void> |
Resource.fetchText(String url)
Creates a Resource and calls fetchText() on it.
|
static Promise<JsObject,Void> |
Resource.fetchXML(ResourceOptions options)
Creates a Resource and calls fetchXML() on it.
|
static Promise<JsObject,Void> |
Resource.fetchXML(String url)
Creates a Resource and calls fetchXML() on it.
|
static Promise<IonResource,Void> |
IonResource.fromAssetId(int assetId)
Asynchronously creates an instance.
|
static Promise<IonResource,Void> |
IonResource.fromAssetId(int assetId,
FromAssetIdOptions options)
Asynchronously creates an instance.
|
Promise<com.google.gwt.dom.client.CanvasElement,Void> |
PinBuilder.fromMakiIconIdPromise(String id,
Color color,
int size)
Creates a pin with the specified maki icon identifier, color, and size.
|
Promise<com.google.gwt.dom.client.CanvasElement,Void> |
PinBuilder.fromUrlPromise(String url,
Color color,
int size)
Creates a pin with the specified icon, color, and size.
|
Promise<Boolean,Void> |
Resource.RetryCallback.function(Resource resource,
String error) |
Promise<GeocoderResult[],String> |
OpenCageGeocoderService.geocode(String query)
Process query request to service
|
Promise<GeocoderResult[],Void> |
PeliasGeocoderService.geocode(String query)
Process query request to service
|
Promise<GeocoderResult[],String> |
BingMapsGeocoderService.geocode(String query)
Process query request to service
|
Promise<GeocoderResult[],Void> |
IonGeocoderService.geocode(String query)
Process query request to service
|
Promise<GeocoderResult[],String> |
CartographicGeocoderService.geocode(String query) |
Promise<GeocoderResult[],Void> |
PeliasGeocoderService.geocode(String query,
GeocodeType type)
Process query request to service
|
Promise<GeocoderResult[],Void> |
IonGeocoderService.geocode(String query,
GeocodeType type)
Process query request to service
|
Promise<JsObject,Void> |
Resource.head()
Asynchronously gets headers the given resource.
|
Promise<JsObject,Void> |
Resource.head(ResourceHttpOptions options)
Asynchronously gets headers the given resource.
|
Promise<Object,Void> |
TaskProcessor.initWebAssemblyModule()
Posts a message to a web worker with configuration to initialize loading and compiling a web assembly module
asychronously, as well as an optional fallback JavaScript module to use if Web Assembly is not supported.
|
Promise<Object,Void> |
TaskProcessor.initWebAssemblyModule(WebAssemblyOptions options)
Posts a message to a web worker with configuration to initialize loading and compiling a web assembly module
asychronously, as well as an optional fallback JavaScript module to use if Web Assembly is not supported.
|
Promise<JsObject,Void> |
Resource.options()
Asynchronously gets options the given resource.
|
Promise<JsObject,Void> |
Resource.options(ResourceHttpOptions options)
Asynchronously gets options the given resource.
|
static Promise<JsObject,Void> |
Resource.patch(ResourcePathOptions options)
Creates a Resource from a URL and calls patch() on it.
|
static Promise<JsObject,Void> |
Resource.patch(String url)
Creates a Resource from a URL and calls patch() on it.
|
Promise<JsObject,Void> |
Resource.post(JsObject data)
Asynchronously posts data the given resource.
|
Promise<JsObject,Void> |
Resource.post(JsObject data,
ResourceHttpOptions options)
Asynchronously posts data the given resource.
|
static Promise<JsObject,Void> |
Resource.post(ResourceHttpOptions options)
Creates a Resource from a URL and calls fetch() on it.
|
static Promise<JsObject,Void> |
Resource.post(String url)
Creates a Resource from a URL and calls fetch() on it.
|
static Promise<Void,Void> |
Transforms.preloadIcrfFixed(TimeInterval timeInterval)
Preloads the data necessary to transform between the ICRF and Fixed axes, in either direction, over a given interval.
|
static Promise<JsObject,Void> |
Resource.put(ResourcePutOptions options)
Creates a Resource from a URL and calls put() on it.
|
static Promise<JsObject,Void> |
Resource.put(String url)
Creates a Resource from a URL and calls put() on it.
|
Promise<Boolean,Void> |
Resource.retryOnError()
Called when a resource fails to load.
|
Promise<Boolean,Void> |
Resource.retryOnError(JsObject error)
Called when a resource fails to load.
|
Promise<Object,Void> |
TaskProcessor.scheduleTask(JsObject parameters)
Schedule a task to be processed by the web worker asynchronously.
|
Promise<Object,Void> |
TaskProcessor.scheduleTask(JsObject parameters,
Object[] transferableObjects)
Schedule a task to be processed by the web worker asynchronously.
|
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
CesiumTerrainProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
GeoserverTerrainProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
VRTheWorldTerrainProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
EllipsoidTerrainProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<TerrainData,Void> |
CesiumTerrainProvider.requestTileGeometry(int x,
int y,
int level,
Request request)
Requests the geometry for a given tile.
|
Promise<TerrainData,Void> |
GoogleEarthEnterpriseTerrainProvider.requestTileGeometry(int x,
int y,
int level,
Request request)
Requests the geometry for a given tile.
|
Promise<TerrainData,Void> |
GeoserverTerrainProvider.requestTileGeometry(int x,
int y,
int level,
Request request)
Requests the geometry for a given tile.
|
Promise<TerrainData,Void> |
ArcGISTiledElevationTerrainProvider.requestTileGeometry(int x,
int y,
int level,
Request request) |
Promise<TerrainData,Void> |
VRTheWorldTerrainProvider.requestTileGeometry(int x,
int y,
int level,
Request request)
Requests the geometry for a given tile.
|
Promise<TerrainData,Void> |
TerrainProvider.requestTileGeometry(int x,
int y,
int level,
Request request)
Requests the geometry for a given tile.
|
Promise<TerrainData,Void> |
EllipsoidTerrainProvider.requestTileGeometry(int x,
int y,
int level,
Request request)
Requests the geometry for a given tile.
|
Modifier and Type | Field and Description |
---|---|
Promise<Resource,Void> |
CesiumTerrainProviderOptions.promise |
Promise<Resource,Void> |
ArcGISTiledElevationTerrainProviderOptions.urlPromise
The URL of the ArcGIS ImageServer service.
|
Promise<String,Void> |
ArcGISTiledElevationTerrainProviderOptions.urlPromiseSrt
The URL of the ArcGIS ImageServer service.
|
Modifier and Type | Method and Description |
---|---|
static ArcGISTiledElevationTerrainProviderOptions |
ArcGISTiledElevationTerrainProviderOptions.create(Promise<Resource,Void> promise) |
Modifier and Type | Method and Description |
---|---|
static Promise<GeoJsonDataSource,String> |
GeoJsonDataSource.load(JsObject data)
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
|
static Promise<GeoJsonDataSource,String> |
GeoJsonDataSource.load(JsObject data,
GeoJsonDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(Object data)
Creates a Promise to a new instance loaded with the provided CZML data.
|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(Object data,
CzmlDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided CZML data.
|
static Promise<GeoJsonDataSource,String> |
GeoJsonDataSource.load(String data)
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(String data)
Creates a Promise to a new instance loaded with the provided CZML data.
|
Promise<KmlDataSource,Void> |
KmlDataSource.load(String data)
Creates a Promise to a new instance loaded with the provided KML data.
|
static Promise<CzmlDataSource,Void> |
CzmlDataSource.load(String data,
CzmlDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided CZML data.
|
static Promise<GeoJsonDataSource,String> |
GeoJsonDataSource.load(String data,
GeoJsonDataSourceOptions options)
Creates a Promise to a new instance loaded with the provided GeoJSON or TopoJSON data.
|
Promise<KmlDataSource,Void> |
KmlDataSource.load(String data,
KmlDataSourceLoadOptions options)
Creates a Promise to a new instance loaded with the provided KML data.
|
static Promise<KmlDataSource,Void> |
KmlDataSource.load(String data,
KmlDataSourceLoadStaticOptions options)
Creates a Promise to a new instance loaded with the provided KML data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(Object czml)
Processes the provided url or CZML object without clearing any existing data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(Object czml,
CzmlDataSourceOptions options)
Processes the provided url or CZML object without clearing any existing data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(String czml)
Processes the provided url or CZML object without clearing any existing data.
|
Promise<CzmlDataSource,Void> |
CzmlDataSource.process(String czml,
CzmlDataSourceOptions options)
Processes the provided url or CZML object without clearing any existing data.
|
Modifier and Type | Method and Description |
---|---|
Promise<V,E> |
Promise.then(Fulfill<V> fulfill) |
Promise<V,E> |
Promise.then(Fulfill<V> fulfill,
Reject<E> reject) |
Modifier and Type | Method and Description |
---|---|
Promise<Cartesian3[],Void> |
Scene.clampToHeightMostDetailed(Cartesian3[] cartesians)
Initiates an asynchronous {link Scene#clampToHeight} query for an array of Cartesian3 positions using the maximum
level of detail for 3D Tilesets in the scene.
|
Promise<Cartesian3[],Void> |
Scene.clampToHeightMostDetailed(Cartesian3[] cartesians,
JsObject[] objectsToExclude)
Initiates an asynchronous {link Scene#clampToHeight} query for an array of Cartesian3 positions using the maximum
level of detail for 3D Tilesets in the scene.
|
Promise<Cartesian3[],Void> |
Scene.clampToHeightMostDetailed(Cartesian3[] cartesians,
JsObject[] objectsToExclude,
double width)
Initiates an asynchronous {link Scene#clampToHeight} query for an array of Cartesian3 positions using the maximum
level of detail for 3D Tilesets in the scene.
|
Promise<T,Void> |
Billboard.CreateImagePromiseCallback.function(String id)
A function that creates an image.
|
Promise<Rectangle,Void> |
ImageryLayer.getViewableRectangle()
Computes the intersection of this layer's rectangle with the imagery provider's availability rectangle, producing
the overall bounds of imagery that can be produced by this layer.
|
static Promise<Void,Void> |
GroundPolylinePrimitive.initializeTerrainHeights()
Initializes the minimum and maximum terrain heights.
|
static Promise<JsObject,Void> |
GroundPrimitive.initializeTerrainHeights()
Initializes the minimum and maximum terrain heights.
|
static Promise<JsObject,Void> |
Cesium3DTileset.loadJson(String tilesetUrl)
Provides a hook to override the method used to request the tileset json useful when fetching tilesets from remote servers
|
Promise<GroundPolylinePrimitive,Void> |
GroundPolylinePrimitive.readyPromise()
Gets a promise that resolves when the primitive is ready to render.
|
Promise<TimeDynamicPointCloud,Void> |
TimeDynamicPointCloud.readyPromise()
Gets the promise that will be resolved when the point cloud renders a frame for the first time.
|
Promise<Cesium3DTileContent,Void> |
Cesium3DTileContent.readyPromise()
Gets the promise that will be resolved when the tile's content is ready to render.
|
Promise<Cesium3DTileset,Void> |
Cesium3DTileset.readyPromise()
Gets the promise that will be resolved when the tileset's root tile is loaded and the tileset is ready to render.
|
Promise<Primitive,Void> |
ClassificationPrimitive.readyPromise()
Gets a promise that resolves when the primitive is ready to render.
|
Promise<Primitive,Void> |
GroundPrimitive.readyPromise()
Gets a promise that resolves when the primitive is ready to render.
|
Promise<Primitive,Void> |
Primitive.readyPromise()
Gets a promise that resolves when the primitive is ready to render.
|
Promise<Model,Void> |
Model.readyPromise()
Gets the promise that will be resolved when this model is ready to render, i.e., when the external binary,
image, and shader files were downloaded and the WebGL resources were created.
|
Promise<Cesium3DTileStyle,Void> |
Cesium3DTileStyle.readyPromise()
Gets the promise that will be resolved when the the style is ready and its expressions can be evaluated.
|
Promise<double[],Void> |
Scene.sampleHeightMostDetailed(Cartographic[] positions)
Initiates an asynchronous
Scene.sampleHeight(org.cesiumjs.cs.core.Cartographic) query for an array of Cartographic positions using the
maximum level of detail for 3D Tilesets in the scene. |
Promise<double[],Void> |
Scene.sampleHeightMostDetailed(Cartographic[] positions,
JsObject[] objectsToExclude)
Initiates an asynchronous
Scene.sampleHeight(org.cesiumjs.cs.core.Cartographic) query for an array of Cartographic positions using the
maximum level of detail for 3D Tilesets in the scene. |
Promise<double[],Void> |
Scene.sampleHeightMostDetailed(Cartographic[] positions,
JsObject[] objectsToExclude,
double width)
Initiates an asynchronous
Scene.sampleHeight(org.cesiumjs.cs.core.Cartographic) query for an array of Cartographic positions using the
maximum level of detail for 3D Tilesets in the scene. |
Modifier and Type | Method and Description |
---|---|
static Cesium3DTileset |
Cesium3DTileset.create(Promise<?,?> url) |
Modifier and Type | Field and Description |
---|---|
Promise<?,?> |
Cesium3DTilesetOptions.promise |
Modifier and Type | Method and Description |
---|---|
static Cesium3DTilesetOptions |
Cesium3DTilesetOptions.create(Promise<?,?> url) |
Modifier and Type | Method and Description |
---|---|
Promise<ImageryLayerFeatureInfo[],Void> |
UrlTemplateImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude) |
Promise<ImageryLayerFeatureInfo[],Void> |
TileCoordinatesImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude) |
Promise<ImageryLayerFeatureInfo,Void> |
BingMapsImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude)
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
|
Promise<ImageryLayerFeatureInfo[],Void> |
MapboxImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude)
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
|
Promise<ImageryLayerFeatureInfo[],Void> |
SingleTileImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude)
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
|
Promise<ImageryLayerFeatureInfo,Void> |
GoogleEarthEnterpriseImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude)
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
|
Promise<ImageryLayerFeatureInfo[],Void> |
ArcGisMapServerImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude) |
Promise<ImageryLayerFeatureInfo[],Void> |
IonImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude)
Asynchronously determines what features, if any, are located at a given longitude and latitude within a tile.
|
Promise<ImageryLayerFeatureInfo[],Void> |
WebMapTileServiceImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude)
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
|
Promise<ImageryLayerFeatureInfo[],Void> |
GridImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude) |
Promise<ImageryLayerFeatureInfo[],Void> |
WebMapServiceImageryProvider.pickFeatures(int x,
int y,
int level,
double longitude,
double latitude)
Picking features is not currently supported by this imagery provider, so this function simply returns undefined.
|
Promise<Boolean,Void> |
UrlTemplateImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
TileCoordinatesImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
BingMapsImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
MapboxImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
SingleTileImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
GoogleEarthEnterpriseImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
ArcGisMapServerImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
IonImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
WebMapTileServiceImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
GridImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<Boolean,Void> |
WebMapServiceImageryProvider.readyPromise()
Gets a promise that resolves to true when the provider is ready for use.
|
Promise<com.google.gwt.canvas.client.Canvas,Void> |
GoogleEarthEnterpriseImageryProvider.requestCanvas(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<com.google.gwt.canvas.client.Canvas,Void> |
IonImageryProvider.requestCanvas(int x,
int y,
int level,
Request request)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
UrlTemplateImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
TileCoordinatesImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
BingMapsImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
MapboxImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
SingleTileImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
GoogleEarthEnterpriseImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
ArcGisMapServerImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
WebMapTileServiceImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
GridImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
WebMapServiceImageryProvider.requestImage(int x,
int y,
int level)
Requests the image for a given tile.
|
Promise<JsImage,Void> |
IonImageryProvider.requestImage(int x,
int y,
int level,
Request request)
Requests the image for a given tile.
|
Modifier and Type | Method and Description |
---|---|
void |
UrlTemplateImageryProvider.reinitialize(Promise<UrlTemplateImageryProviderOptions,Void> options)
Reinitializes this instance.
|
Constructor and Description |
---|
UrlTemplateImageryProvider(Promise<UrlTemplateImageryProviderOptions,Void> options)
Provides imagery by requesting tiles using a specified URL template.
|
Modifier and Type | Field and Description |
---|---|
Promise<Resource,Void> |
TileMapServiceImageryProviderOptions.promise
Path to image tiles on server.
|
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.flyTo(Object target)
Flies the camera to the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.flyTo(Object target,
FlyToOptions options)
Flies the camera to the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.zoomTo(Cesium3DTileset target) |
Promise<Boolean,Void> |
Viewer.zoomTo(DataSource target) |
Promise<Boolean,Void> |
Viewer.zoomTo(Entity target)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.zoomTo(EntityCollection target)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.zoomTo(EntityCollection target,
HeadingPitchRange offset)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.zoomTo(Object target,
HeadingPitchRange offset)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.zoomTo(Promise<DataSource,String> target) |
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.zoomTo(Promise<DataSource,String> target) |
Copyright © 2019. All rights reserved.