Namespace: GameEngine.Map
Class: GameEngine/Map/ArcGISMap
Since: 1.0.0
Implements: ArcGISInstanceId, ArcGISLoadable
Summary
The ArcGISMap is a container for layers, elevation, and additional properties such as the ArcGISMapType and the clipping area.
Constructors
ArcGISMap(ArcGISBasemap, ArcGISMapType)
Create a new map with the specified ArcGISBasemap and the ArcGISMapType.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
basemap | ArcGISBasemap | Specifies the basemap. |
map | ArcGISMapType | Specifies the map type. |
ArcGISMap(ArcGISMapType)
Create a new map with the specified ArcGISMapType.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
map | ArcGISMapType | Specifies the map type. |
ArcGISMap(ArcGISSpatialReference, ArcGISMapType)
Creates a new map with the specified spatial reference and the ArcGISMapType.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
spatial | ArcGISSpatialReference | A spatial reference object. |
map | ArcGISMapType | Specifies the map type. |
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
Basemap | ArcGISBasemap | Yes | No | Definition for basemap. |
ClippingArea | ArcGISExtent | Yes | No | Definition of map's clipping area. This property will be applied in Local mode only. |
Elevation | ArcGISMapElevation | No | No | Definition of map elevation. |
Layers | ArcGISCollection<ArcGISLayer> | No | No | List of ArcGISLayer included on the map. |
MapType | ArcGISMapType | No | Yes | Definition for the map, if it's local or global. |
SpatialReference | ArcGISSpatialReference | 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.