|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotSupportedException | |
---|---|
ucar.grib.grib1 | |
ucar.grib.grib2 |
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 number)
Looks for the parameter table which matches the center, subcenter and table version from the tables array. |
static void |
Grib1ExtractRawData.main(java.lang.String[] args)
Outputs first record of raw data to STDOUT or parms based on discipline, category, and number |
void |
Grib1Input.scan(boolean getProducts,
boolean oneRecord)
scans a Grib file to gather information that could be used to create an index or dump the metadata contents. |
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(ucar.unidata.io.RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms)
Constructs a Grib1BinaryDataSection object from a raf. |
|
Grib1BinaryDataSection(ucar.unidata.io.RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms,
int scanMode,
int Xlength)
Constructs a Grib1BinaryDataSection object from a raf. |
|
Grib1BinaryDataSection(ucar.unidata.io.RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms,
int scanMode,
int Xlength,
int Ylength)
|
|
Grib1IndicatorSection(ucar.unidata.io.RandomAccessFile raf)
Constructs a Grib1IndicatorSection object from a byteBuffer. |
|
Grib1ProductDefinitionSection(ucar.unidata.io.RandomAccessFile raf)
Constructs a Grib1ProductDefinitionSection object from a raf. |
Uses of NotSupportedException in ucar.grib.grib2 |
---|
Methods in ucar.grib.grib2 that throw NotSupportedException | |
---|---|
int |
Grib2Input.getEdition()
returns Grib file type, 1 or 2, or 0 not a Grib file. |
boolean |
Grib2Input.scan(boolean getProductsOnly,
boolean oneRecord)
scans the Grib2 file obtaining Products or Records that contain all needed information for data extraction later. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |