ArcGISElevationSource

Namespace: GameEngine.Elevation.Base
Class: GameEngine/Elevation/Base/ArcGISElevationSource
Since: 1.0.0
Implements: ArcGISLoadable

Summary

Abstract base class for all ElevationSources

Constructors

ArcGISElevationSource(string, ArcGISElevationSourceType, string)

Creates a new elevation source.

Since 1.0.0

Arguments
NameTypeSummary
source

Elevation source

type

ArcGISElevationSource type definition.

APIKey

API Key used to load data.

Properties

PropertyTypeNullableReadonlySummary
No
Yes

API Key will be sended on loading process to match the new credit system.

Yes
Yes

The full extent of this ArcGISElevationSource, which is the extent where all ArcGISElevationSource data is contained.

No
No

Define if this elevation source is enabled or not.

No
No

Identifier for elevation source

No
Yes

Source property will be a read only, it will be setup on the constructor

Yes
Yes

The spatial reference of the elevation source.

APIKey

string APIKey

API Key will be sended on loading process to match the new credit system.

Extent

The full extent of this ArcGISElevationSource, which is the extent where all ArcGISElevationSource data is contained.

You can use this to zoom to all of the data contained in this ArcGISElevationSource.

IsEnabled

bool IsEnabled

Define if this elevation source is enabled or not.

Name

string Name

Identifier for elevation source

Source

string Source

Source property will be a read only, it will be setup on the constructor

SpatialReference

ArcGISSpatialReference SpatialReference

The spatial reference of the elevation source.

ArcGISImageElevationSource ArcGISSpatialReference must match the ArcGISSpatialReference of the ArcGISMap. ArcGISImageElevationSource tiling scheme must be compatible with the tiling scheme of the ArcGISMap. If any of the above constraints are violated, an ArcGISElevationSourceViewState error is generated.

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