Interface ILcdAIXMGeoborderFeature

All Superinterfaces:
ILcdGeoborderFeature

public interface ILcdAIXMGeoborderFeature extends ILcdGeoborderFeature
This interface defines AIXM specific features for a geoborder.

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 geoborder is TLcdAIXMGeoborderDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The beginning date and time of validity for the full set of attribute values in this entity.
    static final String
    The end date and time of validity for the full set of attribute 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.geoborder.ILcdGeoborderFeature

    NAME, TYPE
  • Field Details

    • DATE_FROM

      static final String DATE_FROM
      The beginning date and time of validity for the full set of attribute 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 attribute 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:
    • REMARK

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