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 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