Class TLcdAIXM51AbstractSegmentPoint
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdAIXM51AerialRefuellingPoint
,TLcdAIXM51EnRouteSegmentPoint
,TLcdAIXM51TerminalSegmentPoint
- Since:
- 10.0
-
Field Summary
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.Gets the value of theextendedServiceVolume
property.Gets the value of thefacilityMakeup
property.Gets the value of theflyOver
property.Gets the value of thepointChoice
property.Gets the value of theradarGuidance
property.Gets the value of thereportingATC
property.Gets the value of thewaypoint
property.void
Sets the value of theextendedServiceVolume
property.void
setFlyOver
(TLcdAIXM51CodeYesNo aValue) Sets the value of theflyOver
property.void
setPointChoice
(ILcdDataObject aValue) Sets the value of the_POINT_CHOICE_PROPERTY
property.void
setRadarGuidance
(TLcdAIXM51CodeYesNo aValue) Sets the value of theradarGuidance
property.void
Sets the value of thereportingATC
property.void
setWaypoint
(TLcdAIXM51CodeYesNo aValue) Sets the value of thewaypoint
property.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Constructor Details
-
TLcdAIXM51AbstractSegmentPoint
public TLcdAIXM51AbstractSegmentPoint() -
TLcdAIXM51AbstractSegmentPoint
-
-
Method Details
-
getReportingATC
Gets the value of thereportingATC
property.Indicating the type of position report required by an ATC Unit. Eg.: compulsory or on request.
- Returns:
- the value of the
reportingATC
property. - See Also:
-
setReportingATC
Sets the value of thereportingATC
property.Indicating the type of position report required by an ATC Unit. Eg.: compulsory or on request.
- Parameters:
aValue
- the value to set for thereportingATC
property.
-
getFlyOver
Gets the value of theflyOver
property.Indicates if the aircraft is required to fly directly over the fix. If code is Yes, then it is a 'fly-over' waypoint. If the code is No, then the associated fix is a 'fly-by' waypoint. [ICAO] Waypoints are identified as either flyover or fly-by. Fly-by waypoint. A waypoint which requires turn anticipation to allow tangential interception of the next segment of a route or procedure Flyover waypoint. A waypoint at which a turn is initiated in order to join the next segment of a route or procedure.
- Returns:
- the value of the
flyOver
property. - See Also:
-
setFlyOver
Sets the value of theflyOver
property.Indicates if the aircraft is required to fly directly over the fix. If code is Yes, then it is a 'fly-over' waypoint. If the code is No, then the associated fix is a 'fly-by' waypoint. [ICAO] Waypoints are identified as either flyover or fly-by. Fly-by waypoint. A waypoint which requires turn anticipation to allow tangential interception of the next segment of a route or procedure Flyover waypoint. A waypoint at which a turn is initiated in order to join the next segment of a route or procedure.
- Parameters:
aValue
- the value to set for theflyOver
property.
-
getWaypoint
Gets the value of thewaypoint
property.A point used for RNAV procedures/routes.
- Returns:
- the value of the
waypoint
property. - See Also:
-
setWaypoint
Sets the value of thewaypoint
property.A point used for RNAV procedures/routes.
- Parameters:
aValue
- the value to set for thewaypoint
property.
-
getRadarGuidance
Gets the value of theradarGuidance
property.Radar guidance is possible for reaching this point.
- Returns:
- the value of the
radarGuidance
property. - See Also:
-
setRadarGuidance
Sets the value of theradarGuidance
property.Radar guidance is possible for reaching this point.
- Parameters:
aValue
- the value to set for theradarGuidance
property.
-
getFacilityMakeup
Gets the value of thefacilityMakeup
property.Specific facility make up used by aircraft to locate the segment point.
- Returns:
- the value of the
facilityMakeup
property. - See Also:
-
getPointChoice
Gets the value of thepointChoice
property.- Returns:
- the value of the
pointChoice
property.
-
setPointChoice
Sets the value of the_POINT_CHOICE_PROPERTY
property.- Parameters:
aValue
- the value to set for the_POINT_CHOICE_PROPERTY
property.
-
getExtendedServiceVolume
Gets the value of theextendedServiceVolume
property.An approved and flight checked extension to the standard service volume of a navaid
- Returns:
- the value of the
extendedServiceVolume
property. - See Also:
-
setExtendedServiceVolume
public void setExtendedServiceVolume(TLcdAIXM51Feature<TLcdAIXM51RadioFrequencyAreaTimeSlice> aValue) Sets the value of theextendedServiceVolume
property.An approved and flight checked extension to the standard service volume of a navaid
- Parameters:
aValue
- the value to set for theextendedServiceVolume
property.
-
getAnnotation
Gets the value of theannotation
property.- Returns:
- the value of the
annotation
property. - See Also:
-