25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSLoadableRemoteResourceBase.h>
27 #import <ArcGIS/AGSAPIKeyResource.h>
28 #import <ArcGIS/AGSCancelable.h>
73 #pragma mark initializers
81 -(instancetype)initWithURL:(NSURL*)URL;
88 +(instancetype)exportTileCacheTaskWithURL:(NSURL*)URL;
91 #pragma mark properties
117 minScale:(
double)minScale
118 maxScale:(
double)maxScale
151 downloadFileURL:(NSURL *)downloadFileURL;
Information about an ArcGIS Server map service.
Definition: AGSArcGISMapServiceInfo.h:48
A job to estimate the size of a tile cache to be exported from an ArcGIS Tile service.
Definition: AGSEstimateTileCacheSizeJob.h:41
A job to export a tile cache from an ArcGIS Tile service.
Definition: AGSExportTileCacheJob.h:41
Parameters for the operations on AGSExportTileCacheTask.
Definition: AGSExportTileCacheParameters.h:40
A task used to export a tile cache (.tpk or .tpkx). Use this in conjunction with a map or image servi...
Definition: AGSExportTileCacheTask.h:70
AGSArcGISMapServiceInfo * mapServiceInfo
Definition: AGSExportTileCacheTask.h:101
Base class for all classes that represent geometric shapes.
Definition: AGSGeometry.h:121
Definition: AGSLoadableRemoteResourceBase.h:35
An interface for getting and setting the API key of an object.
Definition: AGSAPIKeyResource.h:36
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:38