|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.dt.grid.GridAsPointDataset
public class GridAsPointDataset
Add Point operations to a GridDataset.
| Nested Class Summary | |
|---|---|
class |
GridAsPointDataset.Point
|
| Constructor Summary | |
|---|---|
GridAsPointDataset(List<GridDatatype> grids)
|
|
| Method Summary | |
|---|---|
List<Date> |
getDates()
|
double |
getMissingValue(GridDatatype grid)
|
boolean |
hasTime(GridDatatype grid,
Date date)
|
boolean |
hasVert(GridDatatype grid,
double zCoord)
|
GridAsPointDataset.Point |
readData(GridDatatype grid,
Date date,
double lat,
double lon)
|
GridAsPointDataset.Point |
readData(GridDatatype grid,
Date date,
double zCoord,
double lat,
double lon)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridAsPointDataset(List<GridDatatype> grids)
| Method Detail |
|---|
public List<Date> getDates()
public boolean hasTime(GridDatatype grid,
Date date)
public double getMissingValue(GridDatatype grid)
public GridAsPointDataset.Point readData(GridDatatype grid,
Date date,
double lat,
double lon)
throws IOException
IOException
public boolean hasVert(GridDatatype grid,
double zCoord)
public GridAsPointDataset.Point readData(GridDatatype grid,
Date date,
double zCoord,
double lat,
double lon)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||