TransportationNetworkDataset class final

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 or Author a 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.

Implemented types

Properties

alias → String
Alias of transportation network dataset.
no setter
geodatabase → Geodatabase?
The geodatabase.
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
name → String
The name of geodatabase dataset.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → GeodatabaseDatasetType
The type of geodatabase dataset.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited