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

Description

A source for AGSArcGISMapImageSublayer based on a dataset in a registered workspace.

Instances of this class represent a source for AGSArcGISMapImageSublayer based on a dataset, such as non-spatial table, feature class, or raster, that resides in a registered workspace of the ArcGIS map service. The workspace can be either a folder or geodatabase.

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

Instance Methods

(instancetype) - initWithWorkspaceID:dataSourceName:
 

Class Methods

(instancetype) + tableSublayerSourceWithWorkspaceID:dataSourceName:
 

Properties

NSString * dataSourceName
 
NSString * geodatabaseVersion
 
NSString * workspaceID
 

Method Documentation

◆ initWithWorkspaceID:dataSourceName:

- (instancetype) initWithWorkspaceID: (NSString *)  workspaceID
dataSourceName: (NSString *)  dataSourceName 

Creates a source with the provided parameters.

Parameters
workspaceIDID of a registered workspace for the ArcGIS map service. The workspace can be either a folder or geodatabase.
dataSourceNameName of a dataset (non-spatial table, feature class, or raster) in the workspace.
Since
100.1

◆ tableSublayerSourceWithWorkspaceID:dataSourceName:

+ (instancetype) tableSublayerSourceWithWorkspaceID: (NSString *)  workspaceID
dataSourceName: (NSString *)  dataSourceName 

Creates a source with the provided parameters.

Parameters
workspaceIDID of a registered workspace for the ArcGIS map service. The workspace can be either a folder or geodatabase.
dataSourceNameName of a dataset (non-spatial table, feature class, or raster) in the workspace.
Since
100.1
Returns
A new source.

Property Documentation

◆ dataSourceName

- (NSString*) dataSourceName
readnonatomiccopy

Name of a dataset (non-spatial table, feature class, or raster) in a registered workspace of the ArcGIS map service.

Since
100.1

◆ geodatabaseVersion

- (NSString*) geodatabaseVersion
readwritenonatomiccopy

The geodatabase version to use.

Since
100.1

◆ workspaceID

- (NSString*) workspaceID
readnonatomiccopy

ID of a registered workspace for the ArcGIS map service. The workspace can be either a folder or geodatabase.

Since
100.1