ArcGIS Runtime SDK for iOS: AGSArcGISMapServiceInfo.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSArcGISMapServiceInfo.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 2022 ESRI
3 
4  All rights reserved under the copyright laws of the United States
5  and applicable international laws, treaties, and conventions.
6 
7  This material is licensed for use under the Esri Master License
8  Agreement (MLA), and is bound by the terms of that agreement.
9  You may redistribute and use this code without modification,
10  provided you adhere to the terms of the MLA and include this
11  copyright notice.
12 
13  See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
14 
15  For additional information, contact:
16  Environmental Systems Research Institute, Inc.
17  Attn: Contracts and Legal Services Department
18  380 New York Street
19  Redlands, California, 92373
20  USA
21 
22  email: contracts@esri.com
23  */
24 
25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSJSONSerializable.h>
28 #import <ArcGIS/AGSServiceType.h>
29 
30 @class AGSTileInfo;
31 @class AGSEnvelope;
34 @class AGSServiceTimeInfo;
35 @class AGSUnit;
36 @class AGSSpatialReference;
38  //Required for Globals API doc
40 
49 
50 
51 #pragma mark -
52 #pragma mark initializers
53 
54 
55 
56 #pragma mark -
57 #pragma mark properties
58 
62 @property (nullable, nonatomic, strong, readonly) NSURL *URL;
63 
68 @property (nonatomic, assign, readonly) double minScale;
69 
74 @property (nonatomic, assign, readonly) double maxScale;
75 
79 @property (nonatomic, copy, readonly) NSString *serviceDescription;
80 
85 @property (nullable, nonatomic, strong, readonly) AGSTileInfo *tileInfo;
86 
90 @property (nonatomic, copy, readonly) NSString *contentDescription;
91 
95 @property (nullable, nonatomic, strong, readonly) AGSEnvelope *fullExtent;
96 
100 @property (nonatomic, assign, readonly) BOOL supportsDynamicLayers;
101 
105 @property (nonatomic, copy, readonly) NSString *currentVersion;
106 
110 @property (nullable, nonatomic, strong, readonly) AGSEnvelope *initialExtent;
111 
115 @property (nonatomic, copy, readonly) NSString *mapName;
116 
120 @property (nonatomic, copy, readonly) NSString *attribution;
121 
125 @property (nonatomic, assign, readonly) BOOL singleFusedMapCache;
126 
130 @property (nonatomic, assign, readonly) NSInteger maxImageWidth;
131 
135 @property (nonatomic, assign, readonly) NSInteger maxImageHeight;
136 
140 @property (nullable, nonatomic, strong, readonly) AGSArcGISMapServiceCapabilities *capabilities;
141 
145 @property (nullable, nonatomic, strong, readonly) AGSServiceDocumentInfo *documentInfo;
146 
164 @property (nonatomic, assign, readonly) BOOL exportTileCacheCompactV2Allowed;
165 
184 @property (nonatomic, assign, readonly) BOOL exportTilesAllowed;
185 
189 @property (nonatomic, copy, readonly) NSArray<AGSMapServiceLayerIDInfo*> *layerInfos;
190 
194 @property (nonatomic, assign, readonly) NSInteger maxExportTilesCount;
195 
200 @property (nonatomic, assign, readonly) NSInteger maxRecordCount;
201 
205 @property (nonatomic, assign, readonly) AGSServiceType serviceSourceType;
206 
210 @property (nullable, nonatomic, strong, readonly) AGSSpatialReference *spatialReference;
211 
215 @property (nonatomic, copy, readonly) NSArray<NSString*> *supportedImageFormatTypes;
216 
220 @property (nonatomic, copy, readonly) NSArray<AGSMapServiceLayerIDInfo*> *tableInfos;
221 
225 @property (nonatomic, copy, readonly) NSArray<NSURL*> *tileServers;
226 
230 @property (nullable, nonatomic, strong, readonly) AGSServiceTimeInfo *timeInfo;
231 
235 @property (nullable, nonatomic, strong, readonly) AGSUnit *unit;
236 
237 #pragma mark -
238 #pragma mark methods
239 
240 
241 @end
AGSServiceType
Definition: AGSServiceType.h:35
Information about an ArcGIS Server map service capabilities.
Definition: AGSArcGISMapServiceCapabilities.h:37
Information about an ArcGIS Server map service.
Definition: AGSArcGISMapServiceInfo.h:48
NSInteger maxExportTilesCount
Definition: AGSArcGISMapServiceInfo.h:194
BOOL supportsDynamicLayers
Definition: AGSArcGISMapServiceInfo.h:100
double minScale
Definition: AGSArcGISMapServiceInfo.h:68
AGSServiceType serviceSourceType
Definition: AGSArcGISMapServiceInfo.h:205
AGSArcGISMapServiceCapabilities * capabilities
Definition: AGSArcGISMapServiceInfo.h:140
NSInteger maxImageWidth
Definition: AGSArcGISMapServiceInfo.h:130
NSArray< AGSMapServiceLayerIDInfo * > * tableInfos
Definition: AGSArcGISMapServiceInfo.h:220
BOOL exportTileCacheCompactV2Allowed
Definition: AGSArcGISMapServiceInfo.h:164
NSString * attribution
Definition: AGSArcGISMapServiceInfo.h:120
BOOL singleFusedMapCache
Definition: AGSArcGISMapServiceInfo.h:125
double maxScale
Definition: AGSArcGISMapServiceInfo.h:74
NSString * contentDescription
Definition: AGSArcGISMapServiceInfo.h:90
AGSUnit * unit
Definition: AGSArcGISMapServiceInfo.h:235
AGSServiceTimeInfo * timeInfo
Definition: AGSArcGISMapServiceInfo.h:230
NSArray< NSString * > * supportedImageFormatTypes
Definition: AGSArcGISMapServiceInfo.h:215
NSArray< NSURL * > * tileServers
Definition: AGSArcGISMapServiceInfo.h:225
AGSTileInfo * tileInfo
Definition: AGSArcGISMapServiceInfo.h:85
AGSEnvelope * initialExtent
Definition: AGSArcGISMapServiceInfo.h:110
BOOL exportTilesAllowed
Definition: AGSArcGISMapServiceInfo.h:184
NSInteger maxRecordCount
Definition: AGSArcGISMapServiceInfo.h:200
NSInteger maxImageHeight
Definition: AGSArcGISMapServiceInfo.h:135
NSArray< AGSMapServiceLayerIDInfo * > * layerInfos
Definition: AGSArcGISMapServiceInfo.h:189
NSString * mapName
Definition: AGSArcGISMapServiceInfo.h:115
NSURL * URL
Definition: AGSArcGISMapServiceInfo.h:62
AGSSpatialReference * spatialReference
Definition: AGSArcGISMapServiceInfo.h:210
NSString * serviceDescription
Definition: AGSArcGISMapServiceInfo.h:79
AGSEnvelope * fullExtent
Definition: AGSArcGISMapServiceInfo.h:95
NSString * currentVersion
Definition: AGSArcGISMapServiceInfo.h:105
AGSServiceDocumentInfo * documentInfo
Definition: AGSArcGISMapServiceInfo.h:145
A geometry that represents a rectangular shape.
Definition: AGSEnvelope.h:55
An object that represents the sub layer metadata for a Map service.
Definition: AGSMapServiceLayerIDInfo.h:37
Definition: AGSObject.h:28
metadata about the service
Definition: AGSServiceDocumentInfo.h:61
Information about an ArcGIS Server service time info.
Definition: AGSServiceTimeInfo.h:54
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49
The tiling scheme of a tiled layer.
Definition: AGSTileInfo.h:45
Defines a unit of measurement.
Definition: AGSUnit.h:68
A protocol to convert objects to and from JSON.
Definition: AGSJSONSerializable.h:38