public abstract class AbstractIOSP
extends java.lang.Object
| Constructor and Description |
|---|
AbstractIOSP() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getIospParam() |
protected int |
getLength() |
protected Element |
getNetcdfElement() |
protected java.lang.String |
getProperty(java.lang.String name) |
protected java.lang.String |
getTimeVarName()
Return the original name for the time variable.
|
protected java.lang.String |
getVariableName(Element varElement)
Extract the name of a variable from the NcML element that defines it.
|
boolean |
isValidFile(RandomAccessFile raf)
Return false.
|
protected Dimension |
makeDimension(Element element)
Create the dimensions for the ncfile.
|
protected Variable |
makeVariable(NetcdfFile ncfile,
Element element) |
protected Element |
readNcmlElement(java.lang.String ncmlLocation) |
java.lang.Object |
sendIospMessage(java.lang.Object message)
Called by NetCDF passing in the contents of the ncml "iospParam" attribute.
|
public boolean isValidFile(RandomAccessFile raf)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object sendIospMessage(java.lang.Object message)
protected java.lang.String getIospParam()
protected java.lang.String getProperty(java.lang.String name)
protected Element readNcmlElement(java.lang.String ncmlLocation)
throws java.io.IOException
java.io.IOExceptionprotected Element getNetcdfElement()
protected Dimension makeDimension(Element element)
protected int getLength()
protected Variable makeVariable(NetcdfFile ncfile,
Element element)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getTimeVarName()
protected java.lang.String getVariableName(Element varElement)