ucar.nc2.dods
Class DODSVariable
java.lang.Object
ucar.nc2.Variable
ucar.nc2.dods.DODSVariable
- All Implemented Interfaces:
- VariableIF
- 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.
- Version:
- $Revision:51 $ $Date:2006-07-12 17:13:13Z $
- Author:
- caron
- See Also:
Variable
| Fields inherited from class ucar.nc2.Variable |
attributes, cache, dataType, debugCaching, defaultSizeToCache, dimensions, elementSize, group, isCoordinateAxis, isMetadata, isSection, isSlice, isVlen, ncfile, orgVar, parent, scalarIndex, sectionRanges, shape, shortName, sizeToCache, sliceDim, sliceRanges |
| Methods inherited from class ucar.nc2.Variable |
_read, _read, _readMemberData, addAttribute, attributes, equals, extraInfo, findAttribute, findAttributeIgnoreCase, findDimensionIndex, getAttributes, getCoordinateDimension, getDataType, getDescription, getDimension, getDimensions, getDimensionsAll, getDimensionsString, getElementSize, getIOVar, getName, getNameAndDimensions, getNameAndDimensions, getParentGroup, getParentStructure, getRanges, getRank, getSectionRanges, getShape, getShortName, getSize, getSizeToCache, getSPobject, getUnitsString, hasCachedData, hashCode, invalidateCache, isCaching, isMemberOfStructure, isMetadata, isScalar, isSection, isUnknownLength, isUnlimited, isUnsigned, isVariableLength, makeSection, makeSectionAddParents, makeSectionRanges, makeSectionWithParents, makeSlice, makeSliceRanges, read, read, read, read, readAllStructures, readAllStructuresSpec, readScalarByte, readScalarDouble, readScalarFloat, readScalarInt, readScalarLong, readScalarShort, readScalarString, remove, replaceDimension, section, setCachedData, setCaching, setDataType, setDimension, setDimensions, setDimensions, setDimensionsAnonymous, setElementSize, setIOVar, setIsCoordinateAxis, 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
calcIsCoordinateVariable
protected void calcIsCoordinateVariable()
- Overrides:
calcIsCoordinateVariable 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()