Class TLcdAIXM51AirspaceGeometryComponent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.airspace.TLcdAIXM51AirspaceGeometryComponent
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
The role of the component in the airspace geometry. If the geometry of an airspace is composed of single volume, then the attributes of this association class may be left empty.
- 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 theoperation
element.static final TLcdDataProperty
Data property that maps to theoperationSequence
element.static final TLcdDataProperty
Data property that maps to thetheAirspaceVolume
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 theOPERATION_PROPERTY
property.Returns the role value contained in the value of theOPERATION_SEQUENCE_PROPERTY
property.Returns the role value contained in the value of theTHE_AIRSPACE_VOLUME_PROPERTY
property.void
Sets the value of the property that maps to theoperation
element.void
setOperationSequence
(Long aValue) Sets the value of the property that maps to theoperationSequence
element.void
Sets the value of the property that maps to thetheAirspaceVolume
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
OPERATION_PROPERTY
Data property that maps to theoperation
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeAirspaceAggregation>
. -
OPERATION_SEQUENCE_PROPERTY
Data property that maps to theoperationSequence
element. The possible values for this property are instances ofTLcdAIXM51Optional<long>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
THE_AIRSPACE_VOLUME_PROPERTY
Data property that maps to thetheAirspaceVolume
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51AirspaceVolume>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51AirspaceGeometryComponent
public TLcdAIXM51AirspaceGeometryComponent() -
TLcdAIXM51AirspaceGeometryComponent
-
-
Method Details
-
getOperation
Returns the role value contained in the value of theOPERATION_PROPERTY
property. Returnsnull
if the value of theOPERATION_PROPERTY
property isnull
.A code indicating how the component participates in the aggregation, such as addition, subtraction or intersection.
- Returns:
- the role value of the
OPERATION_PROPERTY
property. - See Also:
-
setOperation
Sets the value of the property that maps to theoperation
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theOPERATION_PROPERTY
property is set tonull
.A code indicating how the component participates in the aggregation, such as addition, subtraction or intersection.
- Parameters:
aValue
- the role value to set for theOPERATION_PROPERTY
property.
-
getOperationSequence
Returns the role value contained in the value of theOPERATION_SEQUENCE_PROPERTY
property. Returnsnull
if the value of theOPERATION_SEQUENCE_PROPERTY
property isnull
.A number indicating the order of the component in the aggregation.
- Returns:
- the role value of the
OPERATION_SEQUENCE_PROPERTY
property. - See Also:
-
setOperationSequence
Sets the value of the property that maps to theoperationSequence
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theOPERATION_SEQUENCE_PROPERTY
property is set tonull
.A number indicating the order of the component in the aggregation.
- Parameters:
aValue
- the role value to set for theOPERATION_SEQUENCE_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:
-
getTheAirspaceVolume
Returns the role value contained in the value of theTHE_AIRSPACE_VOLUME_PROPERTY
property. Returnsnull
if the value of theTHE_AIRSPACE_VOLUME_PROPERTY
property isnull
.An portion of airspace that contributes to the defintion of an Airspace geometry.
- Returns:
- the role value of the
THE_AIRSPACE_VOLUME_PROPERTY
property. - See Also:
-
setTheAirspaceVolume
Sets the value of the property that maps to thetheAirspaceVolume
element. to a new instance of the association classTLcdAIXM51Property
initialized with the given role value. In case the given role value isnull
, theTHE_AIRSPACE_VOLUME_PROPERTY
property is set tonull
.An portion of airspace that contributes to the defintion of an Airspace geometry.
- Parameters:
aValue
- the role value to set for theTHE_AIRSPACE_VOLUME_PROPERTY
property.
-
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:
-