Class TLcdAIXM51GuidanceLineTimeSlice

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdTimeBounded, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable

public class TLcdAIXM51GuidanceLineTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
A line used to guide aircraft on and between airport movement areas.
Since:
10.0
See Also:
  • Field Details

    • DESIGNATOR_PROPERTY

      public static final TLcdDataProperty DESIGNATOR_PROPERTY
      Data property that maps to the designator element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • TYPE_PROPERTY

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that maps to the type element. The possible values for this property are the public QName constants defined in this class.
    • MAX_SPEED_PROPERTY

      public static final TLcdDataProperty MAX_SPEED_PROPERTY
      Data property that maps to the maxSpeed element. The possible values for this property are instances of TLcdAIXM51ValSpeed.
    • USAGE_DIRECTION_PROPERTY

      public static final TLcdDataProperty USAGE_DIRECTION_PROPERTY
      Data property that maps to the usageDirection element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeDirection>.
    • CONNECTED_TOUCH_DOWN_LIFT_OFF_PROPERTY

      public static final TLcdDataProperty CONNECTED_TOUCH_DOWN_LIFT_OFF_PROPERTY
      Data property that maps to the connectedTouchDownLiftOff element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51TouchDownLiftOffTimeSlice>>.
    • CONNECTED_RUNWAY_CENTRELINE_POINT_PROPERTY

      public static final TLcdDataProperty CONNECTED_RUNWAY_CENTRELINE_POINT_PROPERTY
      Data property that maps to the connectedRunwayCentrelinePoint element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51RunwayCentrelinePointTimeSlice>>.
    • CONNECTED_APRON_PROPERTY

      public static final TLcdDataProperty CONNECTED_APRON_PROPERTY
      Data property that maps to the connectedApron element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51ApronTimeSlice>>.
    • CONNECTED_STAND_PROPERTY

      public static final TLcdDataProperty CONNECTED_STAND_PROPERTY
      Data property that maps to the connectedStand element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51AircraftStandTimeSlice>>.
    • EXTENT_PROPERTY

      public static final TLcdDataProperty EXTENT_PROPERTY
      Data property that maps to the extent element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51ElevatedCurve>.
    • CONNECTED_TAXIWAY_PROPERTY

      public static final TLcdDataProperty CONNECTED_TAXIWAY_PROPERTY
      Data property that maps to the connectedTaxiway element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51TaxiwayTimeSlice>>.
    • ANNOTATION_PROPERTY

      public static final TLcdDataProperty ANNOTATION_PROPERTY
      Data property that maps to the annotation element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Note>>.
    • EXTENSION_PROPERTY

      public static final TLcdDataProperty EXTENSION_PROPERTY
      Data property that maps to the extension element. The possible values for this property are instances of List<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
    • INTERPRETATION_PROPERTY

      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

      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

      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

      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

      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

    • TLcdAIXM51GuidanceLineTimeSlice

      public TLcdAIXM51GuidanceLineTimeSlice()
    • TLcdAIXM51GuidanceLineTimeSlice

      public TLcdAIXM51GuidanceLineTimeSlice(TLcdDataType aType)
  • Method Details

    • getDesignator

      public String getDesignator()
      Returns the role value contained in the value of the DESIGNATOR_PROPERTY property. Returns null if the value of the DESIGNATOR_PROPERTY property is null.

      The free-text identifier of the Guidance Line.

      Returns:
      the role value of the DESIGNATOR_PROPERTY property.
      See Also:
    • setDesignator

      public void setDesignator(String aValue)
      Sets the value of the property that maps to the designator element. to a new instance of the association class TLcdAIXM51Optional initialized with the given role value. In case the given role value is null, the DESIGNATOR_PROPERTY property is set to null.

      The free-text identifier of the Guidance Line.

      Parameters:
      aValue - the role value to set for the DESIGNATOR_PROPERTY property.
    • getType

      public TLcdAIXM51CodeGuidanceLine getType()
      Returns the role value contained in the value of the TYPE_PROPERTY property. Returns null if the value of the TYPE_PROPERTY property is null.

      The possible values for this property are the public QName constants defined in this class.

      The type of guidance line.

      Returns:
      the role value of the TYPE_PROPERTY property.
      See Also:
    • setType

      public void setType(TLcdAIXM51CodeGuidanceLine aValue)
      Sets the value of the property that maps to the type element. to a new instance of the association class TLcdAIXM51Optional initialized with the given role value. In case the given role value is null, the TYPE_PROPERTY property is set to null.

      The possible values for this property are the public QName constants defined in this class.

      The type of guidance line.

      Parameters:
      aValue - the role value to set for the TYPE_PROPERTY property.
    • getMaxSpeed

      public TLcdAIXM51ValSpeed getMaxSpeed()
      Returns the value of the property that maps to the maxSpeed element.

      Maximum speed on Taxiway

      Returns:
      the value of the MAX_SPEED_PROPERTY property.
    • setMaxSpeed

      public void setMaxSpeed(TLcdAIXM51ValSpeed aValue)
      Sets the value of the property that maps to the maxSpeed element.

      Maximum speed on Taxiway

      Parameters:
      aValue - the value to set for the MAX_SPEED_PROPERTY property.
    • getUsageDirection

      public TLcdAIXM51CodeDirection getUsageDirection()
      Returns the role value contained in the value of the USAGE_DIRECTION_PROPERTY property. Returns null if the value of the USAGE_DIRECTION_PROPERTY property is null.

      Indicates the direction in which the guidance line can be used with reference to the start and end points of the associated ElevatedCurve.

      Returns:
      the role value of the USAGE_DIRECTION_PROPERTY property.
      See Also:
    • setUsageDirection

      public void setUsageDirection(TLcdAIXM51CodeDirection aValue)
      Sets the value of the property that maps to the usageDirection element. to a new instance of the association class TLcdAIXM51Optional initialized with the given role value. In case the given role value is null, the USAGE_DIRECTION_PROPERTY property is set to null.

      Indicates the direction in which the guidance line can be used with reference to the start and end points of the associated ElevatedCurve.

      Parameters:
      aValue - the role value to set for the USAGE_DIRECTION_PROPERTY property.
    • getConnectedTouchDownLiftOff

      public List<TLcdAIXM51Feature<TLcdAIXM51TouchDownLiftOffTimeSlice>> getConnectedTouchDownLiftOff()
      Gets the value of the CONNECTED_TOUCH_DOWN_LIFT_OFF_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.

      The TouchDownLiftOff zone connected by the Guidance line.

      Returns:
      the value of the CONNECTED_TOUCH_DOWN_LIFT_OFF_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.
      See Also:
    • getConnectedRunwayCentrelinePoint

      public List<TLcdAIXM51Feature<TLcdAIXM51RunwayCentrelinePointTimeSlice>> getConnectedRunwayCentrelinePoint()
      Gets the value of the CONNECTED_RUNWAY_CENTRELINE_POINT_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.

      Centreline Point connected via the Guidance line.

      Returns:
      the value of the CONNECTED_RUNWAY_CENTRELINE_POINT_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.
      See Also:
    • getConnectedApron

      public List<TLcdAIXM51Feature<TLcdAIXM51ApronTimeSlice>> getConnectedApron()
      Gets the value of the CONNECTED_APRON_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.

      Apron connected by the Guidance Line.

      Returns:
      the value of the CONNECTED_APRON_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.
      See Also:
    • getConnectedStand

      Gets the value of the CONNECTED_STAND_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.

      GateStand connected by the GuidanceLine.

      Returns:
      the value of the CONNECTED_STAND_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.
      See Also:
    • getExtent

      public TLcdAIXM51ElevatedCurve getExtent()
      Returns the role value contained in the value of the EXTENT_PROPERTY property. Returns null if the value of the EXTENT_PROPERTY property is null.

      Extent of the guidance line.

      Returns:
      the role value of the EXTENT_PROPERTY property.
      See Also:
    • setExtent

      public void setExtent(TLcdAIXM51ElevatedCurve aValue)
      Sets the value of the property that maps to the extent element. to a new instance of the association class TLcdAIXM51Property initialized with the given role value. In case the given role value is null, the EXTENT_PROPERTY property is set to null.

      Extent of the guidance line.

      Parameters:
      aValue - the role value to set for the EXTENT_PROPERTY property.
    • getConnectedTaxiway

      public List<TLcdAIXM51Feature<TLcdAIXM51TaxiwayTimeSlice>> getConnectedTaxiway()
      Gets the value of the CONNECTED_TAXIWAY_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.

      Taxiway connected by the GuidanceLine.

      Returns:
      the value of the CONNECTED_TAXIWAY_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.
      See Also:
    • getAnnotation

      public List<TLcdAIXM51Note> getAnnotation()
      Gets the value of the ANNOTATION_PROPERTY property adapted to a list of TLcdAIXM51Note instances.
      Returns:
      the value of the ANNOTATION_PROPERTY property adapted to a list of TLcdAIXM51Note instances.
      See Also:
    • getExtension

      public List<TLcdAIXM51AbstractExtension> getExtension()
      Gets the value of the EXTENSION_PROPERTY property adapted to a list of TLcdAIXM51AbstractExtension instances.
      Returns:
      the value of the EXTENSION_PROPERTY property adapted to a list of TLcdAIXM51AbstractExtension instances.
      See Also:
    • getInterpretation

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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.