Interface ILcdAIXMGeoborderFeature
- All Superinterfaces:
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
Modifier and TypeFieldDescriptionstatic 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
The beginning date and time of validity for the full set of attribute 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 attribute 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:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-