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)
§ initWithWorkspaceID:dataSourceName:()
| - (instancetype) initWithWorkspaceID: |
|
(NSString *) |
workspaceID |
| dataSourceName: |
|
(NSString *) |
dataSourceName |
|
|
| |
Initialize the source with the provided parameters.
- 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 |
- Since
- 100.1
- Returns
- A new initialized source
§ tableSublayerSourceWithWorkspaceID:dataSourceName:()
| + (instancetype) tableSublayerSourceWithWorkspaceID: |
|
(NSString *) |
workspaceID |
| dataSourceName: |
|
(NSString *) |
dataSourceName |
|
|
| |
Initialize the source with the provided parameters.
- 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 |
- Since
- 100.1
- Returns
- A new initialized source
§ 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