Skip to content

ArcGISMap

Namespace: GameEngine.Map
Class: GameEngine/Map/ArcGISMap
Since: 1.0.0
Implements: ArcGISLoadable

Summary

The ArcGISMap is a container for layers, elevation, and additional properties such as the ArcGISMapType and the clipping area.

Constructors

Create a new map with the specified ArcGISBasemap and the ArcGISMapType.

Since 1.0.0

Arguments
NameTypeSummary
basemapArcGISBasemap

Specifies the basemap.

mapTypeArcGISMapType

Specifies the map type.

ArcGISMap(ArcGISMapType)

Create a new map with the specified ArcGISMapType.

Since 1.0.0

Arguments
NameTypeSummary
mapTypeArcGISMapType

Specifies the map type.

Creates a new map with the specified spatial reference and the ArcGISMapType.

Since 1.0.0

Arguments
NameTypeSummary
spatialReferenceArcGISSpatialReference

A spatial reference object.

mapTypeArcGISMapType

Specifies the map type.

Properties

PropertyTypeNullableReadonlySummary
BasemapArcGISBasemapYesNo

Definition for basemap.

ClippingAreaArcGISExtentYesNo

Definition of map's clipping area. This property will be applied in Local mode only.

ElevationArcGISMapElevationNoNo

Definition of map elevation.

LayersArcGISCollection<ArcGISLayer>NoNo

List of ArcGISLayer included on the map.

MapTypeArcGISMapTypeNoYes

Definition for the map, if it's local or global.

SpatialReferenceArcGISSpatialReferenceYesYes

The spatial reference for the map.

Basemap

Definition for basemap.

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.

Elevation

Definition of map elevation.

Layers

ArcGISCollection<ArcGISLayer> Layers

List of ArcGISLayer included on the map.

MapType

Definition for the map, if it's local or global.

SpatialReference

ArcGISSpatialReference SpatialReference

The spatial reference for the map.

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