Package com.esri.arcgisruntime.data
Interface GeodatabaseDataset
-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Geodatabase
getGeodatabase()
Returns the geodatabase that this data set belongs to.java.lang.String
getName()
Returns name of dataset.
-
-
-
Method Detail
-
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
java.lang.String getName()
Returns name of dataset.- Returns:
- a string that represents name of dataset.
- Since:
- 100.0.0
-
-