|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridRecord
An interface for handling information about a 2D grid (eg: GRIB, GEMPAK, McIDAS grid)
Method Summary | |
---|---|
int |
getDecimalScale()
Get the decimal scale of the values |
java.lang.String |
getGridDefRecordId()
Get the grid def record id |
double |
getLevel1()
Get the first level of this GridRecord |
double |
getLevel2()
Get the second level of this GridRecord |
int |
getLevelType1()
Get the level type of this GridRecord |
int |
getLevelType2()
Get the level type 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 of this GridRecord |
Method Detail |
---|
double getLevel1()
double getLevel2()
int getLevelType1()
int getLevelType2()
java.util.Date getReferenceTime()
java.util.Date getValidTime()
int getValidTimeOffset()
java.lang.String getParameterName()
java.lang.String getGridDefRecordId()
int getDecimalScale()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |