Package com.luciad.ais.model.navaid
Interface ILcdEditableILS
- All Superinterfaces:
ILcdBounded
,ILcdDataObject
,ILcdILS
- All Known Implementing Classes:
TLcdFeaturedILS
,TLcdILS
This interface defines operations to edit the attributes and relationships of
an
ILcdILS
.
Attributes and relationships in AIS domain objects can be required or optional. When unspecified, an attribute or relationship is optional. Note that most optional attributes are modeled using features.
In future releases of AIS, optional attributes or relationship may be added to this interface. When this would happen, existing implementations may just provide an empty implementation modifying or setting these new attributes or relationships. This will require a minimal effort to update existing code to a new version of AIS.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMarker
(ILcdMarker aMarker) Adds a marker to the this ILS.void
removeMarker
(ILcdMarker aMarker) Removes the given marker.void
Specifies the DME of this ILS.void
setGlidePath
(ILcdGlidePath aGlidePath) Specifies the glide path of this ILS.void
setLocalizer
(ILcdLocalizer aLocalizer) Specifies the localizer of this ILS.Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
Methods inherited from interface com.luciad.ais.model.navaid.ILcdILS
getDME, getGlidePath, getLocalizer, getMarker, getMarkerCount
-
Method Details