Uses of Class
ucar.grid.GridDefRecord

Packages that use GridDefRecord
ucar.grib   
ucar.grib.grib1   
ucar.grib.grib2   
ucar.grid   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.grid   
ucar.nc2.iosp.mcidas   
 

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
 String Grib1GridTableLookup.getGridName(GridDefRecord gds)
          gets the grid name.
 int Grib1GridTableLookup.getProjectionType(GridDefRecord gds)
          gets the ProjectionType.
 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
 String Grib2GridTableLookup.getGridName(GridDefRecord gds)
          gets the grid type.
 int Grib2GridTableLookup.getProjectionType(GridDefRecord gds)
          gets the ProjectionType.
 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
 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.
 String GridTableLookup.getGridName(GridDefRecord gds)
          Get the grid name
 int GridTableLookup.getProjectionType(GridDefRecord gds)
          Get the projection type
 String GridTableLookup.getShapeName(GridDefRecord gds)
          Get the grid shape name
 boolean GridTableLookup.isLatLon(GridDefRecord gds)
          Is this a lat/lon grid
 

Uses of GridDefRecord in ucar.nc2.iosp.gempak
 

Subclasses of GridDefRecord in ucar.nc2.iosp.gempak
 class NavigationBlock
          Class to hold the grid navigation information.
 

Methods in ucar.nc2.iosp.gempak with parameters of type GridDefRecord
 String GempakLookup.getGridName(GridDefRecord gds)
          gets the grid type.
 int GempakLookup.getProjectionType(GridDefRecord gds)
          gets the ProjectionType.
 String GempakLookup.getShapeName(GridDefRecord gds)
          .
 boolean GempakLookup.isLatLon(GridDefRecord gds)
          is this a LatLon grid.
 

Uses of GridDefRecord in ucar.nc2.iosp.grid
 

Methods in ucar.nc2.iosp.grid that return GridDefRecord
 GridDefRecord GridHorizCoordSys.getGds()
          returns the gds for this hcs
 

Constructors in ucar.nc2.iosp.grid with parameters of type GridDefRecord
GridHorizCoordSys(GridDefRecord gds, GridTableLookup lookup, Group g)
          Create a new GridHorizCoordSys with the grid definition and lookup
 

Uses of GridDefRecord in ucar.nc2.iosp.mcidas
 

Subclasses of GridDefRecord in ucar.nc2.iosp.mcidas
 class McGridDefRecord
          Class to hold the grid navigation information.
 class Vis5DGridDefRecord
          Class to hold the Vis5D grid navigation information.
 

Methods in ucar.nc2.iosp.mcidas with parameters of type GridDefRecord
 String Vis5DIosp.Vis5DLookup.getGridName(GridDefRecord gds)
          gets the grid type.
 String McIDASLookup.getGridName(GridDefRecord gds)
          gets the grid type.
 int Vis5DIosp.Vis5DLookup.getProjectionType(GridDefRecord gds)
          gets the ProjectionType.
 int McIDASLookup.getProjectionType(GridDefRecord gds)
          gets the ProjectionType.
 String Vis5DIosp.Vis5DLookup.getShapeName(GridDefRecord gds)
          .
 String McIDASLookup.getShapeName(GridDefRecord gds)
          .
 boolean Vis5DIosp.Vis5DLookup.isLatLon(GridDefRecord gds)
          is this a LatLon grid.
 boolean McIDASLookup.isLatLon(GridDefRecord gds)
          is this a LatLon grid.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.