Package ucar.nc2.dods

Interface DODSNode

  • All Known Implementing Classes:
    DODSGrid, DODSStructure, DODSVariable

    public interface DODSNode
    Define an interface for DODSnetcdffile nodes to store the original DODS name from the DDS so we can get groups right.
    • Method Detail

      • getDODSName

        String getDODSName()
      • setDODSName

        void setDODSName​(String name)