A transportation network dataset. More...
| Header | #include <Transportation |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ |
| QString | alias() const |
Reimplemented Public Functions
| virtual Esri | geodatabase() const override |
| virtual Esri | geodatabase |
| 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.