Interface ILcdAIXMATSRouteFeature
- All Superinterfaces:
ILcdATSRouteFeature
,ILcdRouteFeature
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
Modifier and TypeFieldDescriptionstatic 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
The beginning date and time of validity for the full set of attributes values in this entity. The date is of the typeString
.- See Also:
-
DATE_TILL
The end date and time of validity for the full set of attributes values in this entity. The date is of the typeString
.- See Also:
-
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
.- See Also:
-
AREA_DESIGNATOR
A textual description of the area in which a designated route is situated. The area designator is of the typeString
.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-