Package com.luciad.format.grib
Class TLcdGRIB2FixedTimeForecastProductDefinition
java.lang.Object
com.luciad.format.grib.ALcdGRIB2ProductDefinition
com.luciad.format.grib.TLcdGRIB2FixedTimeForecastProductDefinition
@Deprecated
public class TLcdGRIB2FixedTimeForecastProductDefinition
extends ALcdGRIB2ProductDefinition
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Product Definition
Analysis or forecast at a horizontal level or in a horizontal layer at a point in time
(GRIB2 Template 4.0).
- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the analysis or forecast generating processes identifierint
Gets the background generating process identifierlong
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 timelong
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 rangeMethods inherited from class com.luciad.format.grib.ALcdGRIB2ProductDefinition
getCategoryID, getParameterID
-
Method Details
-
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
-