Package thredds.server.opendap
Class NcDDS
- java.lang.Object
-
- opendap.dap.DAPNode
-
- opendap.dap.BaseType
-
- opendap.dap.DConstructor
-
- opendap.dap.DStructure
-
- opendap.dap.DDS
-
- opendap.servers.ServerDDS
-
- thredds.server.opendap.NcDDS
-
- All Implemented Interfaces:
Serializable,Cloneable,opendap.dap.ClientIO
public class NcDDS extends opendap.servers.ServerDDSNcDDS is a specialization of ServerDDS for netcdf files. This creates a ServerDDS from the netcdf file.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static booleanHANDLE_DUP_DIM_GRIDS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description opendap.dap.DAPNodecloneDAG(opendap.dap.DAPNode.CloneMap map)Returns a clone of this?.-
Methods inherited from class opendap.servers.ServerDDS
getDatasetFilename, printConstrained, printConstrained, printConstrainedXML, printConstrainedXML, setDatasetFilename
-
Methods inherited from class opendap.dap.DDS
addVariable, checkForAttributeNameConflict, checkSemantics, delVariable, getBlobContentID, getDAS, getDDSText, getDDXText, getFactory, getVariable, getVariables, ingestDAS, normalize, numVariables, parse, parse, parseXML, parseXML, print, print, printDAS, printDAS, printXML, printXML, resolveAliases, search, setBlobContentID, setFactory, setURL, tokenizeAliasField
-
Methods inherited from class opendap.dap.DStructure
deserialize, elementCount, externalize, getTypeName, getVar, getVarCount, getVariableSet, printDecl, printVal
-
Methods inherited from class opendap.dap.BaseType
addAttributeAlias, 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, setClearName
-
-
-
-
Field Detail
-
HANDLE_DUP_DIM_GRIDS
protected static final boolean HANDLE_DUP_DIM_GRIDS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NcDDS
public NcDDS(String name, ucar.nc2.NetcdfFile ncfile)
Constructor- Parameters:
name- name of the dataset, at bottom of DDSncfile- create DDS from this
-
-
Method Detail
-
cloneDAG
public opendap.dap.DAPNode cloneDAG(opendap.dap.DAPNode.CloneMap map) throws CloneNotSupportedExceptionReturns a clone of this?. See BaseType.cloneDAG()- Overrides:
cloneDAGin classopendap.dap.DDS- Parameters:
map- track previously cloned nodes- Returns:
- a clone of this object.
- Throws:
CloneNotSupportedException
-
-