Package com.esri.arcgisruntime.data
Class TransportationNetworkDataset
- java.lang.Object
-
- com.esri.arcgisruntime.data.TransportationNetworkDataset
-
- All Implemented Interfaces:
GeodatabaseDataset
public final class TransportationNetworkDataset extends java.lang.Object implements GeodatabaseDataset
Implements the transportation network dataset.- Since:
- 100.0.0
- See Also:
Geodatabase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlias()Returns alias of transportation network dataset.GeodatabasegetGeodatabase()Returns the geodatabase that this data set belongs to.java.lang.StringgetName()Returns name of dataset.
-
-
-
Method Detail
-
getAlias
public java.lang.String getAlias()
Returns alias of transportation network dataset.- Returns:
- a string that represents transportation network dataset.
- Since:
- 100.0.0
-
getGeodatabase
public Geodatabase getGeodatabase()
Description copied from interface:GeodatabaseDatasetReturns the geodatabase that this data set belongs to.- Specified by:
getGeodatabasein interfaceGeodatabaseDataset- Returns:
- the
Geodatabaseinstance that this data set belongs to
-
getName
public java.lang.String getName()
Description copied from interface:GeodatabaseDatasetReturns name of dataset.- Specified by:
getNamein interfaceGeodatabaseDataset- Returns:
- a string that represents name of dataset.
-
-