The Error object returned if an error occurred while loading.
Represents the status of a load operation.
A list of warnings which occurred while loading.
Indicates whether the instance has loaded.
Specifies the user navigation constraints relative to the ground surface.
Opacity of the ground, including surface default color and the basemap (without reference layers).
The color of the ground surface, displayed underneath the basemap.
Cancels a load() operation if it is already in progress.
Creates a deep clone of this object.
Creates an elevation sampler for the given extent by querying the ground layers for elevation data and caching it so values may be sampled quickly afterwards.
Destroys the ground and its layers.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Loads the resources referenced by this class.
Loads all the externally loadable resources associated with the ground.
Query the ground layer services for elevation values for the given geometry.
Converts an instance of this class to its ArcGIS portal JSON representation.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
A collection of ElevationLayers that define the elevation or terrain that makes up the ground surface.
Read more...