Class TLcdAIXM51FlightConditionCircumstance
- 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 thereferenceLocation
element.static final TLcdDataProperty
Data property that maps to therelationWithLocation
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
ConstructorDescription -
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 theREFERENCE_LOCATION_PROPERTY
property.Returns the role value contained in the value of theRELATION_WITH_LOCATION_PROPERTY
property.void
Sets the value of the property that maps to thereferenceLocation
element.void
Sets the value of the property that maps to therelationWithLocation
element.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 thereferenceLocation
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>
. -
RELATION_WITH_LOCATION_PROPERTY
Data property that maps to therelationWithLocation
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeLocationQualifier>
. -
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
-
TLcdAIXM51FlightConditionCircumstance
public TLcdAIXM51FlightConditionCircumstance() -
TLcdAIXM51FlightConditionCircumstance
-
-
Method Details
-
getReferenceLocation
Returns the role value contained in the value of theREFERENCE_LOCATION_PROPERTY
property. Returnsnull
if the value of theREFERENCE_LOCATION_PROPERTY
property 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_PROPERTY
property. - See Also:
-
setReferenceLocation
Sets the value of the property that maps to thereferenceLocation
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theREFERENCE_LOCATION_PROPERTY
property 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_PROPERTY
property.
-
getRelationWithLocation
Returns the role value contained in the value of theRELATION_WITH_LOCATION_PROPERTY
property. Returnsnull
if the value of theRELATION_WITH_LOCATION_PROPERTY
property 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_PROPERTY
property. - See Also:
-
setRelationWithLocation
Sets the value of the property that maps to therelationWithLocation
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theRELATION_WITH_LOCATION_PROPERTY
property 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_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:
-