Class TLcdAIXM51AirspaceTimeSlice

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

public class TLcdAIXM51AirspaceTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
Time slice for AIXM airspaces.
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.
    • 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>.
    • LOCAL_TYPE_PROPERTY

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

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

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

      public static final TLcdDataProperty CONTROL_TYPE_PROPERTY
      Data property that maps to the controlType element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeMilitaryOperations>.
    • UPPER_LOWER_SEPARATION_PROPERTY

      public static final TLcdDataProperty UPPER_LOWER_SEPARATION_PROPERTY
      Data property that maps to the upperLowerSeparation element. The possible values for this property are instances of TLcdAIXM51ValFL.
    • CLASS_CODE_PROPERTY

      public static final TLcdDataProperty CLASS_CODE_PROPERTY
      Data property that maps to the class element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51AirspaceLayerClass>>.
    • PROTECTED_ROUTE_PROPERTY

      public static final TLcdDataProperty PROTECTED_ROUTE_PROPERTY
      Data property that maps to the protectedRoute element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51RouteTimeSlice>.
    • GEOMETRY_COMPONENT_PROPERTY

      public static final TLcdDataProperty GEOMETRY_COMPONENT_PROPERTY
      Data property that maps to the geometryComponent element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51AirspaceGeometryComponent>>.
    • ACTIVATION_PROPERTY

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

  • Method Details

    • invalidateObject

      public void invalidateObject()
      Description copied from class: TLcdAIXM51AbstractAIXMTimeSlice
      Notifies this object that something in its structure has been changed. This method needs to be called whenever a subproperty of this object (a property that is not directly referenced by this object) has been modified. It allows this object to invalidate and recompute all its caches which are computed based on its properties.
      Specified by:
      invalidateObject in interface ILcdInvalidateable
      Overrides:
      invalidateObject in class TLcdAIXM51AbstractAIXMTimeSlice
    • getBounds

      public ILcdBounds getBounds()
      Description copied from interface: ILcdBounded
      Returns the ILcdBounds by which the geometry of this ILcdBounded object is bounded.

      If the geometry does not allow retrieving valid bounds (for example a polyline with 0 points) the return value is unspecified. It is highly recommended to return an undefined bounds. You can create undefined bounds using the default constructors of TLcdLonLatBounds or TLcdXYBounds.

      Specified by:
      getBounds in interface ILcdBounded
      Overrides:
      getBounds in class TLcdAIXM51AbstractAIXMTimeSlice
      Returns:
      the ILcdBounds by which the geometry of this ILcdBounded object is bounded.
    • collectShapes

      protected List<? extends ILcdShape> collectShapes()
      Description copied from class: TLcdAIXM51AbstractAIXMTimeSlice
      Override this method to collect all shapes that needs to be included in the ILcdShapeList implementation of this feature. The default implementation implements the GML Simple Features Profile: it collects all direct children of this feature which implements ILcdShape.
      Overrides:
      collectShapes in class TLcdAIXM51AbstractAIXMTimeSlice
      Returns:
      returns a List containing all ILcdShape elements needed to represent the geometry of this timeslice
    • getType

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

      A code indicating the general structure or characteristics of a particular airspace.

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

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

      A code indicating the general structure or characteristics of a particular airspace.

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

      A published sequence of characters allowing the identification of the airspace. Description: Typical examples are the ID of the Danger, Prohibited, Temporary segregated Areas, 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.

      A published sequence of characters allowing the identification of the airspace. Description: Typical examples are the ID of the Danger, Prohibited, Temporary segregated Areas, etc.

      Parameters:
      aValue - the role value to set for the DESIGNATOR_PROPERTY property.
    • getLocalType

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

      A type designator used locally (inside a State or a Region) for a particular airspace sub-category.

      Returns:
      the role value of the LOCAL_TYPE_PROPERTY property.
      See Also:
    • setLocalType

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

      A type designator used locally (inside a State or a Region) for a particular airspace sub-category.

      Parameters:
      aValue - the role value to set for the LOCAL_TYPE_PROPERTY property.
    • getAirspaceName

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

      The name given to an airspace by a responsible authority. Description: It should be written as published, with no significance to upper or lower case letters.

      Returns:
      the role value of the AIRSPACE_NAME_PROPERTY property.
      See Also:
    • setAirspaceName

      public void setAirspaceName(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 AIRSPACE_NAME_PROPERTY property is set to null.

      The name given to an airspace by a responsible authority. Description: It should be written as published, with no significance to upper or lower case letters.

      Parameters:
      aValue - the role value to set for the AIRSPACE_NAME_PROPERTY property.
    • getDesignatorICAO

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

      A code indicating the Airspace designator is recorded in ICAO Doc. 7910.

      Returns:
      the role value of the DESIGNATOR_ICAO_PROPERTY property.
      See Also:
    • setDesignatorICAO

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

      A code indicating the Airspace designator is recorded in ICAO Doc. 7910.

      Parameters:
      aValue - the role value to set for the DESIGNATOR_ICAO_PROPERTY property.
    • getControlType

      public TLcdAIXM51CodeMilitaryOperations getControlType()
      Returns the role value contained in the value of the CONTROL_TYPE_PROPERTY property. Returns null if the value of the CONTROL_TYPE_PROPERTY property is null.

      The primary organization type in terms of civil or military, providing air traffic services within a designated airspace.

      Returns:
      the role value of the CONTROL_TYPE_PROPERTY property.
      See Also:
    • setControlType

      public void setControlType(TLcdAIXM51CodeMilitaryOperations aValue)
      Sets the value of the property that maps to the controlType 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 CONTROL_TYPE_PROPERTY property is set to null.

      The primary organization type in terms of civil or military, providing air traffic services within a designated airspace.

      Parameters:
      aValue - the role value to set for the CONTROL_TYPE_PROPERTY property.
    • getUpperLowerSeparation

      public TLcdAIXM51ValFL getUpperLowerSeparation()
      Returns the value of the property that maps to the upperLowerSeparation element.

      A flight level that indicates the division of airspace defined as lower and upper.

      Returns:
      the value of the UPPER_LOWER_SEPARATION_PROPERTY property.
    • setUpperLowerSeparation

      public void setUpperLowerSeparation(TLcdAIXM51ValFL aValue)
      Sets the value of the property that maps to the upperLowerSeparation element.

      A flight level that indicates the division of airspace defined as lower and upper.

      Parameters:
      aValue - the value to set for the UPPER_LOWER_SEPARATION_PROPERTY property.
    • getClassCode

      public List<TLcdAIXM51AirspaceLayerClass> getClassCode()
      Gets the value of the CLASS_CODE_PROPERTY property adapted to a list of TLcdAIXM51AirspaceLayerClass instances.

      A block of airspace with a specific class.

      Returns:
      the value of the CLASS_CODE_PROPERTY property adapted to a list of TLcdAIXM51AirspaceLayerClass instances.
      See Also:
    • getProtectedRoute

      public TLcdAIXM51Feature<TLcdAIXM51RouteTimeSlice> getProtectedRoute()
      Returns the role value contained in the value of the PROTECTED_ROUTE_PROPERTY property. Returns null if the value of the PROTECTED_ROUTE_PROPERTY property is null.

      The route protected by the airspace.

      Returns:
      the role value of the PROTECTED_ROUTE_PROPERTY property.
      See Also:
    • setProtectedRoute

      public void setProtectedRoute(TLcdAIXM51Feature<TLcdAIXM51RouteTimeSlice> aValue)
      Sets the value of the property that maps to the protectedRoute 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 PROTECTED_ROUTE_PROPERTY property is set to null.

      The route protected by the airspace.

      Parameters:
      aValue - the role value to set for the PROTECTED_ROUTE_PROPERTY property.
    • getGeometryComponent

      public List<TLcdAIXM51AirspaceGeometryComponent> getGeometryComponent()
      Gets the value of the GEOMETRY_COMPONENT_PROPERTY property adapted to a list of TLcdAIXM51AirspaceGeometryComponent instances.

      An portion of airspace that contributes to the defintion of an Airspace geometry.

      Returns:
      the value of the GEOMETRY_COMPONENT_PROPERTY property adapted to a list of TLcdAIXM51AirspaceGeometryComponent instances.
      See Also:
    • getActivation

      public List<TLcdAIXM51AirspaceActivation> getActivation()
      Gets the value of the ACTIVATION_PROPERTY property adapted to a list of TLcdAIXM51AirspaceActivation instances.

      The operational status of the Airspace.

      Returns:
      the value of the ACTIVATION_PROPERTY property adapted to a list of TLcdAIXM51AirspaceActivation instances.
      See Also:
    • 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.