-
-
Get the description information of the terrain service.
-
-
Get or set the version of terrain data currently in use. Currently only tin terrain data is supported.
-
-
Get or set a custom request header.
-
hasVertexNormals : Boolean
-
-
-
Whether there is a water surface mark.
-
readonlyhistoryVersions : String
-
Get all historical version information of terrain data. Currently only tin terrain data is supported.
-
indexedDBSetting : Object
-
Get or set whether the indexedDB cache of the terrain is enabled (IE browser does not support).
Example:
//Set whether to save the terrain cache to the indexedDB database of the browser
viewer.terrainProvider.indexedDBSetting.isOpen = true
-
-
Encoding method for batch requests.
See:
-
-
Get whether the terrain service is ready.
-
readonlyreadyPromise : Promise.<Boolean>
-
Get the ready state promise object of the terrain service.
-
requestVertexNormals : Boolean
-
Whether to request vertex normals.
-
requestWaterMask : Boolean
-
Whether to request the water surface flag.
-
-
Get or set the subdomain name. Through this interface, you can request data from the specified subdomain.
-
-
Get the projection object (latitude and longitude or Mercator projection) of the terrain service.
-
-
Get or set whether the terrain is visible. Using this interface, you can set the display and hide of the terrain without refreshing the earth. You need to set invisibility to true when creating CesiumTerrainProvider.