Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.scene | |
org.cesiumjs.cs.scene.providers |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static JsImage |
DiscardEmptyTileImagePolicy.EMPTY_IMAGE()
Default value for representing an empty image.
|
Modifier and Type | Method and Description |
---|---|
void |
Billboard.setImage(String id,
JsImage image)
Sets the image to be used for this billboard.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.