|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.iosp.gempak.GempakGridRecord
public class GempakGridRecord
A class to hold grid record information
| Field Summary | |
|---|---|
int |
gridNumber
grid number |
int |
ivcord
coordinate type |
int |
level1
Level 1 |
int |
level2
Level 2 |
NavigationBlock |
navBlock
packing type |
int |
packingType
packing type |
java.lang.String |
param
parameter |
java.lang.String |
time1
Time 1 |
java.lang.String |
time2
Time 2 |
| Constructor Summary | |
|---|---|
GempakGridRecord(int number,
int[] header)
Create a grid header from the integer bits |
|
| Method Summary | |
|---|---|
int |
getDecimalScale()
Get the decimal scale |
java.lang.String |
getGridDefRecordId()
Get the grid def record id |
int |
getGridNumber()
Get the grid number |
double |
getLevel1()
Get the first level of this GridRecord |
double |
getLevel2()
Get the second level of this GridRecord |
int |
getLevelType1()
Get the type for the first level of this GridRecord |
int |
getLevelType2()
Get the type for the second level of this GridRecord |
java.lang.String |
getParameterName()
Get the parameter name |
java.util.Date |
getReferenceTime()
Get the first reference time of this GridRecord |
java.util.Date |
getValidTime()
Get the valid time for this grid. |
int |
getValidTimeOffset()
Get valid time offset (minutes) of this GridRecord |
java.lang.String |
toString()
Get a String representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String time1
public java.lang.String time2
public int level1
public int level2
public int ivcord
public java.lang.String param
public int gridNumber
public int packingType
public NavigationBlock navBlock
| Constructor Detail |
|---|
public GempakGridRecord(int number,
int[] header)
number - grid numberheader - integer bits| Method Detail |
|---|
public double getLevel1()
getLevel1 in interface GridRecordpublic double getLevel2()
getLevel2 in interface GridRecordpublic int getLevelType1()
getLevelType1 in interface GridRecordpublic int getLevelType2()
getLevelType2 in interface GridRecordpublic java.util.Date getReferenceTime()
getReferenceTime in interface GridRecordpublic java.util.Date getValidTime()
getValidTime in interface GridRecordpublic int getValidTimeOffset()
getValidTimeOffset in interface GridRecordpublic java.lang.String getParameterName()
getParameterName in interface GridRecordpublic java.lang.String getGridDefRecordId()
getGridDefRecordId in interface GridRecordpublic int getGridNumber()
public int getDecimalScale()
getDecimalScale in interface GridRecordpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||