25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSImageTiledLayer.h>
27 #import <ArcGIS/AGSRemoteResource.h>
28 #import <ArcGIS/AGSAPIKeyResource.h>
81 #pragma mark initializers
95 -(instancetype)initWithURL:(NSURL*)URL;
104 -(instancetype)initWithName:(NSString*)name;
113 -(instancetype)initWithTileCache:(
AGSTileCache*)tileCache;
120 -(instancetype)initWithItem:(
AGSItem*)item;
127 +(instancetype)ArcGISTiledLayerWithItem:(
AGSItem*)item;
139 +(instancetype)ArcGISTiledLayerWithURL:(NSURL*)URL;
148 +(instancetype)ArcGISTiledLayerWithName:(NSString*)name;
157 +(instancetype)ArcGISTiledLayerWithTileCache:(
AGSTileCache*)tileCache;
160 #pragma mark properties
175 @property (nonatomic, copy, readonly) NSArray<AGSArcGISTiledSublayer*> *
tiledSublayers;
Information about an ArcGIS Server map service.
Definition: AGSArcGISMapServiceInfo.h:48
Displays data from a ArcGIS Map service using pre-generated tiles.
Definition: AGSArcGISTiledLayer.h:78
NSArray< AGSArcGISTiledSublayer * > * tiledSublayers
Definition: AGSArcGISTiledLayer.h:175
NSTimeInterval refreshInterval
Definition: AGSArcGISTiledLayer.h:180
AGSArcGISMapServiceInfo * mapServiceInfo
Definition: AGSArcGISTiledLayer.h:165
AGSTileCache * tileCache
Definition: AGSArcGISTiledLayer.h:170
Information about an individual layer or table in a cached ArcGIS Map Service.
Definition: AGSArcGISTiledSublayer.h:38
A base class for layers that display cached maps. You would typically work with one or more sub-class...
Definition: AGSImageTiledLayer.h:65
Object representing a unit of content.
Definition: AGSItem.h:43
A local cache of pre-rendered map tiles that can be used to create a layer.
Definition: AGSTileCache.h:80
An interface for getting and setting the API key of an object.
Definition: AGSAPIKeyResource.h:36
A protocol adopted by classes that access remote network resources that have the potential to be secu...
Definition: AGSRemoteResource.h:40