19 #import <ArcGIS/AGSRaster.h> 20 #import <ArcGIS/AGSRemoteResource.h> 40 #pragma mark initializers 49 -(instancetype)initWithURL:(NSURL*)URL;
56 +(instancetype)imageServiceRasterWithURL:(NSURL*)URL;
59 #pragma mark properties Metadata of an ArcGIS Image Service.
Definition: AGSArcGISImageServiceInfo.h:57
AGSRenderingRule * renderingRule
Definition: AGSImageServiceRaster.h:69
AGSMosaicRule * mosaicRule
Definition: AGSImageServiceRaster.h:64
A raster dataset.
Definition: AGSRaster.h:60
A rule determining how a requested image should participate in the mosaic.
Definition: AGSMosaicRule.h:66
A raster dataset based on an ArcGIS Image Service.
Definition: AGSImageServiceRaster.h:35
A protocol adopted by classes that access remote network resources that have the potential to be secu...
Definition: AGSRemoteResource.h:34
AGSArcGISImageServiceInfo * serviceInfo
Definition: AGSImageServiceRaster.h:75
A rendering rule to apply to an AGSImageServiceRaster.
Definition: AGSRenderingRule.h:30