Class TLcdAIXM51DesignatedPointTimeSlice

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

public class TLcdAIXM51DesignatedPointTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
A geographical location not marked by the site of a radio navigation aid, used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes.
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>.
    • 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.
    • DESIGNATED_POINT_NAME_PROPERTY

      public static final TLcdDataProperty DESIGNATED_POINT_NAME_PROPERTY
      Data property that maps to the name element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • 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<TLcdAIXM51Point>.
    • 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 TLcdAIXM51FeatureAssociation<TLcdAIXM51TouchDownLiftOffTimeSlice>.
    • 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>.
    • RUNWAY_POINT_PROPERTY

      public static final TLcdDataProperty RUNWAY_POINT_PROPERTY
      Data property that maps to the runwayPoint element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51RunwayCentrelinePointTimeSlice>.
    • 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

    • TLcdAIXM51DesignatedPointTimeSlice

      public TLcdAIXM51DesignatedPointTimeSlice()
    • TLcdAIXM51DesignatedPointTimeSlice

      public TLcdAIXM51DesignatedPointTimeSlice(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 coded designator of the point. For example, the five-letter ICAO name of the point, etc..

      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 coded designator of the point. For example, the five-letter ICAO name of the point, etc..

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

      The kind of point designator, indicating the rules by which the designator has been created.

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

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

      The kind of point designator, indicating the rules by which the designator has been created.

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

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

      The full textual name of a designated point, if any. For example, 'GOTAN Intersection' for GOTAN. Name may also be used to identify an unnamed point (See ARINC 424 for unnamed points.

      Returns:
      the role value of the DESIGNATED_POINT_NAME_PROPERTY property.
      See Also:
    • setDesignatedPointName

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

      The full textual name of a designated point, if any. For example, 'GOTAN Intersection' for GOTAN. Name may also be used to identify an unnamed point (See ARINC 424 for unnamed points.

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

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

      The geographical location of the designated point.

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

      public void setLocation(TLcdAIXM51Point 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.

      The geographical location of the designated point.

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

      The aiming point on the Touch Down Lift Off area.

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

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

      The aiming point on the Touch Down Lift Off area.

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

      A defined area used for the arrival, departure and surface movement of aircraft/helicopters.

      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.

      A defined area used for the arrival, departure and surface movement of aircraft/helicopters.

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

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

      A designated point on the runway centreline.

      Returns:
      the role value of the RUNWAY_POINT_PROPERTY property.
      See Also:
    • setRunwayPoint

      public void setRunwayPoint(TLcdAIXM51Feature<TLcdAIXM51RunwayCentrelinePointTimeSlice> aValue)
      Sets the value of the property that maps to the runwayPoint 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 RUNWAY_POINT_PROPERTY property is set to null.

      A designated point on the runway centreline.

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