Uses of Interface
ucar.nc2.util.NamedObject

Packages that use NamedObject
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
 

Uses of NamedObject in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return types with arguments of type NamedObject
 java.util.List<NamedObject> CoordinateAxis1D.getNames()
          Get the list of names, to be used for user selection.
 java.util.List<NamedObject> CoordinateAxis1DTime.getNames()