A transportation network dataset. More...
Header: | #include <TransportationNetworkDataset.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Esri::ArcGISRuntime::GeodatabaseDataset |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
virtual | ~TransportationNetworkDataset() override |
QString | alias() const |
Reimplemented Public Functions
virtual Esri::ArcGISRuntime::Geodatabase * | geodatabase() const override |
virtual Esri::ArcGISRuntime::GeodatabaseDatasetType | geodatabaseDatasetType() const override |
virtual QString | name() const override |
Detailed Description
Represents a transportation network dataset in a mobile geodatabase (a .geodatabase
file).
Member Function Documentation
[override virtual]
TransportationNetworkDataset::~TransportationNetworkDataset ()
Destructor.
QString TransportationNetworkDataset::alias() const
Gets the user-friendly name of the dataset.
[override virtual]
Esri::ArcGISRuntime::Geodatabase *TransportationNetworkDataset::geodatabase() const
Reimplements: GeodatabaseDataset::geodatabase() const.
Gets the geodatabase within which the dataset resides.
[override virtual]
Esri::ArcGISRuntime::GeodatabaseDatasetType TransportationNetworkDataset::geodatabaseDatasetType () const
Reimplements: GeodatabaseDataset::geodatabaseDatasetType() const.
Gets the type of dataset.
[override virtual]
QString TransportationNetworkDataset::name() const
Reimplements: GeodatabaseDataset::name() const.
Gets the name of the dataset.