ArcGIS Runtime SDK for iOS: AGSRasterSublayerSource Class Reference
ArcGIS Runtime SDK for iOS  100.15
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 

Creates a 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

◆ rasterSublayerSourceWithWorkspaceID:dataSourceName:

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

Creates a 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 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