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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDODSName()
void
setDODSName(String name)
-