public class NcSDCharArray extends opendap.servers.SDArray implements HasNetcdfVariable
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.Variable |
getVariable()
get the underlying proxy
|
boolean |
read(java.lang.String datasetName,
java.lang.Object specialO)
Read the data values (parameters are ignored).
|
void |
serialize(java.io.DataOutputStream sink,
ucar.ma2.StructureData sdata,
ucar.ma2.StructureMembers.Member m) |
void |
setData(ucar.ma2.Array data)
reset the underlying proxy
|
appendDim, appendDim, equal, getStart, getStop, getStride, greater_eql, greater, isRead, isSynthesized, less_eql, less, not_equal, printDecl, printVal, printXML, regexp, serialize, setProject, setProjection, setRead, setSynthesizedcheckSemantics, cloneDAG, getDimension, getDimensions, getFirstDimension, getTypeName, numDimensions, printAsMapXML, printConstraint, squeezeaddVariable, deserialize, externalize, getContainerVar, getLength, getPrimitiveVector, setContainerVar, setLengthaddAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, setClearNameclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProjectedpublic ucar.nc2.Variable getVariable()
HasNetcdfVariablegetVariable in interface HasNetcdfVariablepublic boolean read(java.lang.String datasetName,
java.lang.Object specialO)
throws java.io.IOException
read in interface opendap.servers.ServerMethodsread in class opendap.servers.SDArraydatasetName - not usedspecialO - not usedjava.io.IOExceptionjava.io.EOFExceptionpublic void setData(ucar.ma2.Array data)
HasNetcdfVariablesetData in interface HasNetcdfVariablepublic void serialize(java.io.DataOutputStream sink,
ucar.ma2.StructureData sdata,
ucar.ma2.StructureMembers.Member m)
throws java.io.IOException
serialize in interface HasNetcdfVariablejava.io.IOException