|
ArcGIS Runtime SDK for iOS
100.15
|
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.
Instance Methods | |
| (instancetype) | - initWithWorkspaceID:dataSourceName: |
Class Methods | |
| (instancetype) | + tableSublayerSourceWithWorkspaceID:dataSourceName: |
Properties | |
| NSString * | dataSourceName |
| NSString * | geodatabaseVersion |
| NSString * | workspaceID |
| - (instancetype) initWithWorkspaceID: | (NSString *) | workspaceID | |
| dataSourceName: | (NSString *) | dataSourceName | |
Creates a source with the provided parameters.
| workspaceID | ID of a registered workspace for the ArcGIS map service. The workspace can be either a folder or geodatabase. |
| dataSourceName | Name of a dataset (non-spatial table, feature class, or raster) in the workspace. |
| + (instancetype) tableSublayerSourceWithWorkspaceID: | (NSString *) | workspaceID | |
| dataSourceName: | (NSString *) | dataSourceName | |
Creates a source with the provided parameters.
| workspaceID | ID of a registered workspace for the ArcGIS map service. The workspace can be either a folder or geodatabase. |
| dataSourceName | Name of a dataset (non-spatial table, feature class, or raster) in the workspace. |
|
readnonatomiccopy |
Name of a dataset (non-spatial table, feature class, or raster) in a registered workspace of the ArcGIS map service.
|
readwritenonatomiccopy |
The geodatabase version to use.
|
readnonatomiccopy |
ID of a registered workspace for the ArcGIS map service. The workspace can be either a folder or geodatabase.