Class TLcdAIXM51NavaidEquipmentDistance
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.airportheliport.runway.TLcdAIXM51NavaidEquipmentDistance
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Captures the distances between various Runway Centreline Points and Navaid Equipment.
- 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 thedistanceAccuracy
element.static final TLcdDataProperty
Data property that maps to thedistance
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thetheNavaidEquipment
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.Returns the value of the property that maps to thedistance
element.Returns the value of the property that maps to thedistanceAccuracy
element.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theTHE_NAVAID_EQUIPMENT_PROPERTY
property.void
setDistance
(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thedistance
element.void
Sets the value of the property that maps to thedistanceAccuracy
element.void
setTheNavaidEquipment
(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractNavaidEquipmentTimeSlice> aValue) Sets the value of the property that maps to thetheNavaidEquipment
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
DISTANCE_PROPERTY
Data property that maps to thedistance
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
DISTANCE_ACCURACY_PROPERTY
Data property that maps to thedistanceAccuracy
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
THE_NAVAID_EQUIPMENT_PROPERTY
Data property that maps to thetheNavaidEquipment
element. The possible values for this property are instances ofTLcdAIXM51Association<TLcdAIXM51Feature<?>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51NavaidEquipmentDistance
public TLcdAIXM51NavaidEquipmentDistance() -
TLcdAIXM51NavaidEquipmentDistance
-
-
Method Details
-
getDistance
Returns the value of the property that maps to thedistance
element.The measured or calculated distance between a Runway Centreline Point and a Navaid Equipment.
- Returns:
- the value of the
DISTANCE_PROPERTY
property.
-
setDistance
Sets the value of the property that maps to thedistance
element.The measured or calculated distance between a Runway Centreline Point and a Navaid Equipment.
- Parameters:
aValue
- the value to set for theDISTANCE_PROPERTY
property.
-
getDistanceAccuracy
Returns the value of the property that maps to thedistanceAccuracy
element.Accuracy of the measured or calculated distance between a Runway Centreline Point and a Navaid Equipment piece.
- Returns:
- the value of the
DISTANCE_ACCURACY_PROPERTY
property.
-
setDistanceAccuracy
Sets the value of the property that maps to thedistanceAccuracy
element.Accuracy of the measured or calculated distance between a Runway Centreline Point and a Navaid Equipment piece.
- Parameters:
aValue
- the value to set for theDISTANCE_ACCURACY_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:
-