visad.jmet
Class MetGrid
- java.lang.Object
-
- visad.jmet.MetGrid
-
public class MetGrid extends java.lang.Objectdefines a 2D grid for meteorology. This needs to be expanded
-
-
Constructor Summary
Constructors Constructor and Description MetGrid(MetGridDirectory d, double[] gpData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description CoordinateSystemgetCoordinateSystem()return the CoordinateSystem for this grid (could also get from the MetGridDirectory, too)DataImplgetData()return the DataImpl (FlatField) for this gridInteger2DSetgetDomainSet()return the DomainSet for this gridMetGridDirectorygetGridDirectory()return the MetGridDirectory for this grid
-
-
-
Constructor Detail
-
MetGrid
public MetGrid(MetGridDirectory d, double[] gpData)
- Parameters:
d- - the MetGridDirectory for this datagpData- - the array of data values, ordered as (x,y) with x varying fastest.
-
-
Method Detail
-
getDomainSet
public Integer2DSet getDomainSet()
return the DomainSet for this grid
-
getGridDirectory
public MetGridDirectory getGridDirectory()
return the MetGridDirectory for this grid
-
getCoordinateSystem
public CoordinateSystem getCoordinateSystem()
return the CoordinateSystem for this grid (could also get from the MetGridDirectory, too)
-
getData
public DataImpl getData()
return the DataImpl (FlatField) for this grid
-
-
DMelt 3.0 © DataMelt by jWork.ORG