ArcGIS Runtime SDK for iOS: AGSServiceAreaTaskInfo.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSServiceAreaTaskInfo.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/AGSRouteTypes.h>
28 #import <ArcGIS/AGSServiceAreaTaskTypes.h>
29 
30 @class AGSCostAttribute;
32 @class AGSSpatialReference;
33 @class AGSTravelMode;
34  //Required for Globals API doc
36 
44 
45 
46 
47 #pragma mark -
48 #pragma mark initializers
49 
50 
51 
52 #pragma mark -
53 #pragma mark properties
57 @property (nonatomic, copy, readonly) NSArray<NSString*> *accumulateAttributeNames;
58 
62 @property (nonatomic, copy, readonly) NSDictionary<NSString*,AGSCostAttribute*> *costAttributes;
63 
72 @property (nonatomic, copy, readonly) NSArray<NSNumber*> *defaultImpedanceCutoffs;
73 
78 @property (nonatomic, copy, readonly) NSString *defaultTravelModeName;
79 
83 @property (nonatomic, assign, readonly) AGSServiceAreaPolygonCutoffGeometry geometryAtCutoff;
84 
88 @property (nonatomic, assign, readonly) AGSServiceAreaOverlapGeometry geometryAtOverlap;
89 
95 @property (nonatomic, assign, readonly) double maxLocatingDistance;
96 
100 @property (nonatomic, copy, readonly) NSString *networkName;
101 
105 @property (nullable, nonatomic, strong, readonly) AGSSpatialReference *outputSpatialReference;
106 
110 @property (nonatomic, assign, readonly) double polygonBufferDistance;
111 
115 @property (nonatomic, assign, readonly) AGSServiceAreaPolygonDetail polygonDetail;
116 
120 @property (nonatomic, copy, readonly) NSDictionary<NSString*, AGSRestrictionAttribute*> *restrictionAttributes;
121 
125 @property (nonatomic, assign, readonly) BOOL returnPolygons;
126 
130 @property (nonatomic, assign, readonly) BOOL returnPolylines;
131 
135 @property (nullable, nonatomic, strong, readonly) NSDate *startTime;
136 
140 @property (nonatomic, copy, readonly) NSArray<NSString*> *supportedRestrictionUsageParameterValues;
141 
146 @property (nonatomic, assign, readonly) AGSTravelDirection travelDirection;
147 
151 @property (nonatomic, copy, readonly) NSArray<AGSTravelMode*> *travelModes;
152 
153 #pragma mark -
154 #pragma mark methods
155 
156 
157 
158 @end
159 
AGSTravelDirection
Definition: AGSRouteTypes.h:89
AGSServiceAreaPolygonCutoffGeometry
Definition: AGSServiceAreaTaskTypes.h:43
AGSServiceAreaPolygonDetail
Definition: AGSServiceAreaTaskTypes.h:52
AGSServiceAreaOverlapGeometry
Definition: AGSServiceAreaTaskTypes.h:33
A cost to travel along the edge of a transportation network.
Definition: AGSCostAttribute.h:63
Definition: AGSObject.h:28
Restrictions within a transportation network.
Definition: AGSRestrictionAttribute.h:38
Metadata about the network analyst service or dataset used by AGSServiceAreaTask.
Definition: AGSServiceAreaTaskInfo.h:44
AGSSpatialReference * outputSpatialReference
Definition: AGSServiceAreaTaskInfo.h:105
NSArray< AGSTravelMode * > * travelModes
Definition: AGSServiceAreaTaskInfo.h:151
NSString * networkName
Definition: AGSServiceAreaTaskInfo.h:100
NSArray< NSNumber * > * defaultImpedanceCutoffs
Definition: AGSServiceAreaTaskInfo.h:72
NSString * defaultTravelModeName
Definition: AGSServiceAreaTaskInfo.h:78
AGSServiceAreaPolygonCutoffGeometry geometryAtCutoff
Definition: AGSServiceAreaTaskInfo.h:83
AGSServiceAreaOverlapGeometry geometryAtOverlap
Definition: AGSServiceAreaTaskInfo.h:88
AGSTravelDirection travelDirection
Definition: AGSServiceAreaTaskInfo.h:146
NSArray< NSString * > * supportedRestrictionUsageParameterValues
Definition: AGSServiceAreaTaskInfo.h:140
double polygonBufferDistance
Definition: AGSServiceAreaTaskInfo.h:110
double maxLocatingDistance
Definition: AGSServiceAreaTaskInfo.h:95
NSDictionary< NSString *, AGSCostAttribute * > * costAttributes
Definition: AGSServiceAreaTaskInfo.h:62
NSDate * startTime
Definition: AGSServiceAreaTaskInfo.h:135
AGSServiceAreaPolygonDetail polygonDetail
Definition: AGSServiceAreaTaskInfo.h:115
NSDictionary< NSString *, AGSRestrictionAttribute * > * restrictionAttributes
Definition: AGSServiceAreaTaskInfo.h:120
BOOL returnPolygons
Definition: AGSServiceAreaTaskInfo.h:125
BOOL returnPolylines
Definition: AGSServiceAreaTaskInfo.h:130
NSArray< NSString * > * accumulateAttributeNames
Definition: AGSServiceAreaTaskInfo.h:57
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49
Travel options for routes generated by AGSRouteTask.
Definition: AGSTravelMode.h:54