Class TLcdAIXM51AngleUse
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.navaidspoints.pointreference.TLcdAIXM51AngleUse
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Indicates the role of the AngleIndication in the PointReference (for example, along track versus intersecting).
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thealongCourseGuidanceelement.static final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thetheAngleIndicationelement.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theALONG_COURSE_GUIDANCE_PROPERTYproperty.Gets 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 theTHE_ANGLE_INDICATION_PROPERTYproperty.voidSets the value of the property that maps to thealongCourseGuidanceelement.voidSets the value of the property that maps to thetheAngleIndicationelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
ALONG_COURSE_GUIDANCE_PROPERTY
Data property that maps to thealongCourseGuidanceelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
THE_ANGLE_INDICATION_PROPERTY
Data property that maps to thetheAngleIndicationelement. The possible values for this property are instances ofTLcdAIXM51FeatureAssociation<TLcdAIXM51AngleIndicationTimeSlice>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
-
-
Constructor Details
-
TLcdAIXM51AngleUse
public TLcdAIXM51AngleUse() -
TLcdAIXM51AngleUse
-
-
Method Details
-
getAlongCourseGuidance
Returns the role value contained in the value of theALONG_COURSE_GUIDANCE_PROPERTYproperty. Returnsnullif the value of theALONG_COURSE_GUIDANCE_PROPERTYproperty isnull.Defines if the angle indication provides the course guidance for the segment.
- Returns:
- the role value of the
ALONG_COURSE_GUIDANCE_PROPERTYproperty. - See Also:
-
setAlongCourseGuidance
Sets the value of the property that maps to thealongCourseGuidanceelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theALONG_COURSE_GUIDANCE_PROPERTYproperty is set tonull.Defines if the angle indication provides the course guidance for the segment.
- Parameters:
aValue- the role value to set for theALONG_COURSE_GUIDANCE_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:
-
getTheAngleIndication
Returns the role value contained in the value of theTHE_ANGLE_INDICATION_PROPERTYproperty. Returnsnullif the value of theTHE_ANGLE_INDICATION_PROPERTYproperty isnull.Angle from the facility to the Significant Point.
- Returns:
- the role value of the
THE_ANGLE_INDICATION_PROPERTYproperty. - See Also:
-
setTheAngleIndication
Sets the value of the property that maps to thetheAngleIndicationelement. to a new instance of the association classTLcdAIXM51FeatureAssociationinitialized with the given role value. In case the given role value isnull, theTHE_ANGLE_INDICATION_PROPERTYproperty is set tonull.Angle from the facility to the Significant Point.
- Parameters:
aValue- the role value to set for theTHE_ANGLE_INDICATION_PROPERTYproperty.
-
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:
-