|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridRecord
An interface for one 2D gridded data record (used by GRIB, GEMPAK, McIDAS gridded data). A collection of these records comprise a CDM variable, usually adding time and optionally vertical, and ensemble dimensions.
Method Summary | |
---|---|
int |
cdmVariableHash()
A hash code to group records into a CDM variable |
String |
cdmVariableName(GridTableLookup lookup,
boolean useLevel,
boolean useStat)
A unique name for the CDM variable, must be consistent with cdmVariableHash |
int |
getDecimalScale()
Get the decimal scale of the values |
String |
getGridDefRecordId()
Get the grid def record id |
double |
getLevel1()
Get the first vertical level of this GridRecord |
double |
getLevel2()
Get the second vertical level of this GridRecord |
int |
getLevelType1()
Get the vertical level type of this GridRecord |
int |
getLevelType2()
Get the vertical level type of this GridRecord |
String |
getParameterDescription()
Get the parameter description |
String |
getParameterName()
Get the parameter name |
Date |
getReferenceTime()
Get the first reference time of this GridRecord |
String |
getTimeUdunitName()
Get the time unit as a String. |
int |
getTimeUnit()
Get the time unit as a code, which should be Grib2 table 4.4. |
Date |
getValidTime()
Get the valid time for this GridRecord. |
Method Detail |
---|
double getLevel1()
double getLevel2()
int getLevelType1()
int getLevelType2()
Date getReferenceTime()
Date getValidTime()
String getParameterName()
String getParameterDescription()
String getGridDefRecordId()
int getDecimalScale()
int getTimeUnit()
String getTimeUdunitName()
int cdmVariableHash()
String cdmVariableName(GridTableLookup lookup, boolean useLevel, boolean useStat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |