A stop or barrier's corresponding location of a source feature in the network dataset. More...
Header | #include <Network |
Since | Esri |
Public Functions
Network | |
Network | |
Network | |
~ | |
bool | is |
bool | is |
void | set |
void | set |
void | set |
Q | source |
Esri | source |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Member Function Documentation
NetworkLocation::NetworkLocation ()
Default constructor.
NetworkLocation::NetworkLocation (const Esri::ArcGISRuntime::NetworkLocation &other)
Copy constructor from other NetworkLocation.
[noexcept]
NetworkLocation::NetworkLocation (Esri::ArcGISRuntime::NetworkLocation &&other)
Move constructor from other NetworkLocation.
[noexcept]
NetworkLocation::~NetworkLocation ()
Destructor.
bool NetworkLocation::isEmpty () const
Returns true
if this NetworkLocation is empty.
bool NetworkLocation::isOnRightSideOfSource () const
Returns true
if this NetworkLocation is on the right side of the source feature.
void NetworkLocation::setOnRightSideOfSource (bool onRightSideOfSource )
Sets if this NetworkLocation is onRightSideOfSource.
See also isOnRightSideOfSource().
void NetworkLocation::setSourceName (const QString &sourceName )
Returns the sourceName of this NetworkLocation.
See also sourceName().
void NetworkLocation::setSourceObjectPosition (const Esri::ArcGISRuntime::SourceObjectPosition &sourceObjectPosition )
Sets the sourceObjectPosition of this NetworkLocation.
See also sourceObjectPosition().
QString NetworkLocation::sourceName () const
Returns the source name of this NetworkLocation.
See also setSourceName().
Esri::ArcGISRuntime::SourceObjectPosition NetworkLocation::sourceObjectPosition () const
Returns the SourceObjectPosition of this NetworkLocation.
See also setSourceObjectPosition().
[noexcept]
Esri::ArcGISRuntime::NetworkLocation &NetworkLocation::operator=(Esri::ArcGISRuntime::NetworkLocation &&other)
Move operator from other NetworkLocation.
Esri::ArcGISRuntime::NetworkLocation &NetworkLocation::operator=(const Esri::ArcGISRuntime::NetworkLocation &other)
Assignment operator from other NetworkLocation.