public class DODSVariable extends ucar.nc2.Variable implements DODSNode
Variable| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
CE |
protected DODSNetcdfFile |
dodsfile |
| Modifier | Constructor and Description |
|---|---|
protected |
DODSVariable(DODSVariable from) |
| Modifier and Type | Method and Description |
|---|---|
protected ucar.nc2.Variable |
copy() |
boolean |
equals(java.lang.Object oo)
Instances which have same content are equal.
|
java.lang.String |
getDODSName() |
protected boolean |
hasCE() |
int |
hashCode() |
protected java.lang.String |
nameWithCE() |
protected void |
setCE(java.lang.String CE) |
void |
setDODSName(java.lang.String name) |
_read, _read, addAll, addAttribute, compareTo, createNewCache, extraInfo, findAttribute, findAttributeIgnoreCase, findAttValueIgnoreCase, findDimensionIndex, getAttributeContainer, getAttributes, getDAPName, getDAPName, getDatasetLocation, getDataType, getDescription, getDimension, getDimensions, getDimensionsAll, getDimensionsString, getElementSize, getEnumTypedef, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNetcdfFile, getParentGroup, getProxyReader, getRanges, getRank, getScalarData, getShape, getShape, getShapeAll, getShapeAsSection, getShapeNotScalar, getSize, getSizeToCache, getSPobject, getUnitsString, hasCachedData, hashCodeShow, invalidateCache, isCaching, isCoordinateVariable, isImmutable, isMetadata, isScalar, isUnknownLength, isUnlimited, isVariableLength, lookupEnumString, read, read, read, read, read, readScalarByte, readScalarDouble, readScalarFloat, readScalarInt, readScalarLong, readScalarShort, readScalarString, readToByteChannel, readToStream, reallyRead, reallyRead, reduce, remove, removeAttribute, removeAttributeIgnoreCase, resetDimensions, resetShape, section, section, setCachedData, setCachedData, setCaching, setDataType, setDimension, setDimensions, setDimensions, setDimensionsAnonymous, setElementSize, setEnumTypedef, setImmutable, setIsScalar, setName, setParentGroup, setProxyReader, setSizeToCache, setSPobject, setValues, setValues, slice, toString, toStringDebug, writeCDL, writeCDLannotate, annotation, getFullName, getFullNameEscaped, getGroup, getImmutable, getName, getParentStructure, getShortName, getSort, isMemberOfStructure, localhash, setParentStructure, setShortName, setSort, unwrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected java.lang.String CE
protected DODSNetcdfFile dodsfile
protected DODSVariable(DODSVariable from)
protected ucar.nc2.Variable copy()
copy in class ucar.nc2.Variableprotected void setCE(java.lang.String CE)
protected boolean hasCE()
protected java.lang.String nameWithCE()
public boolean equals(java.lang.Object oo)
equals in class ucar.nc2.Variablepublic int hashCode()
hashCode in class ucar.nc2.Variablepublic java.lang.String getDODSName()
getDODSName in interface DODSNodegetDODSName in class ucar.nc2.CDMNodepublic void setDODSName(java.lang.String name)
setDODSName in interface DODSNodesetDODSName in class ucar.nc2.CDMNode