|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GribRecordBMS | |
---|---|
net.sourceforge.jgrib |
Uses of GribRecordBMS in net.sourceforge.jgrib |
---|
Methods in net.sourceforge.jgrib that return GribRecordBMS | |
---|---|
GribRecordBMS |
GribRecord.getBMS()
Get the bitmap section of this GRIB record. |
Methods in net.sourceforge.jgrib with parameters of type GribRecordBMS | |
---|---|
void |
GribRecord.setBMS(GribRecordBMS bms)
setBMS |
Constructors in net.sourceforge.jgrib with parameters of type GribRecordBMS | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |