TransportationNetworkDataset

A transportation network dataset of a map or scene stored in a mobile map or scene package. 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[https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-mobile-map-package.htm] or https://pro.arcgis.com/en/pro-app/latest/help/mapping/map-authoring/author-for-arcgis-runtime.htm.

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.

Since

200.1.0

Properties

Link copied to clipboard

Alias of transportation network dataset.

Inherited properties

Link copied to clipboard
open override val geodatabase: Geodatabase?

The geodatabase. Instance of geodatabase.

Link copied to clipboard
open override val name: String

The name of geodatabase dataset. The geodatabase dataset's name.

Link copied to clipboard
open override val type: GeodatabaseDatasetType

The type of geodatabase dataset.