Package | Description |
---|---|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
Modifier and Type | Method and Description |
---|---|
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
double lat,
double lon) |
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
double zCoord,
double lat,
double lon) |
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
double ensCoord,
double zCoord,
double lat,
double lon)
Reads one single data for one point.
|
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
EarthLocation location,
boolean bounded)
Reads data for the given point (earthlocation) and if bounded is true returns data for the closest point within the grid, for points outside of the grid
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.