ArcGIS Runtime SDK for iOS: AGSArcGISImageServiceInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSArcGISImageServiceInfo Class Reference

Description

Metadata of an ArcGIS Image Service.

An instance of this class represents metadata for an ArcGIS Image Service

See also
AGSImageServiceRaster
Since
100.1
Inheritance diagram for AGSArcGISImageServiceInfo:
AGSObject

Properties

NSString * attribution
 
NSString * currentVersion
 
NSArray< AGSField * > * fields
 
AGSEnvelopefullExtent
 
double maxScale
 
double minScale
 
NSString * name
 
AGSPixelType pixelType
 
NSArray< AGSRenderingRuleInfo * > * renderingRuleInfos
 
AGSSpatialReferencespatialReference
 
AGSLayerTimeInfotimeInfo
 
NSURL * URL
 

Property Documentation

◆ attribution

- (NSString*) attribution
readnonatomiccopy

Attribution text for the service

Since
100.1

◆ currentVersion

- (NSString*) currentVersion
readnonatomiccopy

Version of the service

Since
100.1

◆ fields

- (NSArray<AGSField*>*) fields
readnonatomiccopy

The attribute fields (columns) available in the service's data.

Since
100.1

◆ fullExtent

- (AGSEnvelope*) fullExtent
readnonatomicstrong

Full geographic extent of the service

Since
100.1

◆ maxScale

- (double) maxScale
readnonatomicassign

The maximum scale at which contents of the service is visible. If the map is zoomed in beyond this scale, the contents will not be visible.

Since
100.1

◆ minScale

- (double) minScale
readnonatomicassign

The minimum scale at which contents of the service is visible. If the map is zoomed out beyond this scale, the contents will not be visible.

Since
100.1

◆ name

- (NSString*) name
readnonatomiccopy

Name of the service

Since
100.1

◆ pixelType

- (AGSPixelType) pixelType
readnonatomicassign

Type of data, such as signed integer, unsigned integer, or floating point, contained in each pixel of the raster provided by the service.

Since
100.1

◆ renderingRuleInfos

- (NSArray<AGSRenderingRuleInfo*>*) renderingRuleInfos
readnonatomiccopy

Rendering rules available in the service

Since
100.1

◆ spatialReference

- (AGSSpatialReference*) spatialReference
readnonatomicstrong

Spatial reference of the service's geographic data

Since
100.1

◆ timeInfo

- (AGSLayerTimeInfo*) timeInfo
readnonatomicstrong

◆ URL

- (NSURL*) URL
readnonatomicstrong

URL of the ArcGIS Image Service

Since
100.1