|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotSupportedException | |
---|---|
ucar.grib.grib1 |
Uses of NotSupportedException in ucar.grib.grib1 |
---|
Methods in ucar.grib.grib1 that throw NotSupportedException | |
---|---|
int |
Grib1ExtractRawData.getEdition()
Grib edition number 1, 2 or 0 not a Grib file. |
static GribPDSParamTable |
GribPDSParamTable.getParameterTable(int center,
int subcenter,
int tableVersion)
Looks for the parameter table which matches the center, subcenter and table version from the tables array. |
static void |
Grib1ExtractRawData.main(String[] args)
Outputs first record of raw data to STDOUT or parms based on discipline, category, and number |
boolean |
Grib1ExtractRawData.scan(int[] parm)
scans a Grib file to gather information that could be used to create an index or dump the metadata contents. |
Constructors in ucar.grib.grib1 that throw NotSupportedException | |
---|---|
Grib1BinaryDataSection(RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms)
Constructs a Grib1BinaryDataSection object from a raf. |
|
Grib1BinaryDataSection(RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms,
int scanMode,
int Xlength)
Constructs a Grib1BinaryDataSection object from a raf. |
|
Grib1BinaryDataSection(RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms,
int scanMode,
int Xlength,
int Ylength)
|
|
Grib1IndicatorSection(RandomAccessFile raf)
Constructs a Grib1IndicatorSection object from a byteBuffer. |
|
Grib1ProductDefinitionSection(RandomAccessFile raf)
Constructs a Grib1ProductDefinitionSection object from a raf. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |