public class NcSDStructure
extends opendap.servers.SDStructure
| Modifier and Type | Field and Description |
|---|---|
protected List<opendap.dap.BaseType> |
memberBTlist |
protected NcSDStructure |
org |
protected ucar.ma2.StructureData |
sdata |
| Constructor and Description |
|---|
NcSDStructure(NcSDStructure org,
ucar.ma2.StructureData sdata) |
NcSDStructure(ucar.nc2.Structure s,
List<opendap.dap.BaseType> list)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.Variable |
getVariable() |
boolean |
read(String datasetName,
Object specialO) |
void |
serialize(String dataset,
DataOutputStream sink,
opendap.servers.CEEvaluator ce,
Object specialO) |
void |
setData(ucar.ma2.StructureData sdata) |
equal, greater_eql, greater, isRead, isSynthesized, less_eql, less, not_equal, printDecl, printVal, printXML, regexp, setProject, setRead, setSynthesizedaddVariable, checkSemantics, cloneDAG, deserialize, elementCount, externalize, getTypeName, getVar, getVarCount, getVariable, getVariables, getVariableSetaddAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, delAttribute, delAttribute, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printConstraint, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, setClearNameclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProjectedprotected List<opendap.dap.BaseType> memberBTlist
protected NcSDStructure org
protected ucar.ma2.StructureData sdata
public NcSDStructure(ucar.nc2.Structure s,
List<opendap.dap.BaseType> list)
s - the netcdf Structurelist - of the member variablespublic NcSDStructure(NcSDStructure org, ucar.ma2.StructureData sdata)
public ucar.nc2.Variable getVariable()
public boolean read(String datasetName, Object specialO) throws opendap.dap.NoSuchVariableException, IOException
read in interface opendap.servers.ServerMethodsread in class opendap.servers.SDStructureopendap.dap.NoSuchVariableExceptionIOExceptionpublic void setData(ucar.ma2.StructureData sdata)
public void serialize(String dataset, DataOutputStream sink, opendap.servers.CEEvaluator ce, Object specialO) throws opendap.dap.NoSuchVariableException, opendap.servers.DAP2ServerSideException, IOException
serialize in interface opendap.servers.ServerMethodsserialize in class opendap.servers.SDStructureopendap.dap.NoSuchVariableExceptionopendap.servers.DAP2ServerSideExceptionIOException