ArcGISBasemap

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

Summary

Public class that will contain a basemap.

Constructors

ArcGISBasemap()

Creates an empty ArcGISBasemap. Basemap is created in a loaded state.

Since 1.0.0

ArcGISBasemap(ArcGISBasemapStyle, string)

Creates a basemap with a style.

Since 1.0.0

Arguments
NameTypeSummary
basemapStyle

The basemap style.

APIKey

API Key used to load data.

ArcGISBasemap(string, ArcGISLayerType, string)

Creates a ArcGISBasemap from a URI and ArcGISLayerType

Since 1.0.0

Arguments
NameTypeSummary
source

ArcGISLayer source

type

Layer type definition.

APIKey

API Key used to load data.

ArcGISBasemap(string, string)

Creates a ArcGISBasemap from a basemap URI

Since 1.0.0

Arguments
NameTypeSummary
source

ArcGISBasemap source

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.

ArcGISCollection<ArcGISLayer>
No
No

The base layers.

No
No

This property will help the user to identify the layer on his application.

ArcGISCollection<ArcGISLayer>
No
No

The reference layers.

No
Yes

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

APIKey

string APIKey

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

BaseLayers

ArcGISCollection<ArcGISLayer> BaseLayers

The base layers.

The collection is specific to a basemap so you can't reuse an GELayerCollection coming from another ArcGISMap or ArcGISBasemap. You have to create a new layer collection by using ArcGISCollection<ArcGISLayer>.

Name

string Name

This property will help the user to identify the layer on his application.

ReferenceLayers

ArcGISCollection<ArcGISLayer> ReferenceLayers

The reference layers.

The collection is specific to a basemap so you can't reuse an GELayerCollection coming from another ArcGISMap or ArcGISBasemap. You have to create a new layer collection by using ArcGISCollection<ArcGISLayer>.

Source

string Source

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

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