Default constructor.
Warning: This is for convenience only and will construct an empty object.
ServiceAreaTaskInfo::ServiceAreaTaskInfo(const Esri::ArcGISRuntime::ServiceAreaTaskInfo &other)Copy constructor from other ServiceAreaTaskInfo.
[noexcept]
ServiceAreaTaskInfo::ServiceAreaTaskInfo(Esri::ArcGISRuntime::ServiceAreaTaskInfo &&other)
Move constructor from other ServiceAreaTaskInfo.
[noexcept]
ServiceAreaTaskInfo::~ServiceAreaTaskInfo()
Destructor.
QStringList ServiceAreaTaskInfo::accumulateAttributeNames() constReturns the default list of accumulative attribute names.
For example, accumulateAttributeNames = ["Miles", "Kilometers"] indicates that the total cost of the route should also be calculated in miles and kilometers. All supported attributes can be obtained from ServiceAreaTaskInfo.costAttributes method.
Note: The same list of accumulate attribute names can be obtained from ServiceAreaParameters.accumulateAttributeNames method.
QMap<QString, Esri::ArcGISRuntime::CostAttribute> ServiceAreaTaskInfo::costAttributes() constReturns a map of available cost attributes from the network.
The key is the name as a QString, and the value is the CostAttribute.
QList<double> ServiceAreaTaskInfo::defaultImpedanceCutoffs() constReturns the default impedance cutoff values.
Cutoffs specify the quantity of the impedance to apply. They constrain the extent of the service area to be calculated. For example, if you apply breaks of 5, 10, and 15 when the impedance is set to Time, the service area will include those streets that can be reached within 5, 10, and 15 minutes.
QString ServiceAreaTaskInfo::defaultTravelModeName() constReturns the default travel mode name.
See also TravelMode.
Esri::ArcGISRuntime::ServiceAreaPolygonCutoffGeometry ServiceAreaTaskInfo::geometryAtCutoff() constReturns the behavior of service area output for a single facility when multiple cutoff values are specified.
Esri::ArcGISRuntime::ServiceAreaOverlapGeometry ServiceAreaTaskInfo::geometryAtOverlap() constReturns the behavior of service area output from multiple facilities in relation to one another.
bool ServiceAreaTaskInfo::isEmpty() constReturns whether this ServiceAreaTaskInfo is empty.
bool ServiceAreaTaskInfo::isReturnPolygons() constReturns the type of output to be generated.
bool ServiceAreaTaskInfo::isReturnPolylines() constReturns the type of output to be generated.
[since Esri::ArcGISRuntime 100.6]
double ServiceAreaTaskInfo::maxLocatingDistance() const
Returns the maximum locating distance.
Maximum locating distance is the furthest distance (in meters) that Network Analyst searches when locating or relocating a point onto the network. The search looks for suitable edges or junctions and snaps the point to the nearest one. If a suitable location isn't found within the maximum locating distance, the object is marked as unlocated.
This function was introduced in Esri::ArcGISRuntime 100.6.
QString ServiceAreaTaskInfo::networkName() constReturns the network name.
Esri::ArcGISRuntime::SpatialReference ServiceAreaTaskInfo::outputSpatialReference() constReturns the default output spatial reference.
double ServiceAreaTaskInfo::polygonBufferDistance() constReturns the polygon buffer distance in meters.
The polygon buffer refers to the distance from the road the service area polygon should extend when no other reachable roads are nearby, similar to a line buffer size. This is useful if the network is very sparse and you don't want the service area to cover large areas where there are no features.
Esri::ArcGISRuntime::ServiceAreaPolygonDetail ServiceAreaTaskInfo::polygonDetail() constReturns the level of detail of the output polygons.
If your analysis covers an urban area with a grid-like street network, the difference between generalized and standard polygons will be minimal. However, for mountain and rural roads, the standard and detailed polygons may present significantly more accurate results than generalized polygons.
QMap<QString, Esri::ArcGISRuntime::RestrictionAttribute> ServiceAreaTaskInfo::restrictionAttributes() constReturns a map of available restriction attributes from the network.
The key is the name as a QString, and the value is the RestrictionAttribute.
QDateTime ServiceAreaTaskInfo::startTime() constReturns the default start time in UTC time.
QStringList ServiceAreaTaskInfo::supportedRestrictionUsageParameterValues() constReturns the supported values for soft restrictions.
Restrictions can be identified for particular elements such that, during an analysis, traversing restricted elements is prohibited entirely, avoided, or preferred. The values in this list which are assigned to the restriction usage parameter determines whether the restriction attribute prohibits, avoids, or prefers the network elements it is associated with. Furthermore, the degree to which network elements are avoided or preferred can be defined by choosing High, Medium, or Low.
Esri::ArcGISRuntime::TravelDirection ServiceAreaTaskInfo::travelDirection() constReturns the default travel direction type.
QList<Esri::ArcGISRuntime::TravelMode> ServiceAreaTaskInfo::travelModes() constReturns a list of travel modes set in the ServiceAreaParameters.
[noexcept]
Esri::ArcGISRuntime::ServiceAreaTaskInfo &ServiceAreaTaskInfo::operator=(Esri::ArcGISRuntime::ServiceAreaTaskInfo &&other)
Move operator from other ServiceAreaTaskInfo.
Esri::ArcGISRuntime::ServiceAreaTaskInfo &ServiceAreaTaskInfo::operator=(const Esri::ArcGISRuntime::ServiceAreaTaskInfo &other)Assignment operator from other ServiceAreaTaskInfo.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4