Class TLcdAIXM51AbstractGroundLightSystemTimeSlice

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdTimeBounded, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable
Direct Known Subclasses:
TLcdAIXM51ApproachLightingSystemTimeSlice, TLcdAIXM51ApronLightSystemTimeSlice, TLcdAIXM51GuidanceLineLightSystemTimeSlice, TLcdAIXM51RunwayDirectionLightSystemTimeSlice, TLcdAIXM51RunwayProtectAreaLightSystemTimeSlice, TLcdAIXM51TaxiHoldingPositionLightSystemTimeSlice, TLcdAIXM51TaxiwayLightSystemTimeSlice, TLcdAIXM51TouchDownLiftOffLightSystemTimeSlice, TLcdAIXM51VisualGlideSlopeIndicatorTimeSlice

public class TLcdAIXM51AbstractGroundLightSystemTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
An abstract class that represents a ground light system. 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.AbstractGroundLightSystemType.

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

    • 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

    • TLcdAIXM51AbstractGroundLightSystemTimeSlice

      public TLcdAIXM51AbstractGroundLightSystemTimeSlice(TLcdDataType aType)
  • Method Details

    • getEmergencyLighting

      public TLcdAIXM51CodeYesNo getEmergencyLighting()
      Gets the value of the emergencyLighting property.

      The availability of a back-up lighting system to be used in case of failure of the main lighting system.

      Returns:
      the value of the emergencyLighting property.
      See Also:
    • setEmergencyLighting

      public void setEmergencyLighting(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the emergencyLighting property.

      The availability of a back-up lighting system to be used in case of failure of the main lighting system.

      Parameters:
      aValue - the value to set for the emergencyLighting property.
    • getIntensityLevel

      public TLcdAIXM51CodeLightIntensity getIntensityLevel()
      Gets the value of the intensityLevel property.

      A code indicating the relative intensity of the lighting system.

      Returns:
      the value of the intensityLevel property.
      See Also:
    • setIntensityLevel

      public void setIntensityLevel(TLcdAIXM51CodeLightIntensity aValue)
      Sets the value of the intensityLevel property.

      A code indicating the relative intensity of the lighting system.

      Parameters:
      aValue - the value to set for the intensityLevel property.
    • getColour

      public TLcdAIXM51CodeColour getColour()
      Gets the value of the colour property.

      A code indicating the global colour of the lighting system.

      Returns:
      the value of the colour property.
      See Also:
    • setColour

      public void setColour(TLcdAIXM51CodeColour aValue)
      Sets the value of the colour property.

      A code indicating the global colour of the lighting system.

      Parameters:
      aValue - the value to set for the colour property.
    • getAvailability

      public List<TLcdAIXM51GroundLightingAvailability> getAvailability()
      Gets the value of the availability property.

      The operational status of the GroundLightSystem.

      Returns:
      the value of the availability property.
      See Also:
    • getElement

      public List<TLcdAIXM51LightElement> getElement()
      Gets the value of the element property.

      Identifies the Light Elements that make up the Ground Light System

      Returns:
      the value of the element property.
      See Also:
    • getAnnotation

      public List<TLcdAIXM51Note> getAnnotation()
      Gets the value of the annotation property.
      Returns:
      the value of the annotation property.
      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.