Class TLcdAIXM51FlightConditionCircumstance
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thereferenceLocationelement.static final TLcdDataPropertyData property that maps to therelationWithLocationelement.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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theREFERENCE_LOCATION_PROPERTYproperty.Returns the role value contained in the value of theRELATION_WITH_LOCATION_PROPERTYproperty.voidSets the value of the property that maps to thereferenceLocationelement.voidSets the value of the property that maps to therelationWithLocationelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
REFERENCE_LOCATION_PROPERTY
Data property that maps to thereferenceLocationelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
RELATION_WITH_LOCATION_PROPERTY
Data property that maps to therelationWithLocationelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeLocationQualifier>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
-
-
Constructor Details
-
TLcdAIXM51FlightConditionCircumstance
public TLcdAIXM51FlightConditionCircumstance() -
TLcdAIXM51FlightConditionCircumstance
-
-
Method Details
-
getReferenceLocation
Returns the role value contained in the value of theREFERENCE_LOCATION_PROPERTYproperty. Returnsnullif the value of theREFERENCE_LOCATION_PROPERTYproperty isnull.A code indicating if the condition element is a reference location for the flight restriction, i.e. if the time schedule associated with the restriction must be considered as applicable for that flight condition element.
- Returns:
- the role value of the
REFERENCE_LOCATION_PROPERTYproperty. - See Also:
-
setReferenceLocation
Sets the value of the property that maps to thereferenceLocationelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theREFERENCE_LOCATION_PROPERTYproperty is set tonull.A code indicating if the condition element is a reference location for the flight restriction, i.e. if the time schedule associated with the restriction must be considered as applicable for that flight condition element.
- Parameters:
aValue- the role value to set for theREFERENCE_LOCATION_PROPERTYproperty.
-
getRelationWithLocation
Returns the role value contained in the value of theRELATION_WITH_LOCATION_PROPERTYproperty. Returnsnullif the value of theRELATION_WITH_LOCATION_PROPERTYproperty isnull.A code qualifying a location (such as an airspace, aerodrome, point, etc.) when used as condition element. For example, departing from that location, crossing the location, activation hours of the location are used as condition, etc..
- Returns:
- the role value of the
RELATION_WITH_LOCATION_PROPERTYproperty. - See Also:
-
setRelationWithLocation
Sets the value of the property that maps to therelationWithLocationelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theRELATION_WITH_LOCATION_PROPERTYproperty is set tonull.A code qualifying a location (such as an airspace, aerodrome, point, etc.) when used as condition element. For example, departing from that location, crossing the location, activation hours of the location are used as condition, etc..
- Parameters:
aValue- the role value to set for theRELATION_WITH_LOCATION_PROPERTYproperty.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-