Class TLcdAIXM51PointReference
- 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 thefacilityAngleelement.static final TLcdDataPropertyData property that maps to thefacilityDistanceelement.static final TLcdDataPropertyData property that maps to thefixToleranceAreaelement.static final TLcdDataPropertyData property that maps to thepointelement.static final TLcdDataPropertyData property that maps to thepostFixToleranceelement.static final TLcdDataPropertyData property that maps to thepriorFixToleranceelement.static final TLcdDataPropertyData property that maps to theroleelement.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 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 theFACILITY_ANGLE_PROPERTYproperty adapted to a list ofTLcdAIXM51AngleUseinstances.Gets the value of theFACILITY_DISTANCE_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.Returns the role value contained in the value of theFIX_TOLERANCE_AREA_PROPERTYproperty.getPoint()Returns the role value contained in the value of thePOINT_PROPERTYproperty.Returns the value of the property that maps to thepostFixToleranceelement.Returns the value of the property that maps to thepriorFixToleranceelement.getRole()Returns the role value contained in the value of theROLE_PROPERTYproperty.voidsetFixToleranceArea(TLcdAIXM51Surface aValue) Sets the value of the property that maps to thefixToleranceAreaelement.voidSets the value of the property that maps to thepointelement.voidSets the value of the property that maps to thepostFixToleranceelement.voidSets the value of the property that maps to thepriorFixToleranceelement.voidsetRole(TLcdAIXM51CodeReferenceRole aValue) Sets the value of the property that maps to theroleelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
ROLE_PROPERTY
Data property that maps to theroleelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeReferenceRole>. -
PRIOR_FIX_TOLERANCE_PROPERTY
Data property that maps to thepriorFixToleranceelement. The possible values for this property are instances ofTLcdAIXM51ValDistanceSigned. -
POST_FIX_TOLERANCE_PROPERTY
Data property that maps to thepostFixToleranceelement. The possible values for this property are instances ofTLcdAIXM51ValDistanceSigned. -
POINT_PROPERTY
Data property that maps to thepointelement. The possible values for this property are instances ofTLcdAIXM51FeatureAssociation<TLcdAIXM51DesignatedPointTimeSlice>. -
FACILITY_ANGLE_PROPERTY
Data property that maps to thefacilityAngleelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51AngleUse>>. -
FACILITY_DISTANCE_PROPERTY
Data property that maps to thefacilityDistanceelement. The possible values for this property are instances ofList<TLcdAIXM51FeatureAssociation<TLcdAIXM51DistanceIndicationTimeSlice>>. -
FIX_TOLERANCE_AREA_PROPERTY
Data property that maps to thefixToleranceAreaelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Surface>. -
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
-
TLcdAIXM51PointReference
public TLcdAIXM51PointReference() -
TLcdAIXM51PointReference
-
-
Method Details
-
getRole
Returns the role value contained in the value of theROLE_PROPERTYproperty. Returnsnullif the value of theROLE_PROPERTYproperty isnull.Describes the role of the defined point reference. Example: DME, INT, recommended navaid, fix tolerance
- Returns:
- the role value of the
ROLE_PROPERTYproperty. - See Also:
-
setRole
Sets the value of the property that maps to theroleelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theROLE_PROPERTYproperty is set tonull.Describes the role of the defined point reference. Example: DME, INT, recommended navaid, fix tolerance
- Parameters:
aValue- the role value to set for theROLE_PROPERTYproperty.
-
getPriorFixTolerance
Returns the value of the property that maps to thepriorFixToleranceelement.Because the fix may be received early, protection against obstacles must be provided from a line perpendicular to the flight course. PriorFixTolerance indicates the error distance (from the fix to the earliest point where the fix may be received along the flight course.
- Returns:
- the value of the
PRIOR_FIX_TOLERANCE_PROPERTYproperty.
-
setPriorFixTolerance
Sets the value of the property that maps to thepriorFixToleranceelement.Because the fix may be received early, protection against obstacles must be provided from a line perpendicular to the flight course. PriorFixTolerance indicates the error distance (from the fix to the earliest point where the fix may be received along the flight course.
- Parameters:
aValue- the value to set for thePRIOR_FIX_TOLERANCE_PROPERTYproperty.
-
getPostFixTolerance
Returns the value of the property that maps to thepostFixToleranceelement.Indicates the error distance (from the fix to the latest point where the fix may be received along the flight course.
- Returns:
- the value of the
POST_FIX_TOLERANCE_PROPERTYproperty.
-
setPostFixTolerance
Sets the value of the property that maps to thepostFixToleranceelement.Indicates the error distance (from the fix to the latest point where the fix may be received along the flight course.
- Parameters:
aValue- the value to set for thePOST_FIX_TOLERANCE_PROPERTYproperty.
-
getPoint
Returns the role value contained in the value of thePOINT_PROPERTYproperty. Returnsnullif the value of thePOINT_PROPERTYproperty isnull.A point defined by a latitude and longitude and/or a combination of angle and/or distance indications.
- Returns:
- the role value of the
POINT_PROPERTYproperty. - See Also:
-
setPoint
Sets the value of the property that maps to thepointelement. to a new instance of the association classTLcdAIXM51FeatureAssociationinitialized with the given role value. In case the given role value isnull, thePOINT_PROPERTYproperty is set tonull.A point defined by a latitude and longitude and/or a combination of angle and/or distance indications.
- Parameters:
aValue- the role value to set for thePOINT_PROPERTYproperty.
-
getFacilityAngle
Gets the value of theFACILITY_ANGLE_PROPERTYproperty adapted to a list ofTLcdAIXM51AngleUseinstances.Angle from the facility to the Significant Point.
- Returns:
- the value of the
FACILITY_ANGLE_PROPERTYproperty adapted to a list ofTLcdAIXM51AngleUseinstances. - See Also:
-
getFacilityDistance
Gets the value of theFACILITY_DISTANCE_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.Distance from the facility to the Significant Point.
- Returns:
- the value of the
FACILITY_DISTANCE_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances. - See Also:
-
getFixToleranceArea
Returns the role value contained in the value of theFIX_TOLERANCE_AREA_PROPERTYproperty. Returnsnullif the value of theFIX_TOLERANCE_AREA_PROPERTYproperty isnull.The dimensions of the fix tolerance area are determined by the system use accuracy of the navigation aid(s) on which the fix is based, and the distance from the facility.
- Returns:
- the role value of the
FIX_TOLERANCE_AREA_PROPERTYproperty. - See Also:
-
setFixToleranceArea
Sets the value of the property that maps to thefixToleranceAreaelement. to a new instance of the association classTLcdAIXM51Propertyinitialized with the given role value. In case the given role value isnull, theFIX_TOLERANCE_AREA_PROPERTYproperty is set tonull.The dimensions of the fix tolerance area are determined by the system use accuracy of the navigation aid(s) on which the fix is based, and the distance from the facility.
- Parameters:
aValue- the role value to set for theFIX_TOLERANCE_AREA_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:
-