|
ArcGIS Runtime SDK for iOS
100.15
|
Result returned by AGSServiceAreaTask.
Instances of this class represent the result of solveServiceAreaWithParameters:completion: (AGSServiceAreaTask). The result is a collection of computed service area geometries, barriers used in the computation, and messages generated during the process.
Instance Methods | |
| (nullable NSArray< AGSServiceAreaPolygon * > *) | - resultPolygonsAtFacilityIndex: |
| (nullable NSArray< AGSServiceAreaPolyline * > *) | - resultPolylinesAtFacilityIndex: |
Properties | |
| NSArray< AGSServiceAreaFacility * > * | facilities |
| NSArray< NSString * > * | messages |
| NSArray< AGSPointBarrier * > * | pointBarriers |
| NSArray< AGSPolygonBarrier * > * | polygonBarriers |
| NSArray< AGSPolylineBarrier * > * | polylineBarriers |
| - (nullable NSArray<AGSServiceAreaPolygon*> *) resultPolygonsAtFacilityIndex: | (NSInteger) | facilityIndex |
Service area polygons for the specified facility. Available if AGSServiceAreaParameters::returnPolygons was set to YES.
| facilityIndex | index of the desired facility in the facilities collection |
| - (nullable NSArray<AGSServiceAreaPolyline*> *) resultPolylinesAtFacilityIndex: | (NSInteger) | facilityIndex |
Service area polylines for the specified facility. Available if AGSServiceAreaParameters::returnPolylines was set to YES.
| facilityIndex | index of the desired facility in the facilities collection |
|
readnonatomiccopy |
|
readnonatomiccopy |
Informational messages that were generated while computing results.
|
readnonatomiccopy |
Point barriers used in the service area computation. Only available if AGSServiceAreaParameters::returnPointBarriers was enabled.
- setPointBarriers: (AGSServiceAreaParameters) or - setPointBarriersWithFeatureTable:queryParameters: (AGSServiceAreaParameters) to specify the barriers to use
|
readnonatomiccopy |
Polygon barriers used in the service area computation. Only available if AGSServiceAreaParameters::returnPolygonBarriers was enabled.
- setPolygonBarriers: (AGSServiceAreaParameters) or - setPolygonBarriersWithFeatureTable:queryParameters: (AGSServiceAreaParameters) to specify the barriers to use
|
readnonatomiccopy |
Polyline barriers used in the service area computation. Only available if AGSServiceAreaParameters::returnPolylineBarriers was enabled.
- setPolylineBarriers: (AGSServiceAreaParameters) or - setPolylineBarriersWithFeatureTable:queryParameters: (AGSServiceAreaParameters) to specify the barriers to use