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. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
 

Uses of NamedObject in ucar.nc2.dataset
 

Classes in ucar.nc2.dataset that implement NamedObject
protected static class CoordinateAxis1D.NamedAnything
           
 

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

Uses of NamedObject in ucar.nc2.dt.grid
 

Classes in ucar.nc2.dt.grid that implement NamedObject
 class GeoGrid
          A georeferencing "gridded" VariableEnhanced, that has a GridCoordSys.
 

Methods in ucar.nc2.dt.grid that return types with arguments of type NamedObject
 java.util.List<NamedObject> GridCoordSys.getLevels()
          Get the list of level names, to be used for user selection.
 java.util.List<NamedObject> GeoGrid.getLevels()
           
 java.util.List<NamedObject> GridCoordSys.getTimes()
          Get the list of time names, to be used for user selection.
 java.util.List<NamedObject> GeoGrid.getTimes()