Uses of Class
ucar.grid.GridDefRecord

Packages that use GridDefRecord
ucar.grib   
ucar.grib.grib1   
ucar.grib.grib2   
ucar.grid   
 

Uses of GridDefRecord in ucar.grib
 

Subclasses of GridDefRecord in ucar.grib
 class GribGridDefRecord
           
 

Uses of GridDefRecord in ucar.grib.grib1
 

Methods in ucar.grib.grib1 with parameters of type GridDefRecord
 java.lang.String Grib1GridTableLookup.getGridName(GridDefRecord gds)
          gets the grid name.
 int Grib1GridTableLookup.getProjectionType(GridDefRecord gds)
          gets the ProjectionType.
 java.lang.String Grib1GridTableLookup.getShapeName(GridDefRecord gds)
          gets the ShapeName.
 boolean Grib1GridTableLookup.isLatLon(GridDefRecord gds)
          is this a LatLon grid.
 

Uses of GridDefRecord in ucar.grib.grib2
 

Methods in ucar.grib.grib2 with parameters of type GridDefRecord
 java.lang.String Grib2GridTableLookup.getGridName(GridDefRecord gds)
          gets the grid type.
 int Grib2GridTableLookup.getProjectionType(GridDefRecord gds)
          gets the ProjectionType.
 java.lang.String Grib2GridTableLookup.getShapeName(GridDefRecord gds)
          gets the ShapeName.
 boolean Grib2GridTableLookup.isLatLon(GridDefRecord gds)
          is this a LatLon grid.
 

Uses of GridDefRecord in ucar.grid
 

Methods in ucar.grid that return types with arguments of type GridDefRecord
 java.util.List<GridDefRecord> GridIndex.getHorizCoordSys()
          GridDefs of the index.
 

Methods in ucar.grid with parameters of type GridDefRecord
 void GridIndex.addHorizCoordSys(GridDefRecord gds)
          adds a GridDefRecord to the index.
static boolean GridDefRecord.compare(GridDefRecord local, GridDefRecord other)
          Compare GridDefRecords, the numerics will use closeEnough so values that differ in 3 or 4th decimal places will return equal.
 java.lang.String GridTableLookup.getGridName(GridDefRecord gds)
          Get the grid name
 int GridTableLookup.getProjectionType(GridDefRecord gds)
          Get the projection type
 java.lang.String GridTableLookup.getShapeName(GridDefRecord gds)
          Get the grid shape name
 boolean GridTableLookup.isLatLon(GridDefRecord gds)
          Is this a lat/lon grid