Default constructor.
[explicit]
PointBarrier::PointBarrier(const Esri::ArcGISRuntime::Point &point)
Constructor that takes in a point.
PointBarrier::PointBarrier(const Esri::ArcGISRuntime::PointBarrier &other)Copy constructor from other PointBarrier.
[noexcept]
PointBarrier::PointBarrier(Esri::ArcGISRuntime::PointBarrier &&other)
Move constructor from other PointBarrier.
[noexcept]
PointBarrier::~PointBarrier()
Destructor.
double PointBarrier::addedCost(const QString &attributeName) constReturns the added cost.
Get the amount of additional cost that has been added for a particular attribute on this Stop. If no cost has been added, or an incorrect name is specified, a value of zero will be returned.
See also setAddedCost().
[since Esri::ArcGISRuntime 100.6]
int PointBarrier::barrierId() const
Returns point barrier ID.
This is a caller supplied foreign key that can be used to associate output point barriers with input point barriers.
{RouteParameters::setPointBarriers(Esri::ArcGISRuntime::ArcGISFeatureTable*, const Esri::ArcGISRuntime::QueryParameters&)}, {Esri::ArcGISRuntime::RouteResult::pointBarriers} {RouteResult::pointBarriers}, {Esri::ArcGISRuntime::ClosestFacilityParameters::setPointBarriers(Esri::ArcGISRuntime::ArcGISFeatureTable*, const Esri::ArcGISRuntime::QueryParameters&)} {ClosestFacilityParameters::setPointBarriers(Esri::ArcGISRuntime::ArcGISFeatureTable*, const Esri::ArcGISRuntime::QueryParameters&)}, {Esri::ArcGISRuntime::ClosestFacilityResult::pointBarriers} {ClosestFacilityResult::pointBarriers}, {Esri::ArcGISRuntime::ServiceAreaParameters::setPointBarriers(Esri::ArcGISRuntime::ArcGISFeatureTable*, const Esri::ArcGISRuntime::QueryParameters&)} {ServiceAreaParameters::setPointBarriers(Esri::ArcGISRuntime::ArcGISFeatureTable*, const Esri::ArcGISRuntime::QueryParameters&)}, {Esri::ArcGISRuntime::ServiceAreaResult::pointBarriers} {ServiceAreaResult::pointBarriers}
This function was introduced in Esri::ArcGISRuntime 100.6.
See also setBarrierId() and Esri::ArcGISRuntime::RouteParameters::setPointBarriers().
Esri::ArcGISRuntime::BarrierType PointBarrier::barrierType() constReturns the BarrierType of this PointBarrier.
See also setBarrierType().
[since Esri::ArcGISRuntime 200.1]
Esri::ArcGISRuntime::PointBarrier PointBarrier::clone() const
Clones the PointBarrier to a new instance.
Returns a new instance of the current PointBarrier.
This function was introduced in Esri::ArcGISRuntime 200.1.
Esri::ArcGISRuntime::CurbApproach PointBarrier::curbApproach() constReturns the CurbApproach of this PointBarrier.
See also setCurbApproach().
Esri::ArcGISRuntime::Point PointBarrier::geometry() constReturns the Point of this PointBarrier.
See also setGeometry().
bool PointBarrier::isEmpty() constReturns true
if this PointBarrier is empty.
Returns the LocationStatus of this PointBarrier.
[since Esri::ArcGISRuntime 100.3]
QString PointBarrier::name() const
Returns the name of this PointBarrier.
This function was introduced in Esri::ArcGISRuntime 100.3.
See also setName().
void PointBarrier::setAddedCost(const QString &attributeName, double addedCost)Sets the added cost.
Set the amount of additional cost for an attribute by name. Any additional cost, e.g. Minutes, TravelTime, Kilometers, can be modified with this method.
See also addedCost().
[since Esri::ArcGISRuntime 100.6]
void PointBarrier::setBarrierId(int id)
Sets the id of this barrier.
This function was introduced in Esri::ArcGISRuntime 100.6.
See also barrierId.
void PointBarrier::setBarrierType(Esri::ArcGISRuntime::BarrierType type)Returns the barrier type of this PointBarrier.
See also barrierType.
void PointBarrier::setCurbApproach(Esri::ArcGISRuntime::CurbApproach curbApproach)Sets the curbApproach of this PointBarrier.
See also curbApproach.
void PointBarrier::setGeometry(const Esri::ArcGISRuntime::Point &point)Sets the point of this PointBarrier.
See also geometry.
[since Esri::ArcGISRuntime 100.3]
void PointBarrier::setName(const QString &name)
Sets the name of this PointBarrier.
This function was introduced in Esri::ArcGISRuntime 100.3.
See also name.
[noexcept]
Esri::ArcGISRuntime::PointBarrier &PointBarrier::operator=(Esri::ArcGISRuntime::PointBarrier &&other)
Move operator from other PointBarrier.
Esri::ArcGISRuntime::PointBarrier &PointBarrier::operator=(const Esri::ArcGISRuntime::PointBarrier &other)Assignment operator from other PointBarrier.
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