ucar.nc2.dods
Class DODSVariable
java.lang.Object
ucar.nc2.Variable
ucar.nc2.dods.DODSVariable
- All Implemented Interfaces:
- java.lang.Comparable<VariableSimpleIF>, VariableIF, VariableSimpleIF
- Direct Known Subclasses:
- DODSGrid
public class DODSVariable
- extends Variable
A read-only DODS-netCDF Variable. Same as a ucar.nc2.Variable except that
it might have type boolean or long. Note that DODS DUInt32 widened to long and
DODS DUInt16 widened to int.
- Author:
- caron
- See Also:
Variable
| Fields inherited from class ucar.nc2.Variable |
attributes, cache, dataType, debugCaching, defaultSizeToCache, dimensions, elementSize, group, hashCode, isMetadata, isVariableLength, ncfile, parent, postReader, preReader, shape, shapeAsSection, shortName, sizeToCache, spiObject |
| Methods inherited from class ucar.nc2.Variable |
_read, _read, addAttribute, compareTo, createNewCache, equals, extraInfo, findAttribute, findAttributeIgnoreCase, findDimensionIndex, getAttributes, getDataType, getDescription, getDimension, getDimensions, getDimensionsAll, getDimensionsString, getElementSize, getName, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameEscaped, getParentGroup, getParentStructure, getRanges, getRank, getScalarData, getShape, getShapeAsSection, getShortName, getSize, getSizeToCache, getSPobject, getUnitsString, hasCachedData, hashCode, invalidateCache, isCaching, isCoordinateVariable, isImmutable, isMemberOfStructure, isMetadata, isScalar, isUnknownLength, isUnlimited, isUnsigned, isVariableLength, lookupEnumString, read, read, read, read, read, readScalarByte, readScalarDouble, readScalarFloat, readScalarInt, readScalarLong, readScalarShort, readScalarString, remove, removeAttribute, resetDimensions, resetShape, section, section, setCachedData, setCaching, setDataType, setDimension, setDimensions, setDimensions, setDimensionsAnonymous, setElementSize, setEnumTypedef, setImmutable, setIsScalar, setName, setParentGroup, setParentStructure, setSizeToCache, setSPobject, slice, toString, toStringDebug, writeCDL |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CE
protected java.lang.String CE
dodsfile
protected DODSNetcdfFile dodsfile
dodsShortName
protected java.lang.String dodsShortName
DODSVariable
protected DODSVariable(DODSVariable from)
copy
protected Variable copy()
- Overrides:
copy in class Variable
setCE
protected void setCE(java.lang.String CE)
hasCE
protected boolean hasCE()
nameWithCE
protected java.lang.String nameWithCE()
getDODSshortName
protected java.lang.String getDODSshortName()