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

    Modifier and Type
    Method
    Description
    Returns the geodatabase that this data set belongs to.
    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