public class MetGrid extends Object
Modifier and Type | Field and Description |
---|---|
protected CoordinateSystem |
coordinateSystem |
protected FlatField |
data |
protected MetGridDirectory |
dir |
protected Date |
referenceTime |
protected Date |
validTime |
Constructor and Description |
---|
MetGrid(MetGridDirectory d,
double[] gpData) |
Modifier and Type | Method and Description |
---|---|
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
|
protected MetGridDirectory dir
protected FlatField data
protected CoordinateSystem coordinateSystem
protected Date referenceTime
protected Date validTime
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.public Integer2DSet getDomainSet()
public MetGridDirectory getGridDirectory()
public CoordinateSystem getCoordinateSystem()
public DataImpl getData()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.