TransportationNetworkDataset Class

  • TransportationNetworkDataset
  • class Esri::ArcGISRuntime::TransportationNetworkDataset

    A transportation network dataset of a map or scene stored in a mobile map or scene package. More...

    Header: #include <TransportationNetworkDataset.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::GeodatabaseDataset

    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

    A transportation network, such as a street, pedestrian, or railroad network, models networks that typically permit travel in both directions. Map and scene authors can use ArcGIS Pro to create a mobile map or scene package that includes transportation networks. For more information, see Create a mobile map package or [Author an mobile scene package.

    If you create a map or scene from one of these packages, you can obtain its TransportationNetworkDataset from the read-only collection of GeoModel::transportationNetworks. To perform a route, closest facility, or service area network analysis on the transportation network, you construct the respective RouteTask, ClosestFacilityTask, or ServiceAreaTask, using this TransportationNetworkDataset.

    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.