Surface class final
The surface contains elevation sources and defines a surface upon which layers and overlays can be draped.
The surface is used to represent the ground in a scene. It is comprised of a collection of elevation sources (ElevationSource) which are combined in the scene to generate the surface.
- Implemented types
- Mixed-in types
Constructors
- Surface.new()
-
Creates a surface object.
factory
Properties
- backgroundGrid ↔ BackgroundGrid
-
Grid and color settings to render the background grid of this surface.
getter/setter pair
- elevationExaggeration ↔ double
-
The exaggeration for the surface.
getter/setter pair
-
elevationSources
→ List<
ElevationSource> -
The elevation sources for the surface.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnabled ↔ bool
-
True if the surface is enabled, false otherwise.
getter/setter pair
- loadError → ArcGISException?
-
The load error.
no setterinherited
- loadStatus → LoadStatus
-
The load status.
no setterinherited
- name ↔ String
-
The name for the surface.
getter/setter pair
-
The type of navigation constraint of the surface.
getter/setter pair
-
onLoadStatusChanged
→ Stream<
LoadStatus> -
A stream that reports changes to the LoadStatus.
no setterinherited
- opacity ↔ double
-
The opacity applied to the surface.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelLoad(
) → void -
Cancels loading metadata for the object.
inherited
-
getElevation(
ArcGISPoint point) → Future< double> - Gets the elevation (in meters) for the specified location on the surface.
-
load(
) → Future< void> -
Loads the metadata for the object asynchronously.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retryLoad(
) → Future< void> -
Loads or retries loading metadata for the object asynchronously.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited