25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSRaster.h>
27 #import <ArcGIS/AGSRemoteResource.h>
56 #pragma mark initializers
64 -(instancetype)initWithURL:(NSURL*)URL;
71 +(instancetype)imageServiceRasterWithURL:(NSURL*)URL;
74 #pragma mark properties
Metadata of an ArcGIS Image Service.
Definition: AGSArcGISImageServiceInfo.h:65
An instance of this class represents a raster that is retrieved from an ArcGIS image service.
Definition: AGSImageServiceRaster.h:51
AGSMosaicRule * mosaicRule
Definition: AGSImageServiceRaster.h:79
AGSArcGISImageServiceInfo * serviceInfo
Definition: AGSImageServiceRaster.h:90
AGSRenderingRule * renderingRule
Definition: AGSImageServiceRaster.h:84
A rule determining how a requested image should participate in the mosaic.
Definition: AGSMosaicRule.h:74
A raster dataset.
Definition: AGSRaster.h:68
An instance of this class represents the rule for how the requested image should be rendered or proce...
Definition: AGSRenderingRule.h:42
A protocol adopted by classes that access remote network resources that have the potential to be secu...
Definition: AGSRemoteResource.h:40