ucar.nc2.dt.grid
Class GridAsPointDataset
java.lang.Object
ucar.nc2.dt.grid.GridAsPointDataset
public class GridAsPointDataset
- extends Object
Add Point operations to a GridDataset.
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridAsPointDataset
public GridAsPointDataset(List<GridDatatype> grids)
getDates
public List<Date> getDates()
hasTime
public boolean hasTime(GridDatatype grid,
Date date)
getMissingValue
public double getMissingValue(GridDatatype grid)
readData
public GridAsPointDataset.Point readData(GridDatatype grid,
Date date,
double lat,
double lon)
throws IOException
- Throws:
IOException
hasVert
public boolean hasVert(GridDatatype grid,
double zCoord)
readData
public GridAsPointDataset.Point readData(GridDatatype grid,
Date date,
double zCoord,
double lat,
double lon)
throws IOException
- Throws:
IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.