Uses of Class
ucar.ma2.ArrayDouble.D2

Packages that use ArrayDouble.D2
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
 

Uses of ArrayDouble.D2 in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return ArrayDouble.D2
 ArrayDouble.D2 CoordinateAxis2D.getMidpoints()
           
static ArrayDouble.D2 CoordinateAxis2D.makeXEdges(ArrayDouble.D2 midx)
          Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
static ArrayDouble.D2 CoordinateAxis2D.makeXEdgesRotated(ArrayDouble.D2 midx)
          Experimental: for WRF rotated (staggered) Grids
static ArrayDouble.D2 CoordinateAxis2D.makeYEdges(ArrayDouble.D2 midy)
          Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
static ArrayDouble.D2 CoordinateAxis2D.makeYEdgesRotated(ArrayDouble.D2 midy)
          Experimental: for WRF rotated (staggered) Grids
 

Methods in ucar.nc2.dataset with parameters of type ArrayDouble.D2
static ArrayDouble.D2 CoordinateAxis2D.makeXEdges(ArrayDouble.D2 midx)
          Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
static ArrayDouble.D2 CoordinateAxis2D.makeXEdgesRotated(ArrayDouble.D2 midx)
          Experimental: for WRF rotated (staggered) Grids
static ArrayDouble.D2 CoordinateAxis2D.makeYEdges(ArrayDouble.D2 midy)
          Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
static ArrayDouble.D2 CoordinateAxis2D.makeYEdgesRotated(ArrayDouble.D2 midy)
          Experimental: for WRF rotated (staggered) Grids
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.