Class TLcdAIXM51Meteorology
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to theflightConditions
element.static final TLcdDataProperty
Data property that maps to therunwayVisualRangeInterpretation
element.static final TLcdDataProperty
Data property that maps to therunwayVisualRange
element.static final TLcdDataProperty
Data property that maps to thevisibilityInterpretation
element.static final TLcdDataProperty
Data property that maps to thevisibility
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theFLIGHT_CONDITIONS_PROPERTY
property.Returns the value of the property that maps to therunwayVisualRange
element.Returns the role value contained in the value of theRUNWAY_VISUAL_RANGE_INTERPRETATION_PROPERTY
property.Returns the value of the property that maps to thevisibility
element.Returns the role value contained in the value of theVISIBILITY_INTERPRETATION_PROPERTY
property.void
Sets the value of the property that maps to theflightConditions
element.void
Sets the value of the property that maps to therunwayVisualRange
element.void
Sets the value of the property that maps to therunwayVisualRangeInterpretation
element.void
setVisibility
(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thevisibility
element.void
Sets the value of the property that maps to thevisibilityInterpretation
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
FLIGHT_CONDITIONS_PROPERTY
Data property that maps to theflightConditions
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeMeteoConditions>
. -
VISIBILITY_PROPERTY
Data property that maps to thevisibility
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
VISIBILITY_INTERPRETATION_PROPERTY
Data property that maps to thevisibilityInterpretation
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeValueInterpretation>
. -
RUNWAY_VISUAL_RANGE_PROPERTY
Data property that maps to therunwayVisualRange
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
RUNWAY_VISUAL_RANGE_INTERPRETATION_PROPERTY
Data property that maps to therunwayVisualRangeInterpretation
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeValueInterpretation>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51Meteorology
public TLcdAIXM51Meteorology() -
TLcdAIXM51Meteorology
-
-
Method Details
-
getFlightConditions
Returns the role value contained in the value of theFLIGHT_CONDITIONS_PROPERTY
property. Returnsnull
if the value of theFLIGHT_CONDITIONS_PROPERTY
property isnull
.An overall indication whether the meteorological conditions allow visual or instrumental operations.
- Returns:
- the role value of the
FLIGHT_CONDITIONS_PROPERTY
property. - See Also:
-
setFlightConditions
Sets the value of the property that maps to theflightConditions
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theFLIGHT_CONDITIONS_PROPERTY
property is set tonull
.An overall indication whether the meteorological conditions allow visual or instrumental operations.
- Parameters:
aValue
- the role value to set for theFLIGHT_CONDITIONS_PROPERTY
property.
-
getVisibility
Returns the value of the property that maps to thevisibility
element.The greatest distance at which lights of 1,000 candelas can be seen and identified against an unlit background (as reported by the airport).
- Returns:
- the value of the
VISIBILITY_PROPERTY
property.
-
setVisibility
Sets the value of the property that maps to thevisibility
element.The greatest distance at which lights of 1,000 candelas can be seen and identified against an unlit background (as reported by the airport).
- Parameters:
aValue
- the value to set for theVISIBILITY_PROPERTY
property.
-
getVisibilityInterpretation
Returns the role value contained in the value of theVISIBILITY_INTERPRETATION_PROPERTY
property. Returnsnull
if the value of theVISIBILITY_INTERPRETATION_PROPERTY
property isnull
.Indicates whether the visibility is a minimum or a maximum value.
- Returns:
- the role value of the
VISIBILITY_INTERPRETATION_PROPERTY
property. - See Also:
-
setVisibilityInterpretation
Sets the value of the property that maps to thevisibilityInterpretation
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theVISIBILITY_INTERPRETATION_PROPERTY
property is set tonull
.Indicates whether the visibility is a minimum or a maximum value.
- Parameters:
aValue
- the role value to set for theVISIBILITY_INTERPRETATION_PROPERTY
property.
-
getRunwayVisualRange
Returns the value of the property that maps to therunwayVisualRange
element.The distance over which a pilot of an aircraft on the centreline of the runway can see the runway surface markings or the lights delineating the runway or identifying its centre line.
- Returns:
- the value of the
RUNWAY_VISUAL_RANGE_PROPERTY
property.
-
setRunwayVisualRange
Sets the value of the property that maps to therunwayVisualRange
element.The distance over which a pilot of an aircraft on the centreline of the runway can see the runway surface markings or the lights delineating the runway or identifying its centre line.
- Parameters:
aValue
- the value to set for theRUNWAY_VISUAL_RANGE_PROPERTY
property.
-
getRunwayVisualRangeInterpretation
Returns the role value contained in the value of theRUNWAY_VISUAL_RANGE_INTERPRETATION_PROPERTY
property. Returnsnull
if the value of theRUNWAY_VISUAL_RANGE_INTERPRETATION_PROPERTY
property isnull
.Indicates whether the RVR is a minimum or maximum value.
- Returns:
- the role value of the
RUNWAY_VISUAL_RANGE_INTERPRETATION_PROPERTY
property. - See Also:
-
setRunwayVisualRangeInterpretation
Sets the value of the property that maps to therunwayVisualRangeInterpretation
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theRUNWAY_VISUAL_RANGE_INTERPRETATION_PROPERTY
property is set tonull
.Indicates whether the RVR is a minimum or maximum value.
- Parameters:
aValue
- the role value to set for theRUNWAY_VISUAL_RANGE_INTERPRETATION_PROPERTY
property.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-