Package ucar.nc2.dods

Class DODSGrid

  • All Implemented Interfaces:
    Comparable<ucar.nc2.VariableSimpleIF>, Iterable<ucar.nc2.Attribute>, ucar.nc2.AttributeContainer, DODSNode, ucar.nc2.ProxyReader, ucar.nc2.VariableSimpleIF

    public class DODSGrid
    extends DODSVariable
    A DODS Grid. A Grid has a Variable and associated coordinate variables, called maps.
    See Also:
    Variable
    • Nested Class Summary

      • Nested classes/interfaces inherited from class ucar.nc2.Variable

        ucar.nc2.Variable.Builder<T extends ucar.nc2.Variable.Builder<T>>, ucar.nc2.Variable.Cache
    • Field Summary

      • Fields inherited from class ucar.nc2.Variable

        attributes, cache, dataType, debugCaching, defaultCoordsSizeToCache, defaultSizeToCache, dimensions, elementSize, hashCode, isVariableLength, ncfile, permitCaching, proxyReader, shape, sizeToCache, spiObject
      • Fields inherited from class ucar.nc2.CDMNode

        annotations, dodsname, group, immutable, parentstruct, shortName, sort
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected ucar.nc2.Variable copy()  
      • Methods inherited from class ucar.nc2.Variable

        _read, _read, _readScalarData, addAll, addAttribute, addLocalFieldsToBuilder, attributes, builder, compareTo, createNewCache, extraInfo, findAttribute, findAttributeDouble, findAttributeIgnoreCase, findAttributeInteger, findAttributeString, findDimensionIndex, getAttributes, getDAPName, getDAPName, getDatasetLocation, getDataType, getDescription, getDimension, getDimensions, getDimensionsAll, getDimensionsString, getElementSize, getEnumTypedef, getFileTypeId, getFullName, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNameAndDimensions, getNetcdfFile, getParentGroup, getParentGroupOrRoot, getParentStructure, getProxyReader, getRanges, getRank, getScalarData, getShape, getShape, getShapeAll, getShapeAsSection, getSize, getSizeToCache, getSPobject, getUnitsString, hasCachedData, invalidateCache, isCaching, isCoordinateVariable, isEmpty, isImmutable, isMemberOfStructure, 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, toBuilder, toString, toStringDebug, writeCDL, writeCDL
      • Methods inherited from class ucar.nc2.CDMNode

        annotate, annotation, getFullNameEscaped, getGroup, getImmutable, getName, getShortName, getSort, localhash, setParentStructure, setShortName, setSort, unwrap
      • Methods inherited from interface ucar.nc2.AttributeContainer

        findAttValueIgnoreCase, getName, hasAttribute, hasAttributeIgnoreCase, iterator
      • Methods inherited from interface ucar.nc2.VariableSimpleIF

        getName, getShortName
    • Method Detail

      • copy

        protected ucar.nc2.Variable copy()
        Overrides:
        copy in class DODSVariable