Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.data
Class TransportationNetworkDataset
java.lang.Object
com.esri.arcgisruntime.data.TransportationNetworkDataset
- All Implemented Interfaces:
GeodatabaseDataset
Implements the transportation network dataset.
- Since:
- 100.0.0
- See Also:
-
Method Details
-
getAlias
Returns alias of transportation network dataset.- Returns:
- a string that represents transportation network dataset.
- Since:
- 100.0.0
-
getGeodatabase
Description copied from interface:GeodatabaseDataset
Returns the geodatabase that this data set belongs to.- Specified by:
getGeodatabase
in interfaceGeodatabaseDataset
- Returns:
- the
Geodatabase
instance that this data set belongs to
-
getName
Description copied from interface:GeodatabaseDataset
Returns name of dataset.- Specified by:
getName
in interfaceGeodatabaseDataset
- Returns:
- a string that represents name of dataset.
-