Class TLcdAIXM51AbstractRadarEquipmentTimeSlice

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

public class TLcdAIXM51AbstractRadarEquipmentTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
An abstract class that represents a radar equipment. 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.AbstractRadarEquipmentType.

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

    • TLcdAIXM51AbstractRadarEquipmentTimeSlice

      public TLcdAIXM51AbstractRadarEquipmentTimeSlice(TLcdDataType aType)
  • Method Details

    • getRadarEquipmentName

      public String getRadarEquipmentName()
      Gets the value of the RadarEquipmentName property.

      Textual name of the equipment.

      Returns:
      the value of the RadarEquipmentName property.
      See Also:
    • setRadarEquipmentName

      public void setRadarEquipmentName(String aValue)
      Sets the value of the RadarEquipmentName property.

      Textual name of the equipment.

      Parameters:
      aValue - the value to set for the RadarEquipmentName property.
    • getSerialNumber

      public String getSerialNumber()
      Gets the value of the serialNumber property.

      Serial number of the equipment.

      Returns:
      the value of the serialNumber property.
      See Also:
    • setSerialNumber

      public void setSerialNumber(String aValue)
      Sets the value of the serialNumber property.

      Serial number of the equipment.

      Parameters:
      aValue - the value to set for the serialNumber property.
    • getRange

      public TLcdAIXM51ValDistance getRange()
      Gets the value of the range property.

      The applicable range of the equipment to detect aircraft.

      Returns:
      the value of the range property.
    • setRange

      public void setRange(TLcdAIXM51ValDistance aValue)
      Sets the value of the range property.

      The applicable range of the equipment to detect aircraft.

      Parameters:
      aValue - the value to set for the range property.
    • getRangeAccuracy

      public TLcdAIXM51ValDistance getRangeAccuracy()
      Gets the value of the rangeAccuracy property.

      Accuracy of the applicable range of the equipment to detect aircraft.

      Returns:
      the value of the rangeAccuracy property.
    • setRangeAccuracy

      public void setRangeAccuracy(TLcdAIXM51ValDistance aValue)
      Sets the value of the rangeAccuracy property.

      Accuracy of the applicable range of the equipment to detect aircraft.

      Parameters:
      aValue - the value to set for the rangeAccuracy property.
    • getDualChannel

      public TLcdAIXM51CodeYesNo getDualChannel()
      Gets the value of the dualChannel property.

      Indicates whether the component has dual frequency.

      Returns:
      the value of the dualChannel property.
      See Also:
    • setDualChannel

      public void setDualChannel(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the dualChannel property.

      Indicates whether the component has dual frequency.

      Parameters:
      aValue - the value to set for the dualChannel property.
    • getMovingTargetIndicator

      public TLcdAIXM51CodeYesNo getMovingTargetIndicator()
      Gets the value of the movingTargetIndicator property.

      Indicates whether a Moving Target Indicator (MTI) is available for the component. The MTI function eleminates ground clutter.

      Returns:
      the value of the movingTargetIndicator property.
      See Also:
    • setMovingTargetIndicator

      public void setMovingTargetIndicator(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the movingTargetIndicator property.

      Indicates whether a Moving Target Indicator (MTI) is available for the component. The MTI function eleminates ground clutter.

      Parameters:
      aValue - the value to set for the movingTargetIndicator property.
    • getStandbyPower

      public TLcdAIXM51CodeStandbyPower getStandbyPower()
      Gets the value of the standbyPower property.

      Indicates how the component is powered if the primary power fails.

      Returns:
      the value of the standbyPower property.
      See Also:
    • setStandbyPower

      public void setStandbyPower(TLcdAIXM51CodeStandbyPower aValue)
      Sets the value of the standbyPower property.

      Indicates how the component is powered if the primary power fails.

      Parameters:
      aValue - the value to set for the standbyPower property.
    • getMagneticVariation

      public Double getMagneticVariation()
      Gets the value of the magneticVariation property.

      The measured angle between Magnetic North and True North at a given point and at the time reported in dateMagneticVariation. By convention, the measure is expressed as a positive number if Magnetic North is to the east of True North and negative if Magnetic North is to the west of True North. Therefore, magnetic bearing + magnetic variation = true bearing. The following rule of thumb applies: ""variation east-magnetic least, variation west-magnetic best"".

      Returns:
      the value of the magneticVariation property.
      See Also:
    • setMagneticVariation

      public void setMagneticVariation(Double aValue)
      Sets the value of the magneticVariation property.

      The measured angle between Magnetic North and True North at a given point and at the time reported in dateMagneticVariation. By convention, the measure is expressed as a positive number if Magnetic North is to the east of True North and negative if Magnetic North is to the west of True North. Therefore, magnetic bearing + magnetic variation = true bearing. The following rule of thumb applies: ""variation east-magnetic least, variation west-magnetic best"".

      Parameters:
      aValue - the value to set for the magneticVariation property.
    • getMagneticVariationAccuracy

      public Double getMagneticVariationAccuracy()
      Gets the value of the magneticVariationAccuracy property.

      Accuracy of the magnetic variation.

      Returns:
      the value of the magneticVariationAccuracy property.
      See Also:
    • setMagneticVariationAccuracy

      public void setMagneticVariationAccuracy(Double aValue)
      Sets the value of the magneticVariationAccuracy property.

      Accuracy of the magnetic variation.

      Parameters:
      aValue - the value to set for the magneticVariationAccuracy property.
    • getDateMagneticVariation

      public String getDateMagneticVariation()
      Gets the value of the dateMagneticVariation property.

      The date on which the magnetic variation had this value.

      Returns:
      the value of the dateMagneticVariation property.
      See Also:
    • setDateMagneticVariation

      public void setDateMagneticVariation(String aValue)
      Sets the value of the dateMagneticVariation property.

      The date on which the magnetic variation had this value.

      Parameters:
      aValue - the value to set for the dateMagneticVariation property.
    • getDigital

      public TLcdAIXM51CodeYesNo getDigital()
      Gets the value of the digital property.

      Indicates if the radar equipment is digital or analogue.

      Returns:
      the value of the digital property.
      See Also:
    • setDigital

      public void setDigital(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the digital property.

      Indicates if the radar equipment is digital or analogue.

      Parameters:
      aValue - the value to set for the digital property.
    • getMilitaryUseOnly

      public TLcdAIXM51CodeYesNo getMilitaryUseOnly()
      Gets the value of the militaryUseOnly property.

      Indicates the equipment is for military use only.

      Returns:
      the value of the militaryUseOnly property.
      See Also:
    • setMilitaryUseOnly

      public void setMilitaryUseOnly(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the militaryUseOnly property.

      Indicates the equipment is for military use only.

      Parameters:
      aValue - the value to set for the militaryUseOnly property.
    • getSpecialUseOnly

      public TLcdAIXM51CodeYesNo getSpecialUseOnly()
      Gets the value of the specialUseOnly property.

      Indicates the equipment is for special use procedures only such as Helipads, etc.

      Returns:
      the value of the specialUseOnly property.
      See Also:
    • setSpecialUseOnly

      public void setSpecialUseOnly(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the specialUseOnly property.

      Indicates the equipment is for special use procedures only such as Helipads, etc.

      Parameters:
      aValue - the value to set for the specialUseOnly property.
    • getSpecialAircraftOnly

      public TLcdAIXM51CodeYesNo getSpecialAircraftOnly()
      Gets the value of the specialAircraftOnly property.

      Indicates the equipment is to be only used for certain type of aircraft that are capable of using it. In some instances, the slope angle or procedure can only be flown by high performance aircraft.

      Returns:
      the value of the specialAircraftOnly property.
      See Also:
    • setSpecialAircraftOnly

      public void setSpecialAircraftOnly(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the specialAircraftOnly property.

      Indicates the equipment is to be only used for certain type of aircraft that are capable of using it. In some instances, the slope angle or procedure can only be flown by high performance aircraft.

      Parameters:
      aValue - the value to set for the specialAircraftOnly property.
    • getContact

      public List<TLcdAIXM51ContactInformation> getContact()
      Gets the value of the contact property.

      Identifies the contact information of the group or individual associated with the Radar Equipment. This will be a contact who is outside of the associated Organisation Authority for the Radar System. It could be the maintenance technician for the radar system.

      Returns:
      the value of the contact property.
      See Also:
    • getLocation

      public TLcdAIXM51ElevatedPoint getLocation()
      Gets the value of the location property.

      The geographical point at which the radar is located.

      Returns:
      the value of the location property.
      See Also:
    • setLocation

      public void setLocation(TLcdAIXM51ElevatedPoint aValue)
      Sets the value of the location property.

      The geographical point at which the radar is located.

      Parameters:
      aValue - the value to set for the location property.
    • 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.