Modifier and Type | Method and Description |
---|---|
static Promise<JsObject,Void> |
Cesium.exportKml(Cesium.ExportKmlOptions options)
Exports an EntityCollection as a KML document.
|
Modifier and Type | Method and Description |
---|---|
String |
Cesium.ExportKmlOptions.ModelCallback.Callback(ModelGraphics model,
JulianDate time,
JsObject externalFiles)
Since KML does not support glTF models, this callback is required to specify what URL to use for the model in the KML document.
|
Modifier and Type | Field and Description |
---|---|
JsObject |
Resource.headers
Additional HTTP headers that will be sent with the request.
|
JsObject |
Resource.templateValues
The key/value pairs used to replace template parameters in the url.
|
Modifier and Type | Method and Description |
---|---|
static JsObject |
EllipseGeometryLibrary.computeEllipsePositions(EllipsePositionsOptions options,
boolean addFillPositions,
boolean addEdgePositions)
Returns an array of positions that make up the ellipse.
|
static JsObject |
GoogleEarthEnterpriseMetadata.quadKeyToTileXY(String quadkey)
Converts a tile's quadkey used to request an image from a Google Earth Enterprise server
into the (x, y, level) position.
|
JsObject |
Resource.queryParameters()
Query parameters appended to the url.
|
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<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.
|
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.
|
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<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<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.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.appendQueryParameters(JsObject params)
Combines the specified object and the existing query parameters.
|
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.
|
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.
|
void |
Resource.setQueryParameters(JsObject params)
Combines the specified object and the existing query parameters.
|
void |
Resource.setQueryParameters(JsObject params,
boolean useAsDefault)
Combines the specified object and the existing query parameters.
|
Modifier and Type | Field and Description |
---|---|
JsObject |
ResourceHttpOptions.headers
Additional HTTP headers to send with the request, if any.
|
JsObject |
ResourceOptions.headers
Additional HTTP headers that will be sent.
|
JsObject |
ResourceOptions.queryParameters
An object containing query parameters that will be sent when retrieving the resource.
|
JsObject |
ResourceOptions.templateValues
Key/Value pairs that are used to replace template values (eg.
|
Modifier and Type | Method and Description |
---|---|
static ResourceHttpOptions |
ResourceHttpOptions.create(String responseType,
JsObject headers)
Create instance of
ResourceHttpOptions object. |
static ResourceHttpOptions |
ResourceHttpOptions.create(String responseType,
JsObject headers,
String overrideMimeType)
Create instance of
ResourceHttpOptions object. |
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.
|
Modifier and Type | Field and Description |
---|---|
JsObject |
EntityOptions.properties |
JsObject |
CzmlDataSourceOptions.query
Key-value pairs which are appended to all URIs in the CZML.
|
Modifier and Type | Method and Description |
---|---|
JsObject |
PolylineOutlineMaterialProperty.getValue(JulianDate time,
JsObject result)
Gets the value of the property at the provided time.
|
Modifier and Type | Method and Description |
---|---|
JsObject |
PolylineOutlineMaterialProperty.getValue(JulianDate time,
JsObject result)
Gets the value of the property at the provided time.
|
Modifier and Type | Method and Description |
---|---|
static JsObject |
JsObject.create() |
static JsObject |
JsObject.getObject(Object target,
String name) |
Constructor and Description |
---|
JsBlob(JsObject[] array) |
JsBlob(JsObject[] array,
JsBlob.JsObjectOptions options) |
Modifier and Type | Field and Description |
---|---|
JsObject |
PostProcessStageComposite.uniforms
An alias to the uniform values of the post-process stages.
|
Modifier and Type | Method and Description |
---|---|
JsObject |
ConditionsExpression.conditionsExpression()
Gets the conditions expression defined in the 3D Tiles Styling language.
|
JsObject |
GroundPolylinePrimitive.getGeometryInstanceAttributes(JsObject id)
Returns the modifiable per-instance attributes for a GeometryInstance.
|
JsObject |
Cesium3DTileFeature.getProperty(String name)
Returns a copy of the value of the feature's property with the given name.
|
JsObject |
Cesium3DTilePointFeature.getProperty(String name)
Returns a copy of the value of the feature's property with the given name.
|
JsObject |
PostProcessStage.uniforms()
An object whose properties are used to set the uniforms of the fragment shader.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Cartesian3 |
Scene.clampToHeight(Cartesian3 cartesian,
JsObject[] objectsToExclude)
Clamps the given cartesian position to the scene geometry along the geodetic surface normal.
|
Cartesian3 |
Scene.clampToHeight(Cartesian3 cartesian,
JsObject[] objectsToExclude,
double width)
Clamps the given cartesian position to the scene geometry along the geodetic surface normal.
|
Cartesian3 |
Scene.clampToHeight(Cartesian3 cartesian,
JsObject[] objectsToExclude,
double width,
Cartesian3 result)
Clamps the given cartesian position to the scene geometry along the geodetic surface normal.
|
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.
|
JsObject |
GroundPolylinePrimitive.getGeometryInstanceAttributes(JsObject id)
Returns the modifiable per-instance attributes for a GeometryInstance.
|
double |
Scene.sampleHeight(Cartographic position,
JsObject[] objectsToExclude)
Returns the height of scene geometry at the given cartographic position or undefined if there was no
scene geometry to sample height from.
|
double |
Scene.sampleHeight(Cartographic position,
JsObject[] objectsToExclude,
double width)
Returns the height of scene geometry at the given cartographic position or undefined if there was no
scene geometry to sample height from.
|
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. |
void |
Cesium3DTileFeature.setProperty(String name,
JsObject value)
Sets the value of the feature's property with the given name.
|
void |
Cesium3DTilePointFeature.setProperty(String name,
JsObject value)
Sets the value of the feature's property with the given name.
|
Constructor and Description |
---|
ConditionsExpression(JsObject conditionsExpression)
An expression for a style applied to a
Cesium3DTileset . |
ConditionsExpression(JsObject conditionsExpression,
JsObject defines)
An expression for a style applied to a
Cesium3DTileset . |
Expression(String expression,
JsObject defines)
An expression for a style applied to a
Cesium3DTileset |
Modifier and Type | Field and Description |
---|---|
JsObject |
PerInstanceColorAppearanceOptions.renderState
render state to override the default render state.
|
Modifier and Type | Field and Description |
---|---|
JsObject |
MaterialOptions.fabric
The fabric JSON used to generate the material.
|
JsObject |
TimeDynamicPointCloudOptions.shading
Options for constructing a PointCloudShading object to control point attenuation and eye dome lighting.
|
JsObject |
PostProcessStageCompositeOptions.uniforms
An alias to the uniforms of post-process stages.
|
JsObject |
PostProcessStageOptions.uniforms
An object whose properties will be used to set the shaders uniforms.
|
Copyright © 2019. All rights reserved.