Class TLcdAIXM51AbstractNavigationSystemCheckpointTimeSlice

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdTimeBounded, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable
Direct Known Subclasses:
TLcdAIXM51CheckpointINSTimeSlice, TLcdAIXM51CheckpointVORTimeSlice

public class TLcdAIXM51AbstractNavigationSystemCheckpointTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
An abstract class that represents a navigation system checkpoint. This class does not have a corresponding TLcdDataType, but should be initialized with a time slice type that corresponds to a feature type that is an extension of TLcdAIXM51DataTypes.AbstractNavigationSystemCheckpointType.

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 Details Link icon

    • INTERPRETATION_PROPERTY Link icon

      public static final TLcdDataProperty INTERPRETATION_PROPERTY
      Data property that maps to the interpretation element. The possible values for this property are instances of ELcdAIXM51Interpretation.
    • SEQUENCE_NUMBER_PROPERTY Link icon

      public static final TLcdDataProperty SEQUENCE_NUMBER_PROPERTY
      Data property that maps to the sequenceNumber element. The possible values for this property are instances of long.
    • CORRECTION_NUMBER_PROPERTY Link icon

      public static final TLcdDataProperty CORRECTION_NUMBER_PROPERTY
      Data property that maps to the correctionNumber element. The possible values for this property are instances of long.
    • TIME_SLICE_METADATA_PROPERTY Link icon

      public static final TLcdDataProperty TIME_SLICE_METADATA_PROPERTY
      Data property that maps to the timeSliceMetadata element. The possible values for this property are instances of TLcdAIXM51FeatureTimeSliceMetadataProperty.
    • FEATURE_LIFETIME_PROPERTY Link icon

      public static final TLcdDataProperty FEATURE_LIFETIME_PROPERTY
      Data property that maps to the featureLifetime element. The possible values for this property are instances of TLcdGML32TimePrimitiveProperty.
  • Constructor Details Link icon

    • TLcdAIXM51AbstractNavigationSystemCheckpointTimeSlice Link icon

      public TLcdAIXM51AbstractNavigationSystemCheckpointTimeSlice(TLcdDataType aType)
  • Method Details Link icon

    • getCategory Link icon

      public TLcdAIXM51CodeCheckpointCategory getCategory()
      Gets the value of the category property.

      Indicates the position of the checkpoint; airbourne or ground

      Returns:
      the value of the category property.
      See Also:
    • setCategory Link icon

      public void setCategory(TLcdAIXM51CodeCheckpointCategory aValue)
      Sets the value of the category property.

      Indicates the position of the checkpoint; airbourne or ground

      Parameters:
      aValue - the value to set for the category property.
    • getUpperLimit Link icon

      public TLcdAIXM51ValDistanceVertical getUpperLimit()
      Gets the value of the upperLimit property.

      Indicating the upper limit of the block in which the check should be conducted.

      Returns:
      the value of the upperLimit property.
    • setUpperLimit Link icon

      public void setUpperLimit(TLcdAIXM51ValDistanceVertical aValue)
      Sets the value of the upperLimit property.

      Indicating the upper limit of the block in which the check should be conducted.

      Parameters:
      aValue - the value to set for the upperLimit property.
    • getUpperLimitReference Link icon

      public TLcdAIXM51CodeVerticalReference 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 Link icon

      public void setUpperLimitReference(TLcdAIXM51CodeVerticalReference aValue)
      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 the upperLimitReference property.
    • getLowerLimit Link icon

      public TLcdAIXM51ValDistanceVertical getLowerLimit()
      Gets the value of the lowerLimit property.

      Indicating the lower limit of the block in which the check should be conducted.

      Returns:
      the value of the lowerLimit property.
    • setLowerLimit Link icon

      public void setLowerLimit(TLcdAIXM51ValDistanceVertical aValue)
      Sets the value of the lowerLimit property.

      Indicating the lower limit of the block in which the check should be conducted.

      Parameters:
      aValue - the value to set for the lowerLimit property.
    • getLowerLimitReference Link icon

      public TLcdAIXM51CodeVerticalReference 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 Link icon

      public void setLowerLimitReference(TLcdAIXM51CodeVerticalReference aValue)
      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 the lowerLimitReference property.
    • getAltitudeInterpretation Link icon

      public TLcdAIXM51CodeAltitudeUse getAltitudeInterpretation()
      Gets the value of the altitudeInterpretation property.

      Indicates how the upper and/or lower altitude values should be interpreted.

      Returns:
      the value of the altitudeInterpretation property.
      See Also:
    • setAltitudeInterpretation Link icon

      public void setAltitudeInterpretation(TLcdAIXM51CodeAltitudeUse aValue)
      Sets the value of the altitudeInterpretation property.

      Indicates how the upper and/or lower altitude values should be interpreted.

      Parameters:
      aValue - the value to set for the altitudeInterpretation property.
    • getDistance Link icon

      public TLcdAIXM51ValDistance getDistance()
      Gets the value of the distance property.

      The value of the distance from the checkpoint to the navaid.

      Returns:
      the value of the distance property.
    • setDistance Link icon

      public void setDistance(TLcdAIXM51ValDistance aValue)
      Sets the value of the distance property.

      The value of the distance from the checkpoint to the navaid.

      Parameters:
      aValue - the value to set for the distance property.
    • getAngle Link icon

      public Double getAngle()
      Gets the value of the angle property.

      The indication of a bearing (at a given point) by the measurement of the angle between the checkpoint and the navaid equipment (VOR)

      Returns:
      the value of the angle property.
      See Also:
    • setAngle Link icon

      public void setAngle(Double aValue)
      Sets the value of the angle property.

      The indication of a bearing (at a given point) by the measurement of the angle between the checkpoint and the navaid equipment (VOR)

      Parameters:
      aValue - the value to set for the angle property.
    • getPosition Link icon

      public TLcdAIXM51ElevatedPoint getPosition()
      Gets the value of the position property.

      Identifies the point of he checkpoint.

      Returns:
      the value of the position property.
      See Also:
    • setPosition Link icon

      public void setPosition(TLcdAIXM51ElevatedPoint aValue)
      Sets the value of the position property.

      Identifies the point of he checkpoint.

      Parameters:
      aValue - the value to set for the position property.
    • getAirportHeliport Link icon

      Gets the value of the airportHeliport property.

      Identifies the airport for which the checkpoint is established.

      Returns:
      the value of the airportHeliport property.
      See Also:
    • setAirportHeliport Link icon

      public void setAirportHeliport(TLcdAIXM51Feature<TLcdAIXM51AirportHeliportTimeSlice> aValue)
      Sets the value of the airportHeliport property.

      Identifies the airport for which the checkpoint is established.

      Parameters:
      aValue - the value to set for the airportHeliport property.
    • getAnnotation Link icon

      public List<TLcdAIXM51Note> getAnnotation()
      Gets the value of the annotation property.
      Returns:
      the value of the annotation property.
      See Also:
    • getInterpretation Link icon

      public ELcdAIXM51Interpretation getInterpretation()
      Returns the value of the property that maps to the interpretation 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 Link icon

      public void setInterpretation(ELcdAIXM51Interpretation aValue)
      Sets the value of the property that maps to the interpretation element.

      Property indicating how the timeslice is to be interpreted. See the AIXM Temporality model for details.

      Parameters:
      aValue - the value to set for the INTERPRETATION_PROPERTY property.
    • getSequenceNumber Link icon

      public long getSequenceNumber()
      Returns the value of the property that maps to the sequenceNumber 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 Link icon

      public void setSequenceNumber(long aValue)
      Sets the value of the property that maps to the sequenceNumber element.

      Used for the identification of the Time Slice concerned. See the AIXM Temporality model for details.

      Parameters:
      aValue - the value to set for the SEQUENCE_NUMBER_PROPERTY property.
    • getCorrectionNumber Link icon

      public long getCorrectionNumber()
      Returns the value of the property that maps to the correctionNumber 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 Link icon

      public void setCorrectionNumber(long aValue)
      Sets the value of the property that maps to the correctionNumber 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 the CORRECTION_NUMBER_PROPERTY property.
    • getTimeSliceMetadata Link icon

      public TLcdAIXM51FeatureTimeSliceMetadataProperty getTimeSliceMetadata()
      Returns the value of the property that maps to the timeSliceMetadata element.
      Returns:
      the value of the TIME_SLICE_METADATA_PROPERTY property.
    • setTimeSliceMetadata Link icon

      public void setTimeSliceMetadata(TLcdAIXM51FeatureTimeSliceMetadataProperty aValue)
      Sets the value of the property that maps to the timeSliceMetadata element.
      Parameters:
      aValue - the value to set for the TIME_SLICE_METADATA_PROPERTY property.
    • getFeatureLifetime Link icon

      public TLcdGML32AbstractTimePrimitive getFeatureLifetime()
      Returns the value of the property that maps to the featureLifetime 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 Link icon

      public void setFeatureLifetime(TLcdGML32AbstractTimePrimitive aValue)
      Sets the value of the property that maps to the featureLifetime element.

      The start and end of life of the feature. See the AIXM Temporality model for details.

      Parameters:
      aValue - the value to set for the FEATURE_LIFETIME_PROPERTY property.