Uses of Class
net.sourceforge.jgrib.GribRecord

Packages that use GribRecord
net.sourceforge.jgrib   
net.sourceforge.jgrib.cube   
net.sourceforge.jgrib.util   
 

Uses of GribRecord in net.sourceforge.jgrib
 

Methods in net.sourceforge.jgrib that return GribRecord
 GribRecord GribFile.getRecord(int i)
          Get a specific GRIB record of this GRIB file as GribRecord object.
 

Methods in net.sourceforge.jgrib with parameters of type GribRecord
 void GribFile.addRecord(GribRecord rec)
           
 void GribFile.addRecord(GribRecord rec, int pos)
          addRecord
 int GribRecord.compareTo(GribRecord record)
           
 

Uses of GribRecord in net.sourceforge.jgrib.cube
 

Methods in net.sourceforge.jgrib.cube with parameters of type GribRecord
 boolean GribCube5D.add(GribRecord record)
          Adding 5D GribRecord to this 5D hypercube.
 boolean GribCube4D.add(GribRecord record)
          This method is responsible for adding the provided record to this cube.
 boolean GribCube5D.isCompatible(GribRecord record)
          Checking the compatibility between the provided record and this 5D hypercube.
 boolean GribCube4D.isCompatible(GribRecord record)
          This method tells me if this cube is suitable for the provided record, which means that the parameter is compatible, the grid is compatible, the level is compatible, the base time is compatible.
 boolean GribCube4D.isWeakCompatible(GribRecord record)
          This method tells me if this cube is compatible with the provided record, which means that the the grid is compatible, the level is compatible, the base time is compatible but parameter is not compatible.
 

Uses of GribRecord in net.sourceforge.jgrib.util
 

Methods in net.sourceforge.jgrib.util with parameters of type GribRecord
 int GribRecordComparator.compare(GribRecord gr1, GribRecord gr2)
          Method required to implement Comparator.
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.