ArcGIS Runtime SDK for iOS: AGSRasterSublayerSource Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSRasterSublayerSource Class Reference

Description

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)
Inheritance diagram for AGSRasterSublayerSource:
AGSSublayerSource AGSObject

Instance Methods

(instancetype) - initWithWorkspaceID:dataSourceName:
 

Class Methods

(instancetype) + rasterSublayerSourceWithWorkspaceID:dataSourceName:
 

Properties

NSString * dataSourceName
 
NSString * workspaceID
 

Method Documentation

§ initWithWorkspaceID:dataSourceName:()

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

Initialize the source with the provided parameters.

Parameters
workspaceIDID of a registered workspace for the ArcGIS Map Service.
dataSourceNameName 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
workspaceIDID of a registered workspace for the ArcGIS Map Service.
dataSourceNameName of a file-based raster in the workspace
Since
100.1
Returns
A new initialized source

Property Documentation

§ 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