Class TLcdAIXM51RadarSystemTimeSlice

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

public class TLcdAIXM51RadarSystemTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
One or more Radar Equipment providing radar services.
Since:
10.0
See Also:
  • Field Details

    • 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.
    • MODEL_PROPERTY

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

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

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

      public static final TLcdDataProperty RADAR_EQUIPMENT_PROPERTY
      Data property that maps to the radarEquipment element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51RadarComponent>>.
    • OFFICE_PROPERTY

      public static final TLcdDataProperty OFFICE_PROPERTY
      Data property that maps to the office element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>>.
    • AIRPORT_HELIPORT_PROPERTY

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

      public static final TLcdDataProperty PAR_RUNWAY_PROPERTY
      Data property that maps to the PARRunway element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51RunwayTimeSlice>>.
    • LOCATION_PROPERTY

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

    • TLcdAIXM51RadarSystemTimeSlice

      public TLcdAIXM51RadarSystemTimeSlice()
    • TLcdAIXM51RadarSystemTimeSlice

      public TLcdAIXM51RadarSystemTimeSlice(TLcdDataType aType)
  • Method Details

    • getType

      public TLcdAIXM51CodeRadarService 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.

      Defines the type of service for the Radar System.

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

      public void setType(TLcdAIXM51CodeRadarService 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.

      Defines the type of service for the Radar System.

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

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

      Model of the equipment ( ASR-11, etc)

      Returns:
      the role value of the MODEL_PROPERTY property.
      See Also:
    • setModel

      public void setModel(String aValue)
      Sets the value of the property that maps to the model 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 MODEL_PROPERTY property is set to null.

      Model of the equipment ( ASR-11, etc)

      Parameters:
      aValue - the role value to set for the MODEL_PROPERTY property.
    • getGeneralTerrainMonitor

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

      General Terrain Monitors (GTM) monitor aircraft clearance above the highest terrain and obstacles in a general area

      Returns:
      the role value of the GENERAL_TERRAIN_MONITOR_PROPERTY property.
      See Also:
    • setGeneralTerrainMonitor

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

      General Terrain Monitors (GTM) monitor aircraft clearance above the highest terrain and obstacles in a general area

      Parameters:
      aValue - the role value to set for the GENERAL_TERRAIN_MONITOR_PROPERTY property.
    • getBroadcastIdentifier

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

      The Identifier broadcasted for a Secondary Radar.

      Returns:
      the role value of the BROADCAST_IDENTIFIER_PROPERTY property.
      See Also:
    • setBroadcastIdentifier

      public void setBroadcastIdentifier(String aValue)
      Sets the value of the property that maps to the broadcastIdentifier 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 BROADCAST_IDENTIFIER_PROPERTY property is set to null.

      The Identifier broadcasted for a Secondary Radar.

      Parameters:
      aValue - the role value to set for the BROADCAST_IDENTIFIER_PROPERTY property.
    • getRadarEquipment

      public List<TLcdAIXM51RadarComponent> getRadarEquipment()
      Gets the value of the RADAR_EQUIPMENT_PROPERTY property adapted to a list of TLcdAIXM51RadarComponent instances.

      The equipment that make up the component(s) of a Radar System.

      Returns:
      the value of the RADAR_EQUIPMENT_PROPERTY property adapted to a list of TLcdAIXM51RadarComponent instances.
      See Also:
    • getOffice

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

      The office responsible for the equipment.

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

      Returns the role value contained in the value of the AIRPORT_HELIPORT_PROPERTY property. Returns null if the value of the AIRPORT_HELIPORT_PROPERTY property is null.

      The Airport or Heliport on which the equipment is located.

      Returns:
      the role value of the AIRPORT_HELIPORT_PROPERTY property.
      See Also:
    • setAirportHeliport

      public void setAirportHeliport(TLcdAIXM51Feature<TLcdAIXM51AirportHeliportTimeSlice> aValue)
      Sets the value of the property that maps to the airportHeliport 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 AIRPORT_HELIPORT_PROPERTY property is set to null.

      The Airport or Heliport on which the equipment is located.

      Parameters:
      aValue - the role value to set for the AIRPORT_HELIPORT_PROPERTY property.
    • getPARRunway

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

      A choice of Runway or AirportHeliport.

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

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

      Graphical location of the radar (system). This should be the same location as the equipment that provides navigability.

      Returns:
      the role value of the LOCATION_PROPERTY property.
      See Also:
    • setLocation

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

      Graphical location of the radar (system). This should be the same location as the equipment that provides navigability.

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