Package com.esri.arcgisruntime.data
Interface GeodatabaseDataset
- 
- All Known Implementing Classes:
 TransportationNetworkDataset
public interface GeodatabaseDatasetAn 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 GeodatabasegetGeodatabase()Returns the geodatabase that this data set belongs to.StringgetName()Returns name of dataset. 
 - 
 
- 
- 
Method Detail
- 
getGeodatabase
Geodatabase getGeodatabase()
Returns the geodatabase that this data set belongs to.- Returns:
 - the 
Geodatabaseinstance 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
 
 
 - 
 
 -