Class TLcdAIXM51TouchDownLiftOffTimeSlice

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

public class TLcdAIXM51TouchDownLiftOffTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
A load bearing area on which a helicopter may touch down or lift-off.
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>.
    • LENGTH_PROPERTY

      public static final TLcdDataProperty LENGTH_PROPERTY
      Data property that maps to the length element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • WIDTH_PROPERTY

      public static final TLcdDataProperty WIDTH_PROPERTY
      Data property that maps to the width element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • SLOPE_PROPERTY

      public static final TLcdDataProperty SLOPE_PROPERTY
      Data property that maps to the slope element. The possible values for this property are instances of TLcdAIXM51Optional<Double>.
    • HELICOPTER_CLASS_PROPERTY

      public static final TLcdDataProperty HELICOPTER_CLASS_PROPERTY
      Data property that maps to the helicopterClass element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeHelicopterPerformance>.
    • ABANDONED_PROPERTY

      public static final TLcdDataProperty ABANDONED_PROPERTY
      Data property that maps to the abandoned element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeYesNo>.
    • AIMING_POINT_PROPERTY

      public static final TLcdDataProperty AIMING_POINT_PROPERTY
      Data property that maps to the aimingPoint element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51ElevatedPoint>.
    • 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<TLcdAIXM51ElevatedSurface>.
    • SURFACE_PROPERTIES_PROPERTY

      public static final TLcdDataProperty SURFACE_PROPERTIES_PROPERTY
      Data property that maps to the surfaceProperties element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51SurfaceCharacteristics>.
    • ASSOCIATED_AIRPORT_HELIPORT_PROPERTY

      public static final TLcdDataProperty ASSOCIATED_AIRPORT_HELIPORT_PROPERTY
      Data property that maps to the associatedAirportHeliport element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51AirportHeliportTimeSlice>.
    • APPROACH_TAKE_OFF_AREA_PROPERTY

      public static final TLcdDataProperty APPROACH_TAKE_OFF_AREA_PROPERTY
      Data property that maps to the approachTakeOffArea element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51RunwayTimeSlice>.
    • CONTAMINANT_PROPERTY

      public static final TLcdDataProperty CONTAMINANT_PROPERTY
      Data property that maps to the contaminant element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51TouchDownLiftOffContamination>>.
    • 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>>.
    • AVAILABILITY_PROPERTY

      public static final TLcdDataProperty AVAILABILITY_PROPERTY
      Data property that maps to the availability element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51ManoeuvringAreaAvailability>>.
    • 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

    • TLcdAIXM51TouchDownLiftOffTimeSlice

      public TLcdAIXM51TouchDownLiftOffTimeSlice()
    • TLcdAIXM51TouchDownLiftOffTimeSlice

      public TLcdAIXM51TouchDownLiftOffTimeSlice(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 textual designator of the touch down and lift-off area.

      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 textual designator of the touch down and lift-off area.

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

      public TLcdAIXM51ValDistance getLength()
      Returns the value of the property that maps to the length element.

      The value of the physical length of the touchdown and lift-off area.

      Returns:
      the value of the LENGTH_PROPERTY property.
    • setLength

      public void setLength(TLcdAIXM51ValDistance aValue)
      Sets the value of the property that maps to the length element.

      The value of the physical length of the touchdown and lift-off area.

      Parameters:
      aValue - the value to set for the LENGTH_PROPERTY property.
    • getWidth

      public TLcdAIXM51ValDistance getWidth()
      Returns the value of the property that maps to the width element.

      The value of the physical width of the touchdown and lift-off area.

      Returns:
      the value of the WIDTH_PROPERTY property.
    • setWidth

      public void setWidth(TLcdAIXM51ValDistance aValue)
      Sets the value of the property that maps to the width element.

      The value of the physical width of the touchdown and lift-off area.

      Parameters:
      aValue - the value to set for the WIDTH_PROPERTY property.
    • getSlope

      public Double getSlope()
      Returns the role value contained in the value of the SLOPE_PROPERTY property. Returns null if the value of the SLOPE_PROPERTY property is null.

      The slope (rate of upward inclination of the surface from the horizontal) of the surface of a feature.

      Returns:
      the role value of the SLOPE_PROPERTY property.
      See Also:
    • setSlope

      public void setSlope(Double aValue)
      Sets the value of the property that maps to the slope 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 SLOPE_PROPERTY property is set to null.

      The slope (rate of upward inclination of the surface from the horizontal) of the surface of a feature.

      Parameters:
      aValue - the role value to set for the SLOPE_PROPERTY property.
    • getHelicopterClass

      public TLcdAIXM51CodeHelicopterPerformance getHelicopterClass()
      Returns the role value contained in the value of the HELICOPTER_CLASS_PROPERTY property. Returns null if the value of the HELICOPTER_CLASS_PROPERTY property is null.

      The class of a helicopter based on its performance during a critical power unit failure after take-off.

      Returns:
      the role value of the HELICOPTER_CLASS_PROPERTY property.
      See Also:
    • setHelicopterClass

      public void setHelicopterClass(TLcdAIXM51CodeHelicopterPerformance aValue)
      Sets the value of the property that maps to the helicopterClass 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 HELICOPTER_CLASS_PROPERTY property is set to null.

      The class of a helicopter based on its performance during a critical power unit failure after take-off.

      Parameters:
      aValue - the role value to set for the HELICOPTER_CLASS_PROPERTY property.
    • getAbandoned

      public TLcdAIXM51CodeYesNo getAbandoned()
      Returns the role value contained in the value of the ABANDONED_PROPERTY property. Returns null if the value of the ABANDONED_PROPERTY property is null.

      Indicating that the surface is no longer in operational use, but it is still physically present and visible, although usually in a degraded state.

      Returns:
      the role value of the ABANDONED_PROPERTY property.
      See Also:
    • setAbandoned

      public void setAbandoned(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the property that maps to the abandoned 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 ABANDONED_PROPERTY property is set to null.

      Indicating that the surface is no longer in operational use, but it is still physically present and visible, although usually in a degraded state.

      Parameters:
      aValue - the role value to set for the ABANDONED_PROPERTY property.
    • getAimingPoint

      public TLcdAIXM51ElevatedPoint getAimingPoint()
      Returns the role value contained in the value of the AIMING_POINT_PROPERTY property. Returns null if the value of the AIMING_POINT_PROPERTY property is null.

      Aiming point for the TouchDownLiftOff zone.

      Returns:
      the role value of the AIMING_POINT_PROPERTY property.
      See Also:
    • setAimingPoint

      public void setAimingPoint(TLcdAIXM51ElevatedPoint aValue)
      Sets the value of the property that maps to the aimingPoint 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 AIMING_POINT_PROPERTY property is set to null.

      Aiming point for the TouchDownLiftOff zone.

      Parameters:
      aValue - the role value to set for the AIMING_POINT_PROPERTY property.
    • getExtent

      public TLcdAIXM51ElevatedSurface 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 TouchDownLiftOff zone.

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

      public void setExtent(TLcdAIXM51ElevatedSurface 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 TouchDownLiftOff zone.

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

      public TLcdAIXM51SurfaceCharacteristics getSurfaceProperties()
      Returns the role value contained in the value of the SURFACE_PROPERTIES_PROPERTY property. Returns null if the value of the SURFACE_PROPERTIES_PROPERTY property is null.

      Surface characteristics of the touch down lift off zone.

      Returns:
      the role value of the SURFACE_PROPERTIES_PROPERTY property.
      See Also:
    • setSurfaceProperties

      public void setSurfaceProperties(TLcdAIXM51SurfaceCharacteristics aValue)
      Sets the value of the property that maps to the surfaceProperties 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 SURFACE_PROPERTIES_PROPERTY property is set to null.

      Surface characteristics of the touch down lift off zone.

      Parameters:
      aValue - the role value to set for the SURFACE_PROPERTIES_PROPERTY property.
    • getAssociatedAirportHeliport

      public TLcdAIXM51Feature<TLcdAIXM51AirportHeliportTimeSlice> getAssociatedAirportHeliport()
      Returns the role value contained in the value of the ASSOCIATED_AIRPORT_HELIPORT_PROPERTY property. Returns null if the value of the ASSOCIATED_AIRPORT_HELIPORT_PROPERTY property is null.

      The airport the TouchDownLiftOff zone is associated with.

      Returns:
      the role value of the ASSOCIATED_AIRPORT_HELIPORT_PROPERTY property.
      See Also:
    • setAssociatedAirportHeliport

      public void setAssociatedAirportHeliport(TLcdAIXM51Feature<TLcdAIXM51AirportHeliportTimeSlice> aValue)
      Sets the value of the property that maps to the associatedAirportHeliport element. to a new instance of the association class TLcdAIXM51FeatureAssociation initialized with the given role value. In case the given role value is null, the ASSOCIATED_AIRPORT_HELIPORT_PROPERTY property is set to null.

      The airport the TouchDownLiftOff zone is associated with.

      Parameters:
      aValue - the role value to set for the ASSOCIATED_AIRPORT_HELIPORT_PROPERTY property.
    • getApproachTakeOffArea

      public TLcdAIXM51Feature<TLcdAIXM51RunwayTimeSlice> getApproachTakeOffArea()
      Returns the role value contained in the value of the APPROACH_TAKE_OFF_AREA_PROPERTY property. Returns null if the value of the APPROACH_TAKE_OFF_AREA_PROPERTY property is null.

      The approach and take off runway area containing the touchdown lift off zone.

      Returns:
      the role value of the APPROACH_TAKE_OFF_AREA_PROPERTY property.
      See Also:
    • setApproachTakeOffArea

      public void setApproachTakeOffArea(TLcdAIXM51Feature<TLcdAIXM51RunwayTimeSlice> aValue)
      Sets the value of the property that maps to the approachTakeOffArea element. to a new instance of the association class TLcdAIXM51FeatureAssociation initialized with the given role value. In case the given role value is null, the APPROACH_TAKE_OFF_AREA_PROPERTY property is set to null.

      The approach and take off runway area containing the touchdown lift off zone.

      Parameters:
      aValue - the role value to set for the APPROACH_TAKE_OFF_AREA_PROPERTY property.
    • getContaminant

      Gets the value of the CONTAMINANT_PROPERTY property adapted to a list of TLcdAIXM51TouchDownLiftOffContamination instances.

      TouchDownLiftOff contaminant.

      Returns:
      the value of the CONTAMINANT_PROPERTY property adapted to a list of TLcdAIXM51TouchDownLiftOffContamination 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:
    • getAvailability

      public List<TLcdAIXM51ManoeuvringAreaAvailability> getAvailability()
      Gets the value of the AVAILABILITY_PROPERTY property adapted to a list of TLcdAIXM51ManoeuvringAreaAvailability instances.

      The operational status of the TouchDownLiftOff area.

      Returns:
      the value of the AVAILABILITY_PROPERTY property adapted to a list of TLcdAIXM51ManoeuvringAreaAvailability 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.