Class TLcdAIXM51Minima
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theadjustmentINOP
element.static final TLcdDataProperty
Data property that maps to thealtitudeCode
element.static final TLcdDataProperty
Data property that maps to thealtitude
element.static final TLcdDataProperty
Data property that maps to thealtitudeReference
element.static 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 theheightCode
element.static final TLcdDataProperty
Data property that maps to theheight
element.static final TLcdDataProperty
Data property that maps to theheightReference
element.static final TLcdDataProperty
Data property that maps to themandatoryRVR
element.static final TLcdDataProperty
Data property that maps to themilitaryHeight
element.static final TLcdDataProperty
Data property that maps to themilitaryVisibility
element.static final TLcdDataProperty
Data property that maps to theradioHeight
element.static final TLcdDataProperty
Data property that maps to theremoteAltimeterMinima
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 theADJUSTMENT_INOP_PROPERTY
property adapted to a list ofTLcdAIXM51EquipmentUnavailableAdjustment
instances.Returns the value of the property that maps to thealtitude
element.Returns the role value contained in the value of theALTITUDE_CODE_PROPERTY
property.Returns the role value contained in the value of theALTITUDE_REFERENCE_PROPERTY
property.Gets 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 value of the property that maps to theheight
element.Returns the role value contained in the value of theHEIGHT_CODE_PROPERTY
property.Returns the role value contained in the value of theHEIGHT_REFERENCE_PROPERTY
property.Returns the role value contained in the value of theMANDATORY_RVR_PROPERTY
property.Returns the value of the property that maps to themilitaryHeight
element.Returns the value of the property that maps to themilitaryVisibility
element.Returns the value of the property that maps to theradioHeight
element.Returns the role value contained in the value of theREMOTE_ALTIMETER_MINIMA_PROPERTY
property.Returns the value of the property that maps to thevisibility
element.void
Sets the value of the property that maps to thealtitude
element.void
Sets the value of the property that maps to thealtitudeCode
element.void
Sets the value of the property that maps to thealtitudeReference
element.void
Sets the value of the property that maps to theheight
element.void
Sets the value of the property that maps to theheightCode
element.void
Sets the value of the property that maps to theheightReference
element.void
setMandatoryRVR
(TLcdAIXM51CodeYesNo aValue) Sets the value of the property that maps to themandatoryRVR
element.void
Sets the value of the property that maps to themilitaryHeight
element.void
Sets the value of the property that maps to themilitaryVisibility
element.void
Sets the value of the property that maps to theradioHeight
element.void
Sets the value of the property that maps to theremoteAltimeterMinima
element.void
setVisibility
(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thevisibility
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
ALTITUDE_PROPERTY
Data property that maps to thealtitude
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
ALTITUDE_CODE_PROPERTY
Data property that maps to thealtitudeCode
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeMinimumAltitude>
. -
ALTITUDE_REFERENCE_PROPERTY
Data property that maps to thealtitudeReference
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>
. -
HEIGHT_PROPERTY
Data property that maps to theheight
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
MILITARY_HEIGHT_PROPERTY
Data property that maps to themilitaryHeight
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
RADIO_HEIGHT_PROPERTY
Data property that maps to theradioHeight
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
HEIGHT_CODE_PROPERTY
Data property that maps to theheightCode
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeMinimumHeight>
. -
HEIGHT_REFERENCE_PROPERTY
Data property that maps to theheightReference
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeHeightReference>
. -
VISIBILITY_PROPERTY
Data property that maps to thevisibility
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
MILITARY_VISIBILITY_PROPERTY
Data property that maps to themilitaryVisibility
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
MANDATORY_RVR_PROPERTY
Data property that maps to themandatoryRVR
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>
. -
REMOTE_ALTIMETER_MINIMA_PROPERTY
Data property that maps to theremoteAltimeterMinima
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>
. -
ADJUSTMENT_INOP_PROPERTY
Data property that maps to theadjustmentINOP
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51EquipmentUnavailableAdjustment>>
. -
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
-
TLcdAIXM51Minima
public TLcdAIXM51Minima() -
TLcdAIXM51Minima
-
-
Method Details
-
getAltitude
Returns the value of the property that maps to thealtitude
element.The lowest altitude used in establishing compliance with obstacle clearance criteria. The lowest altitude an aircraft flies before making a decision to land or abort and take the missed approach. (Highest of the lower limit altitudes in controlling obstacles plus the altitude adjustments (operational factors))
- Returns:
- the value of the
ALTITUDE_PROPERTY
property.
-
setAltitude
Sets the value of the property that maps to thealtitude
element.The lowest altitude used in establishing compliance with obstacle clearance criteria. The lowest altitude an aircraft flies before making a decision to land or abort and take the missed approach. (Highest of the lower limit altitudes in controlling obstacles plus the altitude adjustments (operational factors))
- Parameters:
aValue
- the value to set for theALTITUDE_PROPERTY
property.
-
getAltitudeCode
Returns the role value contained in the value of theALTITUDE_CODE_PROPERTY
property. Returnsnull
if the value of theALTITUDE_CODE_PROPERTY
property isnull
.An indication of the meaning of the altitude value, such as obstacle clearance altitude or decision altitude.
- Returns:
- the role value of the
ALTITUDE_CODE_PROPERTY
property. - See Also:
-
setAltitudeCode
Sets the value of the property that maps to thealtitudeCode
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theALTITUDE_CODE_PROPERTY
property is set tonull
.An indication of the meaning of the altitude value, such as obstacle clearance altitude or decision altitude.
- Parameters:
aValue
- the role value to set for theALTITUDE_CODE_PROPERTY
property.
-
getAltitudeReference
Returns the role value contained in the value of theALTITUDE_REFERENCE_PROPERTY
property. Returnsnull
if the value of theALTITUDE_REFERENCE_PROPERTY
property isnull
.A code indicating the reference for the altitude.
- Returns:
- the role value of the
ALTITUDE_REFERENCE_PROPERTY
property. - See Also:
-
setAltitudeReference
Sets the value of the property that maps to thealtitudeReference
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theALTITUDE_REFERENCE_PROPERTY
property is set tonull
.A code indicating the reference for the altitude.
- Parameters:
aValue
- the role value to set for theALTITUDE_REFERENCE_PROPERTY
property.
-
getHeight
Returns the value of the property that maps to theheight
element.The height value for the minimum
- Returns:
- the value of the
HEIGHT_PROPERTY
property.
-
setHeight
Sets the value of the property that maps to theheight
element.The height value for the minimum
- Parameters:
aValue
- the value to set for theHEIGHT_PROPERTY
property.
-
getMilitaryHeight
Returns the value of the property that maps to themilitaryHeight
element.The height value for the minimum used by militaries, such as DoD in United States.
- Returns:
- the value of the
MILITARY_HEIGHT_PROPERTY
property.
-
setMilitaryHeight
Sets the value of the property that maps to themilitaryHeight
element.The height value for the minimum used by militaries, such as DoD in United States.
- Parameters:
aValue
- the value to set for theMILITARY_HEIGHT_PROPERTY
property.
-
getRadioHeight
Returns the value of the property that maps to theradioHeight
element.The height reported by a radio altimeter. Applies to CAT II.
- Returns:
- the value of the
RADIO_HEIGHT_PROPERTY
property.
-
setRadioHeight
Sets the value of the property that maps to theradioHeight
element.The height reported by a radio altimeter. Applies to CAT II.
- Parameters:
aValue
- the value to set for theRADIO_HEIGHT_PROPERTY
property.
-
getHeightCode
Returns the role value contained in the value of theHEIGHT_CODE_PROPERTY
property. Returnsnull
if the value of theHEIGHT_CODE_PROPERTY
property isnull
.An indication of the meaning of the height value, such as obstacle clearance height or decision height.
- Returns:
- the role value of the
HEIGHT_CODE_PROPERTY
property. - See Also:
-
setHeightCode
Sets the value of the property that maps to theheightCode
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theHEIGHT_CODE_PROPERTY
property is set tonull
.An indication of the meaning of the height value, such as obstacle clearance height or decision height.
- Parameters:
aValue
- the role value to set for theHEIGHT_CODE_PROPERTY
property.
-
getHeightReference
Returns the role value contained in the value of theHEIGHT_REFERENCE_PROPERTY
property. Returnsnull
if the value of theHEIGHT_REFERENCE_PROPERTY
property isnull
.The reference surface for the height value.
- Returns:
- the role value of the
HEIGHT_REFERENCE_PROPERTY
property. - See Also:
-
setHeightReference
Sets the value of the property that maps to theheightReference
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theHEIGHT_REFERENCE_PROPERTY
property is set tonull
.The reference surface for the height value.
- Parameters:
aValue
- the role value to set for theHEIGHT_REFERENCE_PROPERTY
property.
-
getVisibility
Returns the value of the property that maps to thevisibility
element.The minimum visibility needed to land at the airport when using the specified altitude and/or height.
- Returns:
- the value of the
VISIBILITY_PROPERTY
property.
-
setVisibility
Sets the value of the property that maps to thevisibility
element.The minimum visibility needed to land at the airport when using the specified altitude and/or height.
- Parameters:
aValue
- the value to set for theVISIBILITY_PROPERTY
property.
-
getMilitaryVisibility
Returns the value of the property that maps to themilitaryVisibility
element.The visibility value applicable to the military height.
- Returns:
- the value of the
MILITARY_VISIBILITY_PROPERTY
property.
-
setMilitaryVisibility
Sets the value of the property that maps to themilitaryVisibility
element.The visibility value applicable to the military height.
- Parameters:
aValue
- the value to set for theMILITARY_VISIBILITY_PROPERTY
property.
-
getMandatoryRVR
Returns the role value contained in the value of theMANDATORY_RVR_PROPERTY
property. Returnsnull
if the value of theMANDATORY_RVR_PROPERTY
property isnull
.Indicates visibility measurement type.
- Returns:
- the role value of the
MANDATORY_RVR_PROPERTY
property. - See Also:
-
setMandatoryRVR
Sets the value of the property that maps to themandatoryRVR
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theMANDATORY_RVR_PROPERTY
property is set tonull
.Indicates visibility measurement type.
- Parameters:
aValue
- the role value to set for theMANDATORY_RVR_PROPERTY
property.
-
getRemoteAltimeterMinima
Returns the role value contained in the value of theREMOTE_ALTIMETER_MINIMA_PROPERTY
property. Returnsnull
if the value of theREMOTE_ALTIMETER_MINIMA_PROPERTY
property isnull
.Indicates if this minima is the primary.
- Returns:
- the role value of the
REMOTE_ALTIMETER_MINIMA_PROPERTY
property. - See Also:
-
setRemoteAltimeterMinima
Sets the value of the property that maps to theremoteAltimeterMinima
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theREMOTE_ALTIMETER_MINIMA_PROPERTY
property is set tonull
.Indicates if this minima is the primary.
- Parameters:
aValue
- the role value to set for theREMOTE_ALTIMETER_MINIMA_PROPERTY
property.
-
getAdjustmentINOP
Gets the value of theADJUSTMENT_INOP_PROPERTY
property adapted to a list ofTLcdAIXM51EquipmentUnavailableAdjustment
instances.The inoperable equipment
- Returns:
- the value of the
ADJUSTMENT_INOP_PROPERTY
property adapted to a list ofTLcdAIXM51EquipmentUnavailableAdjustment
instances. - See Also:
-
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:
-