Interface ILcdAIXMATSRouteFeature

All Superinterfaces:
ILcdATSRouteFeature, ILcdRouteFeature

public interface ILcdAIXMATSRouteFeature extends ILcdATSRouteFeature
This interface extends the more general applicable features defined in the ILcdATSRouteFeature interface with AIXM specific features.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for an AIXM ATS route is TLcdAIXMATSRouteDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A textual description of the area in which a designated route is situated.
    static final String
    The beginning date and time of validity for the full set of attributes values in this entity.
    static final String
    The end date and time of validity for the full set of attributes values in this entity.
    static final String
    An artificial unique identifier in a given context.
    static final String
    Free text remarks.

    Fields inherited from interface com.luciad.ais.model.route.ILcdATSRouteFeature

    IDENTIFIER
  • Field Details

    • DATE_FROM

      static final String DATE_FROM
      The beginning date and time of validity for the full set of attributes values in this entity. The date is of the type String.
      See Also:
    • DATE_TILL

      static final String DATE_TILL
      The end date and time of validity for the full set of attributes values in this entity. The date is of the type String.
      See Also:
    • MID

      static final String MID
      An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the type String.
      See Also:
    • AREA_DESIGNATOR

      static final String AREA_DESIGNATOR
      A textual description of the area in which a designated route is situated. The area designator is of the type String.
      See Also:
    • REMARK

      static final String REMARK
      Free text remarks. The remark is of the type String.
      See Also: