public class GempakSoundingIOSP extends GempakStationFileIOSP
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GempakSoundingIOSP.MakeNetcdfFile
TODO: generalize this
static class for testing
|
| Modifier and Type | Field and Description |
|---|---|
protected static Dimension |
DIM_MAXMERGELEVELS
static for shared dimension of length 4
|
| Constructor and Description |
|---|
GempakSoundingIOSP() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillNCFile()
Build the netCDF file
|
java.lang.String |
getCFFeatureType()
Get the CF feature type
|
java.lang.String |
getFileTypeDescription()
Get the file type description
|
java.lang.String |
getFileTypeId()
Get the file type id
|
boolean |
isValidFile(RandomAccessFile raf)
Is this a valid file?
|
static void |
main(java.lang.String[] args)
Test this.
|
protected Sequence |
makeSequence(Structure parent,
java.lang.String partName,
boolean includeMissing)
Make a Sequence for the part
|
protected AbstractGempakStationFileReader |
makeStationReader()
Make the station reader for this type
|
Array |
readData(Variable v2,
Section section)
Read the data for the variable
|
addGlobalAttributes, buildNCFile, close, getConventions, getDetailInfo, getStackTrace, getStnVarSize, makeMissingVariable, makeParamVariable, makeStationVariable, makeStationVars, makeStructure, open, printStack, sync, syncExtendgetFileTypeVersion, getStructureIterator, readSection, readToByteChannel, sendIospMessage, toStringDebugprotected static final Dimension DIM_MAXMERGELEVELS
protected AbstractGempakStationFileReader makeStationReader()
makeStationReader in class GempakStationFileIOSPpublic boolean isValidFile(RandomAccessFile raf) throws java.io.IOException
isValidFile in interface IOServiceProviderisValidFile in class GempakStationFileIOSPraf - RandomAccessFile to checkjava.io.IOException - problem reading filepublic java.lang.String getFileTypeId()
public java.lang.String getFileTypeDescription()
public java.lang.String getCFFeatureType()
getCFFeatureType in class GempakStationFileIOSPpublic Array readData(Variable v2, Section section) throws java.io.IOException, InvalidRangeException
v2 - Variable to readsection - section infomationjava.io.IOException - problem reading from fileInvalidRangeException - invalid RangeRangepublic static void main(java.lang.String[] args)
throws java.io.IOException
args - file namejava.io.IOException - problem reading the fileprotected void fillNCFile()
throws java.io.IOException
fillNCFile in class GempakStationFileIOSPjava.io.IOException - problem reading the file