Namespace: GameEngine.Elevation
Class: GameEngine/Elevation/ArcGISImageElevationSource
Since: 1.0.0
Inheritance: ArcGISElevationSource->ArcGISImageElevationSource
Summary
Public class that will contain a tiled image elevation source.
Constructors
ArcGISImageElevationSource(string, string)
Creates a new ElevationSource.
Since 1.0.0
Arguments
Name | Type | Summary |
---|
source
| | ElevationSource source |
APIKey
| | API Key used to load data. |
ArcGISImageElevationSource(string, string, string)
Creates a new ElevationSource.
Since 1.0.0
Arguments
Name | Type | Summary |
---|
source
| | ElevationSource source. |
name
| | ElevationSource name |
APIKey
| | API Key used to load data. |