Class TLcdAIXM51AbstractSegmentLegTimeSlice
- All Implemented Interfaces:
ILcdDataObject
,ILcdBounded
,ILcdShape
,ILcdShapeList
,ILcdTimeBounded
,ILcdCloneable
,ILcdDeepCloneable
,ILcdInvalidateable
,Serializable
,Cloneable
- Direct Known Subclasses:
TLcdAIXM51AbstractApproachLegTimeSlice
,TLcdAIXM51ArrivalLegTimeSlice
,TLcdAIXM51DepartureLegTimeSlice
TLcdDataType
, but should be initialized with a
time slice type that corresponds to a feature type that is an extension of
TLcdAIXM51DataTypes.AbstractSegmentLegType
.
The corresponding abstract time slice type does not exist because it is not
defined in the AIXM 5.1 XML schema.- Since:
- 10.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecorrectionNumber
element.static final TLcdDataProperty
Data property that maps to thefeatureLifetime
element.static final TLcdDataProperty
Data property that maps to theinterpretation
element.static final TLcdDataProperty
Data property that maps to thesequenceNumber
element.static final TLcdDataProperty
Data property that maps to thetimeSliceMetadata
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractTimeSlice
DATA_SOURCE_PROPERTY, VALID_TIME_PROPERTY
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
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aircraftCategory property.Gets the value of the altitudeInterpretation property.Gets the value of the altitudeOverrideATC property.Gets the value of the altitudeOverrideReference property.getAngle()
Gets the value of the angle property.Gets the value of the annotation property.Gets the value of thearcCentre property.Gets the value of the bankAngle property.long
Returns the value of the property that maps to thecorrectionNumber
element.Gets the value of the course property.Gets the value of the courseDirection property.Gets the value of the courseType property.Gets the value of the designSurface property.Gets the value of the distance property.Gets the value of the duration property.Gets the value of the endConditionDesignator property.Gets the value of the endPoint property.Returns the value of the property that maps to thefeatureLifetime
element.Gets the value of the holding property.Returns the value of the property that maps to theinterpretation
element.Gets the value of the legPath property.Gets the value of the legTypeARINC property.Gets the value of the length property.Gets the value of the lowerLimitAltitude property.Gets the value of the lowerLimitReference property.Gets the value of the procedureTurnRequired property.long
Returns the value of the property that maps to thesequenceNumber
element.Gets the value of the speedInterpretation property.Gets the value of the speedLimit property.Gets the value of the speedReference property.Gets the value of the startPoint property.Returns the value of the property that maps to thetimeSliceMetadata
element.Gets the value of the trajectory property.Gets the value of the turnDirection property.Gets the value of the upperLimitAltitude property.Gets the value of the upperLimitReference property.Gets the value of the verticalAngle property.void
Sets the value of the altitudeInterpretation property.void
Sets the value of the altitudeOverrideATC property.void
Sets the value of thealtitudeOverrideReference property.void
Sets the value of the angle property.void
Sets the value of the arcCentre property.void
setBankAngle
(Double aValue) Sets the value of the bankAngle property.void
setCorrectionNumber
(long aValue) Sets the value of the property that maps to thecorrectionNumber
element.void
Sets the value of the course property.void
Sets the value of the courseDirection property.void
setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the courseType property.void
Sets the value of the distance property.void
setDuration
(TLcdAIXM51ValDuration aValue) Sets the value of the duration property.void
Sets the value of the endConditionDesignator property.void
Sets the value of the endPoint property.void
Sets the value of the property that maps to thefeatureLifetime
element.void
setHolding
(TLcdAIXM51HoldingUse aValue) Sets the value of the holding property.void
Sets the value of the property that maps to theinterpretation
element.void
setLegPath
(TLcdAIXM51CodeTrajectory aValue) Sets the value of the legPath property.void
Sets the value of the legTypeARINC property.void
setLength
(TLcdAIXM51ValDistance aValue) Sets the value of the length property.void
Sets the value of the lowerLimitAltitude property.void
Sets the value of the lowerLimitReference property.void
Sets the value of the procedureTurnRequired property.void
setSequenceNumber
(long aValue) Sets the value of the property that maps to thesequenceNumber
element.void
Sets the value of the speedInterpretation property.void
setSpeedLimit
(TLcdAIXM51ValSpeed aValue) Sets the value of the speedLimit property.void
Sets the value of the speedReference property.void
Sets the value of the startPoint property.void
Sets the value of the property that maps to thetimeSliceMetadata
element.void
setTrajectory
(TLcdAIXM51Curve aValue) Sets the value of the trajectory property.void
Sets the value of the turnDirection property.void
Sets the value of the upperLimitAltitude property.void
Sets the value of the upperLimitReference property.void
setVerticalAngle
(Double aValue) Sets the value of the verticalAngle property.Methods inherited from class com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMTimeSlice
clone, clone, collectShapes, contains2D, contains2D, contains3D, contains3D, getBeginValidTime, getBounds, getEndValidTime, getFocusPoint, getShape, getShapeCount, getTimeBounds, invalidateObject, setValue
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractTimeSlice
getDataSource, getValidTime, setDataSource, setValidTime
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
Methods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, toString
-
Field Details
-
INTERPRETATION_PROPERTY
Data property that maps to theinterpretation
element. The possible values for this property are instances ofELcdAIXM51Interpretation
. -
SEQUENCE_NUMBER_PROPERTY
Data property that maps to thesequenceNumber
element. The possible values for this property are instances oflong
. -
CORRECTION_NUMBER_PROPERTY
Data property that maps to thecorrectionNumber
element. The possible values for this property are instances oflong
. -
TIME_SLICE_METADATA_PROPERTY
Data property that maps to thetimeSliceMetadata
element. The possible values for this property are instances ofTLcdAIXM51FeatureTimeSliceMetadataProperty
. -
FEATURE_LIFETIME_PROPERTY
Data property that maps to thefeatureLifetime
element. The possible values for this property are instances ofTLcdGML32TimePrimitiveProperty
.
-
-
Constructor Details
-
TLcdAIXM51AbstractSegmentLegTimeSlice
-
-
Method Details
-
getEndConditionDesignator
Gets the value of the endConditionDesignator property.An indication of the event that allows identifying the end of the leg and the start of the next leg on the procedure. For example, reaching an altitude or outbound timing.
- Returns:
- the value of the
endConditionDesignator
property. - See Also:
-
setEndConditionDesignator
Sets the value of the endConditionDesignator property.An indication of the event that allows identifying the end of the leg and the start of the next leg on the procedure. For example, reaching an altitude or outbound timing.
- Parameters:
aValue
- the value to set for theendConditionDesignator
property.
-
getLegPath
Gets the value of the legPath property.A code defining a specific type of flight path such as arc, base turn outbound, base turn inbound, track, proc turn, hold in lieu.
- Returns:
- the value of the
legPath
property. - See Also:
-
setLegPath
Sets the value of the legPath property.A code defining a specific type of flight path such as arc, base turn outbound, base turn inbound, track, proc turn, hold in lieu.
- Parameters:
aValue
- the value to set for thelegPath
property.
-
getLegTypeARINC
Gets the value of the legTypeARINC property.A comprehensive description of the 'path and terminator' concept is given in ARINC Specification 424, Attachment 5, Path and Terminator.
- Returns:
- the value of the
legTypeARINC
property. - See Also:
-
setLegTypeARINC
Sets the value of the legTypeARINC property.A comprehensive description of the 'path and terminator' concept is given in ARINC Specification 424, Attachment 5, Path and Terminator.
- Parameters:
aValue
- the value to set for thelegTypeARINC
property.
-
getCourse
Gets the value of the course property.The value of the course angle in degrees.
- Returns:
- the value of the
course
property. - See Also:
-
setCourse
Sets the value of the course property.The value of the course angle in degrees.
- Parameters:
aValue
- the value to set for thecourse
property.
-
getCourseType
Gets the value of the courseType property.A code indicating the type of course to be observed. E.g. true track, magnetic track, heading, VOR radial, true bearing, magnetic bearing.
- Returns:
- the value of the
courseType
property. - See Also:
-
setCourseType
Sets the value of the courseType property.A code indicating the type of course to be observed. E.g. true track, magnetic track, heading, VOR radial, true bearing, magnetic bearing.
- Parameters:
aValue
- the value to set for thecourseType
property.
-
getCourseDirection
Gets the value of the courseDirection property.Indicates flight direction to/from the navaid providing the course guidance.
- Returns:
- the value of the
courseDirection
property. - See Also:
-
setCourseDirection
Sets the value of the courseDirection property.Indicates flight direction to/from the navaid providing the course guidance.
- Parameters:
aValue
- the value to set for thecourseDirection
property.
-
getTurnDirection
Gets the value of the turnDirection property.A code indicating the direction of the turn.
- Returns:
- the value of the
turnDirection
property. - See Also:
-
setTurnDirection
Sets the value of the turnDirection property.A code indicating the direction of the turn.
- Parameters:
aValue
- the value to set for theturnDirection
property.
-
getSpeedLimit
Gets the value of the speedLimit property.The value of the speed limit on the procedure leg. Rules: As a plausibility rule, value should be equivalent to between 0 and 400, when expressed in Km/h.
- Returns:
- the value of the
speedLimit
property.
-
setSpeedLimit
Sets the value of the speedLimit property.The value of the speed limit on the procedure leg. Rules: As a plausibility rule, value should be equivalent to between 0 and 400, when expressed in Km/h.
- Parameters:
aValue
- the value to set for thespeedLimit
property.
-
getSpeedReference
Gets the value of the speedReference property.A code indicating the reference system for a speed value.
- Returns:
- the value of the
speedReference
property. - See Also:
-
setSpeedReference
Sets the value of the speedReference property.A code indicating the reference system for a speed value.
- Parameters:
aValue
- the value to set for thespeedReference
property.
-
getSpeedInterpretation
Gets the value of the speedInterpretation property.A code indicating how the speed attributes of a procedure leg should be interpreted.
- Returns:
- the value of the
speedInterpretation
property. - See Also:
-
setSpeedInterpretation
Sets the value of the speedInterpretation property.A code indicating how the speed attributes of a procedure leg should be interpreted.
- Parameters:
aValue
- the value to set for thespeedInterpretation
property.
-
getBankAngle
Gets the value of the bankAngle property.The recommended bank angle of the aircraft on the turn. Rules: As a plausibility rule, value should be between 5 and 35 degrees.
- Returns:
- the value of the
bankAngle
property. - See Also:
-
setBankAngle
Sets the value of the bankAngle property.The recommended bank angle of the aircraft on the turn. Rules: As a plausibility rule, value should be between 5 and 35 degrees.
- Parameters:
aValue
- the value to set for thebankAngle
property.
-
getLength
Gets the value of the length property.Length of the segment
- Returns:
- the value of the
length
property.
-
setLength
Sets the value of the length property.Length of the segment
- Parameters:
aValue
- the value to set for thelength
property.
-
getDuration
Gets the value of the duration property.Segment duration
- Returns:
- the value of the
duration
property.
-
setDuration
Sets the value of the duration property.Segment duration
- Parameters:
aValue
- the value to set for theduration
property.
-
getProcedureTurnRequired
Gets the value of the procedureTurnRequired property.Indicates if a procedure turn is required at the end of the segmentleg. Default is No.
- Returns:
- the value of the
procedureTurnRequired
property. - See Also:
-
setProcedureTurnRequired
Sets the value of the procedureTurnRequired property.Indicates if a procedure turn is required at the end of the segmentleg. Default is No.
- Parameters:
aValue
- the value to set for theprocedureTurnRequired
property.
-
getUpperLimitAltitude
Gets the value of the upperLimitAltitude property.The value of the upper altitude used with codeDescrDistVer: At or below the higher altitude. Between the lower and the upper altitude.
- Returns:
- the value of the
upperLimitAltitude
property.
-
setUpperLimitAltitude
Sets the value of the upperLimitAltitude property.The value of the upper altitude used with codeDescrDistVer: At or below the higher altitude. Between the lower and the upper altitude.
- Parameters:
aValue
- the value to set for theupperLimitAltitude
property.
-
getUpperLimitReference
Gets the value of the upperLimitReference property.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Returns:
- the value of the
upperLimitReference
property. - See Also:
-
setUpperLimitReference
Sets the value of the upperLimitReference property.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Parameters:
aValue
- the value to set for theupperLimitReference
property.
-
getLowerLimitAltitude
Gets the value of the lowerLimitAltitude property.The lower limit altitude. used with codeDescrDistVer: At or above the lower altitude. At the lower altitude Between the lower and the upper altitude. Lower altitude is recommended. Expect lower altitude by ATC.
- Returns:
- the value of the
lowerLimitAltitude
property.
-
setLowerLimitAltitude
Sets the value of the lowerLimitAltitude property.The lower limit altitude. used with codeDescrDistVer: At or above the lower altitude. At the lower altitude Between the lower and the upper altitude. Lower altitude is recommended. Expect lower altitude by ATC.
- Parameters:
aValue
- the value to set for thelowerLimitAltitude
property.
-
getLowerLimitReference
Gets the value of the lowerLimitReference property.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Returns:
- the value of the
lowerLimitReference
property. - See Also:
-
setLowerLimitReference
Sets the value of the lowerLimitReference property.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Parameters:
aValue
- the value to set for thelowerLimitReference
property.
-
getAltitudeInterpretation
Gets the value of the altitudeInterpretation property.A code indicating how the altitude attributes of a procedure leg should be interpreted.
- Returns:
- the value of the
altitudeInterpretation
property. - See Also:
-
setAltitudeInterpretation
Sets the value of the altitudeInterpretation property.A code indicating how the altitude attributes of a procedure leg should be interpreted.
- Parameters:
aValue
- the value to set for thealtitudeInterpretation
property.
-
getAltitudeOverrideATC
Gets the value of the altitudeOverrideATC property.Alternate altitude when directed by Air Traffic Control
- Returns:
- the value of the
altitudeOverrideATC
property.
-
setAltitudeOverrideATC
Sets the value of the altitudeOverrideATC property.Alternate altitude when directed by Air Traffic Control
- Parameters:
aValue
- the value to set for thealtitudeOverrideATC
property.
-
getAltitudeOverrideReference
Gets the value of the altitudeOverrideReference property.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Returns:
- the value of the
altitudeOverrideReference
property. - See Also:
-
setAltitudeOverrideReference
Sets the value of thealtitudeOverrideReference property.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Parameters:
aValue
- the value to set for thealtitudeOverrideReference
property.
-
getVerticalAngle
Gets the value of the verticalAngle property.The value of the vertical climb angle of the aircraft on the procedure leg. A negative value means descent. Rules: As a plausibility rule, value should be between -10 and +50 degrees.
- Returns:
- the value of the
verticalAngle
property. - See Also:
-
setVerticalAngle
Sets the value of the verticalAngle property.The value of the vertical climb angle of the aircraft on the procedure leg. A negative value means descent. Rules: As a plausibility rule, value should be between -10 and +50 degrees.
- Parameters:
aValue
- the value to set for theverticalAngle
property.
-
getStartPoint
Gets the value of the startPoint property.determines the starting point of the segment
- Returns:
- the value of the
startPoint
property. - See Also:
-
getEndPoint
Gets the value of the endPoint property.determines the ending point of the segment
- Returns:
- the value of the
endPoint
property. - See Also:
-
getTrajectory
Gets the value of the trajectory property.Segment Leg is depicted by the trajectory
- Returns:
- the value of the
trajectory
property. - See Also:
-
setTrajectory
Sets the value of the trajectory property.Segment Leg is depicted by the trajectory
- Parameters:
aValue
- the value to set for thetrajectory
property.
-
getArcCentre
Gets the value of thearcCentre property.An segment known as an Arc can be defined as a radius and distance around a center point.
- Returns:
- the value of the
arcCentre
property. - See Also:
-
getAngle
Gets the value of the angle property.Aircraft trajectory must not cross the angle indication.
- Returns:
- the value of the
angle
property. - See Also:
-
setAngle
Sets the value of the angle property.Aircraft trajectory must not cross the angle indication.
- Parameters:
aValue
- the value to set for theangle
property.
-
getDistance
Gets the value of the distance property.Aircraft trajectory must not cross this distance indication.
- Returns:
- the value of the
distance
property. - See Also:
-
setDistance
Sets the value of the distance property.Aircraft trajectory must not cross this distance indication.
- Parameters:
aValue
- the value to set for thedistance
property.
-
getAircraftCategory
Gets the value of the aircraftCategory property.A segment leg can be established for specific aircraft characteristics.
- Returns:
- the value of the
aircraftCategory
property. - See Also:
-
getHolding
Gets the value of the holding property.The segment leg uses a holding pattern for arrival holding, missed approach holding or hold in lieu of procedure turn.
- Returns:
- the value of the
holding
property. - See Also:
-
setHolding
Sets the value of the holding property.The segment leg uses a holding pattern for arrival holding, missed approach holding or hold in lieu of procedure turn.
- Parameters:
aValue
- the value to set for theholding
property.
-
getDesignSurface
Gets the value of the designSurface property.- Returns:
- the value of the
designSurface
property. - See Also:
-
getAnnotation
Gets the value of the annotation property.- Returns:
- the value of the
annotation
property. - See Also:
-
getInterpretation
Returns the value of the property that maps to theinterpretation
element.Property indicating how the timeslice is to be interpreted. See the AIXM Temporality model for details.
- Returns:
- the value of the
INTERPRETATION_PROPERTY
property.
-
setInterpretation
Sets the value of the property that maps to theinterpretation
element.Property indicating how the timeslice is to be interpreted. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theINTERPRETATION_PROPERTY
property.
-
getSequenceNumber
public long getSequenceNumber()Returns the value of the property that maps to thesequenceNumber
element.Used for the identification of the Time Slice concerned. See the AIXM Temporality model for details.
- Returns:
- the value of the
SEQUENCE_NUMBER_PROPERTY
property.
-
setSequenceNumber
public void setSequenceNumber(long aValue) Sets the value of the property that maps to thesequenceNumber
element.Used for the identification of the Time Slice concerned. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theSEQUENCE_NUMBER_PROPERTY
property.
-
getCorrectionNumber
public long getCorrectionNumber()Returns the value of the property that maps to thecorrectionNumber
element.Used for indicating the order of the corrections of a Time Slice. See the AIXM Temporality model for details.
- Returns:
- the value of the
CORRECTION_NUMBER_PROPERTY
property.
-
setCorrectionNumber
public void setCorrectionNumber(long aValue) Sets the value of the property that maps to thecorrectionNumber
element.Used for indicating the order of the corrections of a Time Slice. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theCORRECTION_NUMBER_PROPERTY
property.
-
getTimeSliceMetadata
Returns the value of the property that maps to thetimeSliceMetadata
element.- Returns:
- the value of the
TIME_SLICE_METADATA_PROPERTY
property.
-
setTimeSliceMetadata
Sets the value of the property that maps to thetimeSliceMetadata
element.- Parameters:
aValue
- the value to set for theTIME_SLICE_METADATA_PROPERTY
property.
-
getFeatureLifetime
Returns the value of the property that maps to thefeatureLifetime
element.The start and end of life of the feature. See the AIXM Temporality model for details.
- Returns:
- the value of the
FEATURE_LIFETIME_PROPERTY
property. - See Also:
-
setFeatureLifetime
Sets the value of the property that maps to thefeatureLifetime
element.The start and end of life of the feature. See the AIXM Temporality model for details.
- Parameters:
aValue
- the value to set for theFEATURE_LIFETIME_PROPERTY
property.
-