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 TypeMethodDescriptionvoidaddMarker(ILcdMarker aMarker) Adds a marker to the this ILS.voidremoveMarker(ILcdMarker aMarker) Removes the given marker.voidSpecifies the DME of this ILS.voidsetGlidePath(ILcdGlidePath aGlidePath) Specifies the glide path of this ILS.voidsetLocalizer(ILcdLocalizer aLocalizer) Specifies the localizer of this ILS.Methods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValueMethods inherited from interface com.luciad.ais.model.navaid.ILcdILS
getDME, getGlidePath, getLocalizer, getMarker, getMarkerCount
-
Method Details