ArcGIS Runtime SDK for iOS
100.15
|
Metadata of an ArcGIS Image Service.
An instance of this class represents metadata for an ArcGIS Image Service
AGSImageServiceRaster
Properties | |
NSString * | attribution |
NSString * | currentVersion |
NSArray< AGSField * > * | fields |
AGSEnvelope * | fullExtent |
double | maxScale |
double | minScale |
NSString * | name |
AGSPixelType | pixelType |
NSArray< AGSRenderingRuleInfo * > * | renderingRuleInfos |
AGSSpatialReference * | spatialReference |
AGSLayerTimeInfo * | timeInfo |
NSURL * | URL |
|
readnonatomiccopy |
Attribution text for the service
|
readnonatomiccopy |
Version of the service
|
readnonatomiccopy |
The attribute fields (columns) available in the service's data.
|
readnonatomicstrong |
Full geographic extent of the service
|
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.
|
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.
|
readnonatomiccopy |
Name of the service
|
readnonatomicassign |
Type of data, such as signed integer, unsigned integer, or floating point, contained in each pixel of the raster provided by the service.
|
readnonatomiccopy |
Rendering rules available in the service
|
readnonatomicstrong |
Spatial reference of the service's geographic data
|
readnonatomicstrong |
|
readnonatomicstrong |
URL of the ArcGIS Image Service