public class Grib1Iosp extends GribIosp
config, debugIndexOnlyCount, gHcs, gribCollection, gribTable, gtype, isGrib1, isPartitioned, owned| Constructor and Description |
|---|
Grib1Iosp() |
Grib1Iosp(GribCollectionImmutable.GroupGC gHcs,
GribCollectionImmutable.Type gtype) |
Grib1Iosp(GribCollectionImmutable gc) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLastRecordRead() |
protected GribTables |
createCustomizer() |
String |
getFileTypeDescription() |
String |
getFileTypeId() |
Object |
getGribCustomizer() |
Object |
getLastRecordRead() |
protected GribTables.Parameter |
getParameter(GribCollectionImmutable.VariableIndex vindex) |
protected String |
getVerticalCoordDesc(int vc_code) |
boolean |
isValidFile(ucar.unidata.io.RandomAccessFile raf) |
String |
makeVariableLongName(GribCollectionImmutable.VariableIndex v) |
static String |
makeVariableName(Grib1Customizer cust,
thredds.featurecollection.FeatureCollectionConfig.GribConfig gribConfig,
Grib1SectionProductDefinition pds) |
String |
makeVariableName(GribCollectionImmutable.VariableIndex v) |
protected String |
makeVariableUnits(GribCollectionImmutable.VariableIndex vindex) |
build, close, getDetailInfo, isBuilder, open, readData, sendIospMessage, setLookupTablePath, setParamTable, setParamTablePathpublic Grib1Iosp()
public Grib1Iosp(GribCollectionImmutable.GroupGC gHcs, GribCollectionImmutable.Type gtype)
public Grib1Iosp(GribCollectionImmutable gc)
public String makeVariableName(GribCollectionImmutable.VariableIndex v)
makeVariableName in class GribIosppublic static String makeVariableName(Grib1Customizer cust, thredds.featurecollection.FeatureCollectionConfig.GribConfig gribConfig, Grib1SectionProductDefinition pds)
public String makeVariableLongName(GribCollectionImmutable.VariableIndex v)
makeVariableLongName in class GribIospprotected String makeVariableUnits(GribCollectionImmutable.VariableIndex vindex)
makeVariableUnits in class GribIosppublic boolean isValidFile(ucar.unidata.io.RandomAccessFile raf)
throws IOException
IOExceptionpublic String getFileTypeId()
public String getFileTypeDescription()
protected GribTables createCustomizer() throws IOException
createCustomizer in class GribIospIOExceptionprotected String getVerticalCoordDesc(int vc_code)
getVerticalCoordDesc in class GribIospprotected GribTables.Parameter getParameter(GribCollectionImmutable.VariableIndex vindex)
getParameter in class GribIosppublic Object getLastRecordRead()
getLastRecordRead in class GribIosppublic void clearLastRecordRead()
clearLastRecordRead in class GribIosppublic Object getGribCustomizer()
getGribCustomizer in class GribIosp