Facade elevation drawing class, through this function, the elevation drawing of the specified range is output to the model in the scene.
Members
-
endPoint : Cartesian3
-
Get the endpoint.
-
Get or set the maximum distance of the elevation drawing range.
-
Get or set the maximum height of the elevation plot.
-
An asynchronous object that parses out the base64 string of the elevation map (consistent with the usage of the scene map).
Example:
facade.readyPromise.then(function(base64) { XXX // Convert the base64 string to an image for download or fill it into other elements });
-
startPoint : Cartesian3
-
Get a starting point.
Methods
-
Incorporate the elevation analysis into the analysis layer for update
-
Set the start and end points of the specified line segment drawing
Name Type Description startPoint
Cartesian3 start position endPoint
Cartesian3 end position