Show / Hide Table of Contents

Class TransportationNetworkDataset

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

Inheritance
System.Object
TransportationNetworkDataset
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TransportationNetworkDataset
Remarks

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 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.

Properties

Name Description
Alias

Gets the alias of the transportation network dataset.

Geodatabase

Gets the geodatabase from the transportation network dataset.

Name

Gets the name of the transportation network dataset.

Type

Gets the type of the transportation network dataset.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Relevant samples

Mobile map (search and route): Display maps and use locators to enable search and routing offline using a Mobile Map Package.
In This Article
Back to top Copyright © 2022 Esri.