@JsType(isNative=true,
namespace="<global>",
name="Object")
public class CesiumTerrainProviderOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
Promise<Resource,Void> |
promise |
boolean |
requestVertexNormals
Flag that indicates if the client should request additional lighting information from the server, in the form of per vertex normals if available.
|
boolean |
requestWaterMask
Flag that indicates if the client should request per tile water masks from the server, if available.
|
Resource |
resource |
String |
url
The URL of the Cesium terrain server.
|
| Constructor and Description |
|---|
CesiumTerrainProviderOptions()
Options for CesiumTerrainProvider
|
@JsProperty public String url
@JsProperty(name="url") public Resource resource
@JsProperty public boolean requestVertexNormals
@JsProperty public boolean requestWaterMask
@JsProperty public Ellipsoid ellipsoid
@JsProperty public Credit credit
Copyright © 2019. All rights reserved.