Package com.luciad.format.bufr.sigwx
Class TLcdSIGWXModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdDataModelDescriptor
com.luciad.format.bufr.sigwx.TLcdSIGWXModelDescriptor
- All Implemented Interfaces:
ILcdAnnotatedElement
,ILcdDataModelDescriptor
,ILcdModelDescriptor
,Serializable
Model descriptor for models for models decoded using a
TLcdBUFRModelDecoder
containing SIGWX weather features.
It includes the SIGWX metadata for all the weather features that are included in the BUFR subset.- Since:
- 2020.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the base height flight level (in meters) for the boundary of the SIGWX data in the model.Returns the date that the SIGWX data in the model was generated.Returns the forecast date for the SIGWX data in the model.Returns the originating center of the SIGWX data in the model.Returns the list of coverage areas for the SIGWX data in the model.Returns the SIGWX level for the SIGWX data in the model.Returns the top height flight level (in meters) for the boundary of the SIGWX data in the model.Methods inherited from class com.luciad.model.TLcdDataModelDescriptor
addAnnotation, getAnnotation, getAnnotations, getDataModel, getModelElementTypes, getModelTypes, isAnnotationPresent, removeAnnotation
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Method Details
-
getOriginatingCenter
Returns the originating center of the SIGWX data in the model.- Returns:
- the originating center
-
getDataDate
Returns the date that the SIGWX data in the model was generated.- Returns:
- the data date
-
getForecastDate
Returns the forecast date for the SIGWX data in the model.- Returns:
- forecast date
-
getBaseHeight
Returns the base height flight level (in meters) for the boundary of the SIGWX data in the model.- Returns:
- base height
-
getTopHeight
Returns the top height flight level (in meters) for the boundary of the SIGWX data in the model.- Returns:
- top height
-
getRegions
Returns the list of coverage areas for the SIGWX data in the model. This list is not modifiable. If no regions were specified in the SIGWX BUFR file, this returns an empty list.
The coordinates of the region are expressed in WSG84.
- Returns:
- the regions of coverage
-
getSIGWXLevel
Returns the SIGWX level for the SIGWX data in the model. SeeELcdSIGWXLevel
for the possible levels.- Returns:
- the SIGWX level
-