| Package | Description |
|---|---|
| ucar.nc2.grib.grib2 |
| Modifier and Type | Method and Description |
|---|---|
static Grib2SectionBitMap |
Grib2SectionBitMap.factory(RandomAccessFile raf,
long startingPos) |
Grib2SectionBitMap |
Grib2Record.getBitmapSection() |
| Modifier and Type | Method and Description |
|---|---|
float[] |
Grib2DataReader2.getData(RandomAccessFile raf,
Grib2SectionBitMap bitmapSection,
Grib2Drs gdrs) |
int[] |
Grib2DataReader2.getRawData(RandomAccessFile raf,
Grib2SectionBitMap bitmapSection,
Grib2Drs gdrs) |
void |
Grib2Record.setBms(Grib2SectionBitMap bms,
boolean replaced) |
| Constructor and Description |
|---|
Grib2Record(byte[] header,
Grib2SectionIndicator is,
Grib2SectionIdentification id,
Grib2SectionLocalUse lus,
Grib2SectionGridDefinition gdss,
Grib2SectionProductDefinition pdss,
Grib2SectionDataRepresentation drs,
Grib2SectionBitMap bms,
Grib2SectionData dataSection,
boolean bmsReplaced,
int scanMode)
Construction for Grib2Record.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.