Namespace: GameEngine.Map
Class: GameEngine/Map/ArcGISMap
Since: 1.0.0
Implements: ArcGISLoadable
Summary
The map contains layers and additional properties and can be displayed in an ArcGISRenderComponent.
Constructors
ArcGISMap(ArcGISBasemap, ArcGISMapType)
Create a new Map document.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
basemap | Specifies the basemap | |
map | Specifies the map type. |
ArcGISMap(ArcGISMapType)
Create a new Map document.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
map | Specifies the map type. |
ArcGISMap(ArcGISSpatialReference, ArcGISMapType)
Creates a map with spatial reference and map type.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
spatial | A spatial reference object. | |
map | Specifies the map type. |
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
Yes | No | Definition for basemap. | ||
Yes | No | Definition of map's clipping area. This property will be applied in Local mode only. | ||
No | No | Definition of map elevation. | ||
ArcGISCollection<ArcGISLayer> | No | No | List of ArcGISLayer included on the map | |
No | Yes | Definition for the map, if it's local or global. | ||
Yes | Yes | The spatial reference for the map. |
ClippingArea
ArcGISExtent ClippingArea
Definition of map's clipping area. This property will be applied in Local mode only.
Setting a non-null clipping area in Global mode will result in an error.