|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.QuasiRegular
public final class QuasiRegular
Converts a QuasiRegular grid into a regular rectanglar (lat/lon) grid.
Constructor Summary | |
---|---|
QuasiRegular(float[] quasi,
int[] parallels,
int ni,
int nj)
Constructor for creating an QuasiRegular from float arrayfloat[] quasi, int[] parallels, and int array that has number of points for each parallel. |
|
QuasiRegular(float[] quasi,
java.lang.Object gds)
Constructor for creating an QuasiRegular from float arrayfloat[] quasi, int[] parallels, and int array that has number of points for each parallel. |
Method Summary | |
---|---|
float[] |
getData()
returns the interpolated data for a Qausi-Regular grid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuasiRegular(float[] quasi, java.lang.Object gds)
quasi
- data array that needs to be expandedgds
- GDS from a GRIB1 or a GRIB2 filepublic QuasiRegular(float[] quasi, int[] parallels, int ni, int nj)
quasi
- data array that needs to be expandedparallels
- as int[]ni
- as intnj
- as intMethod Detail |
---|
public final float[] getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |