Class TLcdAIXM51LandingTakeoffAreaCollection
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.procedure.procedureoverview.TLcdAIXM51LandingTakeoffAreaCollection
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
The grouping of Landing Areas or Takeoff Areas serviced by the procedure.
- 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 therunwayelement.static final TLcdDataPropertyData property that maps to theTLOFelement.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.Gets the value of theRUNWAY_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.getTLOF()Gets the value of theTLOF_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
RUNWAY_PROPERTY
Data property that maps to therunwayelement. The possible values for this property are instances ofList<TLcdAIXM51FeatureAssociation<TLcdAIXM51RunwayDirectionTimeSlice>>. -
TLOF_PROPERTY
Data property that maps to theTLOFelement. The possible values for this property are instances ofList<TLcdAIXM51FeatureAssociation<TLcdAIXM51TouchDownLiftOffTimeSlice>>. -
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
-
TLcdAIXM51LandingTakeoffAreaCollection
public TLcdAIXM51LandingTakeoffAreaCollection() -
TLcdAIXM51LandingTakeoffAreaCollection
-
-
Method Details
-
getRunway
Gets the value of theRUNWAY_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.One of the two landing and take-off directions of a runway referenced by the procedure.
- Returns:
- the value of the
RUNWAY_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances. - See Also:
-
getTLOF
Gets the value of theTLOF_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.A load bearing area on which a helicopter may touch down or lift-off referenced by the procedure.
- Returns:
- the value of the
TLOF_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances. - See Also:
-
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:
-