ArcGIS Runtime SDK for iOS: AGSMapSublayerSource Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSMapSublayerSource Class Reference

Description

A source for AGSArcGISMapImageSublayer based on an existing sub layer.

Instances of this class represent a source for AGSArcGISMapImageSublayer based on an existing sublayer in the ArcGIS Map Service.

Since
100.1
See also
- initWithID:source: (AGSArcGISMapImageSublayer)
Inheritance diagram for AGSMapSublayerSource:
AGSSublayerSource AGSObject

Instance Methods

(instancetype) - initWithID:
 

Class Methods

(instancetype) + mapSublayerSourceWithID:
 

Properties

NSString * geodatabaseVersion
 
NSInteger mapSublayerID
 

Method Documentation

◆ initWithID:

- (instancetype) initWithID: (NSInteger)  mapSublayerID

Initialize the source with the ID of an existing sublayer in the ArcGIS Map Service.

Parameters
mapSublayerIDID of an existing sublayer in the ArcGIS Map Service.
Since
100.1
Returns
A new initialized source

◆ mapSublayerSourceWithID:

+ (instancetype) mapSublayerSourceWithID: (NSInteger)  mapSublayerID

Initialize the source with the ID of an existing sublayer in the ArcGIS Map Service.

Parameters
mapSublayerIDID of an existing sublayer in the ArcGIS Map Service.
Since
100.1
Returns
A new initialized source

Property Documentation

◆ geodatabaseVersion

- (NSString*) geodatabaseVersion
readwritenonatomiccopy

The geodatabase version to use.

Since
100.1

◆ mapSublayerID

- (NSInteger) mapSublayerID
readnonatomicassign

ID of an existing sublayer in the ArcGIS Map Service

Since
100.1