ArcGIS Runtime SDK for iOS: AGSPortalHelperServices.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSPortalHelperServices.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  //Required for Globals API doc
26 
27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSElevationServiceInfo.h>
29 
30 
31 
39 @interface AGSPortalHelperServices : NSObject
40 
41 #pragma mark -
42 #pragma mark initializers
43 
44 
45 
46 #pragma mark -
47 #pragma mark properties
48 
52 @property (nullable, nonatomic, strong, readonly) NSURL *analysisServiceURL;
53 
57 @property (nullable, nonatomic, strong, readonly) NSURL *asyncClosestFacilityServiceURL;
58 
62 @property (nullable, nonatomic, strong, readonly) NSURL *asyncLocationAllocationServiceURL;
63 
67 @property (nullable, nonatomic, strong, readonly) NSURL *asyncODCostMatrixServiceURL;
68 
72 @property (nullable, nonatomic, strong, readonly) NSURL *asyncServiceAreaServiceURL;
73 
77 @property (nullable, nonatomic, strong, readonly) NSURL *asyncVRPServiceURL;
78 
82 @property (nullable, nonatomic, strong, readonly) NSURL *closestFacilityServiceURL;
83 
90 @property (nonatomic, copy, readonly) NSArray<AGSElevationServiceInfo *> *defaultElevationServices;
91 
95 @property (nullable, nonatomic, strong, readonly) NSURL *elevationServiceURL;
96 
100 @property (nullable, nonatomic, strong, readonly) NSURL *elevationSyncServiceURL;
101 
105 @property (nullable, nonatomic, copy, readonly) NSArray<NSURL*> *geocodeServiceURLs;
106 
110 @property (nullable, nonatomic, strong, readonly) NSURL *geoenrichmentServiceURL;
111 
115 @property (nullable, nonatomic, strong, readonly) NSURL *geometryServiceURL;
116 
120 @property (nullable, nonatomic, strong, readonly) NSURL *hydrologyServiceURL;
121 
127 @property (nullable, nonatomic, strong, readonly) NSURL *locationTrackingServiceURL;
128 
132 @property (nullable, nonatomic, strong, readonly) NSURL *printTaskURL;
133 
137 @property (nullable, nonatomic, strong, readonly) NSURL *routeServiceURL;
138 
142 @property (nullable, nonatomic, strong, readonly) NSURL *serviceAreaServiceURL;
143 
148 @property (nullable, nonatomic, strong, readonly) NSURL *syncVRPServiceURL;
149 
153 @property (nullable, nonatomic, strong, readonly) NSURL *trafficServiceURL;
154 
155 #pragma mark -
156 #pragma mark methods
157 
158 @end
159 
161 
168 @property (nullable, nonatomic, strong, readonly) NSURL *elevation3DServiceURL __attribute__((deprecated("Use 'defaultElevationServices' instead.")));
169 
170 @end
171 
172 
Definition: AGSPortalHelperServices.h:160
NSURL *elevation3DServiceURL __attribute__((deprecated("Use 'defaultElevationServices' instead.")))
Services provided by an organization's portal.
Definition: AGSPortalHelperServices.h:40
NSURL * elevationServiceURL
Definition: AGSPortalHelperServices.h:95
NSURL * serviceAreaServiceURL
Definition: AGSPortalHelperServices.h:142
NSURL * analysisServiceURL
Definition: AGSPortalHelperServices.h:52
NSURL * geometryServiceURL
Definition: AGSPortalHelperServices.h:115
NSArray< NSURL * > * geocodeServiceURLs
Definition: AGSPortalHelperServices.h:105
NSURL * asyncClosestFacilityServiceURL
Definition: AGSPortalHelperServices.h:57
NSURL * asyncVRPServiceURL
Definition: AGSPortalHelperServices.h:77
NSURL * trafficServiceURL
Definition: AGSPortalHelperServices.h:153
NSURL * geoenrichmentServiceURL
Definition: AGSPortalHelperServices.h:110
NSArray< AGSElevationServiceInfo * > * defaultElevationServices
Definition: AGSPortalHelperServices.h:90
NSURL * asyncServiceAreaServiceURL
Definition: AGSPortalHelperServices.h:72
NSURL * locationTrackingServiceURL
Definition: AGSPortalHelperServices.h:127
NSURL * syncVRPServiceURL
Definition: AGSPortalHelperServices.h:148
NSURL * printTaskURL
Definition: AGSPortalHelperServices.h:132
NSURL * asyncODCostMatrixServiceURL
Definition: AGSPortalHelperServices.h:67
NSURL * hydrologyServiceURL
Definition: AGSPortalHelperServices.h:120
NSURL * closestFacilityServiceURL
Definition: AGSPortalHelperServices.h:82
NSURL * elevationSyncServiceURL
Definition: AGSPortalHelperServices.h:100
NSURL * asyncLocationAllocationServiceURL
Definition: AGSPortalHelperServices.h:62
NSURL * routeServiceURL
Definition: AGSPortalHelperServices.h:137