- All Known Implementing Classes:
TransportationNetworkDataset
public interface GeodatabaseDataset
An interface of common part of functionality for all geodatabase datasets.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the geodatabase that this data set belongs to.getName()
Returns name of dataset.
-
Method Details
-
getGeodatabase
Geodatabase getGeodatabase()Returns the geodatabase that this data set belongs to.- Returns:
- the
Geodatabase
instance that this data set belongs to - Since:
- 100.0.0
-
getName
String getName()Returns name of dataset.- Returns:
- a string that represents name of dataset.
- Since:
- 100.0.0
-