|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.jmet.MetGrid
public class MetGrid
defines a 2D grid for meteorology. This needs to be expanded
Field Summary | |
---|---|
protected CoordinateSystem |
coordinateSystem
|
protected FlatField |
data
|
protected MetGridDirectory |
dir
|
protected Date |
referenceTime
|
protected Date |
validTime
|
Constructor Summary | |
---|---|
MetGrid(MetGridDirectory d,
double[] gpData)
|
Method Summary | |
---|---|
CoordinateSystem |
getCoordinateSystem()
return the CoordinateSystem for this grid (could also get from the MetGridDirectory, too) |
DataImpl |
getData()
return the DataImpl (FlatField) for this grid |
Integer2DSet |
getDomainSet()
return the DomainSet for this grid |
MetGridDirectory |
getGridDirectory()
return the MetGridDirectory for this grid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MetGridDirectory dir
protected FlatField data
protected CoordinateSystem coordinateSystem
protected Date referenceTime
protected Date validTime
Constructor Detail |
---|
public MetGrid(MetGridDirectory d, double[] gpData)
d
- - the MetGridDirectory for this datagpData
- - the array of data values, ordered
as (x,y) with x varying fastest.Method Detail |
---|
public Integer2DSet getDomainSet()
public MetGridDirectory getGridDirectory()
public CoordinateSystem getCoordinateSystem()
public DataImpl getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |