Package | Description |
---|---|
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
Modifier and Type | Method and Description |
---|---|
ArrayDouble.D2 |
CoordinateAxis2D.getCoordValuesArray() |
ArrayDouble.D2 |
CoordinateAxis2D.getMidpoints()
Deprecated.
use getCoordValuesArray
|
ArrayDouble.D2 |
CoordinateAxis2D.getXEdges() |
ArrayDouble.D2 |
CoordinateAxis2D.getYEdges() |
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 (NMM "E") 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 (NMM "E") Grids
|
Modifier and Type | Method and Description |
---|---|
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 (NMM "E") 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 (NMM "E") Grids
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.