A source for AGSArcGISMapImageSublayer based on a file-based raster in a registered raster workspace..
Instances of this class represent a source for AGSArcGISMapImageSublayer based on a file-based raster that resides in a registered raster workspace.
- 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. |
| dataSourceName | Name of a file-based raster in the workspace |
- Since
- 100.1
- Returns
- A new initialized source
§ rasterSublayerSourceWithWorkspaceID:dataSourceName:()
| + (instancetype) rasterSublayerSourceWithWorkspaceID: |
|
(NSString *) |
workspaceID |
| dataSourceName: |
|
(NSString *) |
dataSourceName |
|
|
| |
Initialize the source with the provided parameters.
- Parameters
-
| workspaceID | ID of a registered workspace for the ArcGIS Map Service. |
| dataSourceName | Name of a file-based raster in the workspace |
- Since
- 100.1
- Returns
- A new initialized source
§ dataSourceName
| - (NSString*) dataSourceName |
|
readnonatomiccopy |
Name of a file-based raster in a registered workspace of the ArcGIS Map Service
- Since
- 100.1
§ workspaceID
| - (NSString*) workspaceID |
|
readnonatomiccopy |
ID of a registered workspace for the ArcGIS Map Service.
- Since
- 100.1