Class TLcdAIXM51AbstractNavaidEquipmentTimeSlice

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdTimeBounded, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable
Direct Known Subclasses:
TLcdAIXM51AzimuthTimeSlice, TLcdAIXM51DirectionFinderTimeSlice, TLcdAIXM51DMETimeSlice, TLcdAIXM51ElevationTimeSlice, TLcdAIXM51GlidepathTimeSlice, TLcdAIXM51LocalizerTimeSlice, TLcdAIXM51MarkerBeaconTimeSlice, TLcdAIXM51NDBTimeSlice, TLcdAIXM51SDFTimeSlice, TLcdAIXM51TACANTimeSlice, TLcdAIXM51VORTimeSlice

public class TLcdAIXM51AbstractNavaidEquipmentTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
An abstract class that represents a navaid 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.AbstractNavaidEquipmentType.

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

    • TLcdAIXM51AbstractNavaidEquipmentTimeSlice

      public TLcdAIXM51AbstractNavaidEquipmentTimeSlice(TLcdDataType aType)
  • Method Details

    • getDesignator

      public String getDesignator()
      Gets the value of the designator property.

      The identifying code given to the navaid.

      Returns:
      the value of the designator property.
      See Also:
    • setDesignator

      public void setDesignator(String aValue)
      Sets the value of the designator property.

      The identifying code given to the navaid.

      Parameters:
      aValue - the value to set for the designator property.
    • getNavaidEquipmentName

      public String getNavaidEquipmentName()
      Gets the value of the name property.

      The long name given to the navaid equipment.

      Returns:
      the value of the name property.
      See Also:
    • setNavaidEquipmentName

      public void setNavaidEquipmentName(String aValue)
      Sets the value of the name property.

      The long name given to the navaid equipment.

      Parameters:
      aValue - the value to set for the name property.
    • getEmissionClass

      public TLcdAIXM51CodeRadioEmission getEmissionClass()
      Gets the value of the emissionClass property.

      A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference.

      Returns:
      the value of the emissionClass property.
      See Also:
    • setEmissionClass

      public void setEmissionClass(TLcdAIXM51CodeRadioEmission aValue)
      Sets the value of the emissionClass property.

      A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference.

      Parameters:
      aValue - the value to set for the emissionClass property.
    • getMobile

      public TLcdAIXM51CodeYesNo getMobile()
      Gets the value of the mobile property.

      Indicates if the navaid equipment is mobile.

      Returns:
      the value of the mobile property.
      See Also:
    • setMobile

      public void setMobile(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the mobile property.

      Indicates if the navaid equipment is mobile.

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

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

      The measured angle between Magnetic North and True North at the VOR 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 the VOR 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.

      The accuracy of the measured angle between Magnetic North and True North at the VOR and at the time reported in dateMagneticVariation

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

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

      The accuracy of the measured angle between Magnetic North and True North at the VOR and at the time reported in dateMagneticVariation

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

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

      The year the magnetic variation was measured.

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

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

      The year the magnetic variation was measured.

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

      public TLcdAIXM51CodeYesNo getFlightChecked()
      Gets the value of the flightChecked property.

      Indicates if the navaid equipment has been flight checked.

      Returns:
      the value of the flightChecked property.
      See Also:
    • setFlightChecked

      public void setFlightChecked(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the flightChecked property.

      Indicates if the navaid equipment has been flight checked.

      Parameters:
      aValue - the value to set for the flightChecked property.
    • getLocation

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

      This is the location where the navaid equipment resides.

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

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

      This is the location where the navaid equipment resides.

      Parameters:
      aValue - the value to set for the location property.
    • getAuthority

      Gets the value of the authority property.

      Represents the organization responsible for the equipment.

      Returns:
      the value of the authority property.
      See Also:
    • getMonitoring

      public List<TLcdAIXM51NavaidEquipmentMonitoring> getMonitoring()
      Gets the value of the monitoring property.

      Navaid equipment monitoring information.

      Returns:
      the value of the monitoring property.
      See Also:
    • getAvailability

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

      The operational status of the navaid equipment.

      Returns:
      the value of the availability 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.