Uses of Class
net.sourceforge.jgrib.GribRecordGDS

Packages that use GribRecordGDS
net.sourceforge.jgrib   
net.sourceforge.jgrib.gdsgrids   
 

Uses of GribRecordGDS in net.sourceforge.jgrib
 

Methods in net.sourceforge.jgrib that return GribRecordGDS
 GribRecordGDS GribRecord.getGDS()
          Get the grid definition section of this GRIB record.
 

Methods in net.sourceforge.jgrib with parameters of type GribRecordGDS
 int GribRecordGDS.compare(GribRecordGDS gds)
          rdg - added this method to be used in a comparator for sorting while extracting records.
 void GribRecord.setGDS(GribRecordGDS gds)
          Set the GDS for this record.
 

Constructors in net.sourceforge.jgrib with parameters of type GribRecordGDS
GribRecord(GribRecordIS is, GribRecordPDS pds, GribRecordGDS gds, GribRecordBDS bds, GribRecordBMS bms)
          This function creates a GribRecord by providing all the sections needed to da that.
GribRecordBDS(ImageInputStream inStream, int decimalscale, GribRecordGDS gds, GribRecordBMS bms)
          DOCUMENT ME!
GribRecordBDS(int decimalScale, int datumPointBitLength, WritableRaster data, boolean isConstant, double max, double min, int numValidValues, GribRecordGDS gds, GribRecordBMS bms)
          GribRecordBDS constructor to be used when creating a GRIB from scratch.
 

Uses of GribRecordGDS in net.sourceforge.jgrib.gdsgrids
 

Subclasses of GribRecordGDS in net.sourceforge.jgrib.gdsgrids
 class GribGDSLambert
          A class that represents the Grid Definition Section (GDS) of a GRIB record using the Lambert Conformal projection.
 class GribGDSLatLon
          A class that represents the grid definition section (GDS) of a GRIB record with a Lat/Lon grid projection.
 class GribGDSPolarStereo
          A class that represents the grid definition section (GDS) of a GRIB record.
 class GribGDSRotatedLatLon
          A class that represents the grid definition section (GDS) of a GRIB record with a Rotated Lat/Lon grid projection.
 

Methods in net.sourceforge.jgrib.gdsgrids that return GribRecordGDS
static GribRecordGDS GribGDSFactory.getGDS(ImageInputStream in)
          getGDS
static GribRecordGDS GribGDSFactory.getGDS(int grid_type)
          getGDS, used as a default constructor.
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.