ArcGISMapElevation
Namespace: GameEngine.Map
Class: GameEngine/Map/ArcGISMapElevation
Since: 1.0.0
Summary
The map contains elevation sources and additional properties and can be displayed in a ArcGISRenderComponent.
Constructors
ArcGISMapElevation()
Create a elevation for the map with no elevation sources
Since 1.0.0
ArcGISMapElevation(ArcGISElevationSource)
Create a elevation for the map with one elevation source
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
elevation | Elevation source |
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
ArcGISCollection<ArcGISElevationSource> | No | No | List of elevation sources included on the elevation. |
ElevationSources
ArcGISCollection<ArcGISElevationSource> ElevationSources
List of elevation sources included on the elevation.
At present, the ArcGISElevationSourceCollection may contain a maximum of one elevation source.