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 an 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
NameTypeSummary
elevationSource

Elevation source

ArcGISMapElevation(ArcGISCollection<ArcGISElevationSource>)

Create a elevation for map

Since 1.2.0

Arguments
NameTypeSummary
elevationSources
ArcGISCollection<ArcGISElevationSource>

List of the elevation sources

Properties

PropertyTypeNullableReadonlySummary
ArcGISCollection<ArcGISElevationSource>
No
No

List of elevation sources included on the elevation.

ArcGISCollection<ArcGISMeshModification>
No
No

A mutable collection of ArcGISMeshModification to apply to the terrain.

ElevationSources

ArcGISCollection<ArcGISElevationSource> ElevationSources

List of elevation sources included on the elevation.

The order of the elevation sources in the collection indicate which elevation has priority when the sources are spatially coincident.

MeshModifications

ArcGISCollection<ArcGISMeshModification> MeshModifications

A mutable collection of ArcGISMeshModification to apply to the terrain.

Mesh modification is not supported on mobile devices.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.