Package com.luciad.format.grib
Class TLcdGRIB2StatisticalProductDefinition
java.lang.Object
com.luciad.format.grib.ALcdGRIB2ProductDefinition
com.luciad.format.grib.TLcdGRIB2StatisticalProductDefinition
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Average, accumulation, and/or extreme values or other statistically processed values at a horizontal level or in a
horizontal layer in a continuous or non-continuous time interval.
(GRIB2 template 4.8)
- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the analysis or forecast generating processes identifierint
Gets the background generating process identifierint
Deprecated.Gets the day of time of end of overall time interval.int
Deprecated.Gets the hour of time of end of overall time interval.int
Deprecated.Gets the minute of time of end of overall time interval.int
Deprecated.Gets the month of time of end of overall time interval.int
Deprecated.Gets the second of time of end of overall time interval.int
Deprecated.Gets the year of time of end of overall time interval.long
Gets the scaled value of the first fixed surfaceint
Gets the scale factor of first fixed surfaceint
Gets the type of first fixed surfacelong
Gets the forecast timeint
Gets the hours of observational data cutoff after reference timeint
Gets the minutes of observational data cutoff after reference timeint
Deprecated.Gets the n - Number of time range specifications describing the time intervals used to calculate the statistically processed field.long
Gets the scaled value of second fixed surfaceint
Gets the scale factor of second fixed surfaceint
Gets the type of second fixed surfaceint
Gets the type of generating processint
Gets the indicator of unit of time rangeint
Deprecated.Gets the total number of data values missing in statistical process.Methods inherited from class com.luciad.format.grib.ALcdGRIB2ProductDefinition
getCategoryID, getParameterID
-
Method Details
-
getEndYear
public int getEndYear()Deprecated.Gets the year of time of end of overall time interval.- Returns:
- Year of time of end of overall time interval.
-
getEndMonth
public int getEndMonth()Deprecated.Gets the month of time of end of overall time interval.- Returns:
- Month of time of end of overall time interval.
-
getEndDay
public int getEndDay()Deprecated.Gets the day of time of end of overall time interval.- Returns:
- Day of time of end of overall time interval.
-
getEndHour
public int getEndHour()Deprecated.Gets the hour of time of end of overall time interval.- Returns:
- Hour of time of end of overall time interval.
-
getEndMinute
public int getEndMinute()Deprecated.Gets the minute of time of end of overall time interval.- Returns:
- Minute of time of end of overall time interval.
-
getEndSecond
public int getEndSecond()Deprecated.Gets the second of time of end of overall time interval.- Returns:
- Second of time of end of overall time interval.
-
getNbOfTimeSpecs
public int getNbOfTimeSpecs()Deprecated.Gets the n - Number of time range specifications describing the time intervals used to calculate the statistically processed field.- Returns:
- n - Number of time range specifications describing the time intervals used to calculate the statistically processed field.
-
getValuesMissingCount
public int getValuesMissingCount()Deprecated.Gets the total number of data values missing in statistical process.- Returns:
- Total number of data values missing in statistical process.
-
getForeCastTime
public long getForeCastTime()Gets the forecast time- Returns:
- Forecast time
-
getUnitTimeCode
public int getUnitTimeCode()Gets the indicator of unit of time range- Returns:
- Indicator of unit of time range
-
getMinutesOfObservation
public int getMinutesOfObservation()Gets the minutes of observational data cutoff after reference time- Returns:
- Minutes of observational data cutoff after reference time
-
getHoursOfObservation
public int getHoursOfObservation()Gets the hours of observational data cutoff after reference time- Returns:
- Hours of observational data cutoff after reference time
-
getAnalysisProcessID
public int getAnalysisProcessID()Gets the analysis or forecast generating processes identifier- Returns:
- Analysis or forecast generating processes identifier
-
getBackgroundProcessID
public int getBackgroundProcessID()Gets the background generating process identifier- Returns:
- Background generating process identifier
-
getTypeOfGeneratingProcess
public int getTypeOfGeneratingProcess()Gets the type of generating process- Returns:
- Type of generating process
-
getFirstSurfaceScaledValue
public long getFirstSurfaceScaledValue()Gets the scaled value of the first fixed surface- Returns:
- Scaled value of the first fixed surface
-
getFirstSurfaceScaleFactor
public int getFirstSurfaceScaleFactor()Gets the scale factor of first fixed surface- Returns:
- Scale factor of first fixed surface
-
getFirstSurfaceTypeCode
public int getFirstSurfaceTypeCode()Gets the type of first fixed surface- Returns:
- Type of first fixed surface
-
getSecondSurfaceTypeCode
public int getSecondSurfaceTypeCode()Gets the type of second fixed surface- Returns:
- Type of second fixed surface
-
getSecondSurfaceScaleFactor
public int getSecondSurfaceScaleFactor()Gets the scale factor of second fixed surface- Returns:
- Scale factor of second fixed surface
-
getSecondSurfaceScaledValue
public long getSecondSurfaceScaledValue()Gets the scaled value of second fixed surface- Returns:
- Scaled value of second fixed surface
-