Interface ILcdService

All Superinterfaces:
ILcdDataObject
All Known Subinterfaces:
ILcdEditableLocationBasedService, ILcdLocationBasedService
All Known Implementing Classes:
TLcdFeaturedLocationBasedService, TLcdFeaturedService, TLcdLocationBasedService, TLcdService

public interface ILcdService extends ILcdDataObject
This interface describes the relationships of a service object. A service object represents a physical or logical entity that performs a supporting task for an AIS object like an airport or a route. Common examples of such services are the communication facilities that are present on an airport or the presence of emergency and rescue teams.

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 return a specified default value for these new attributes or relationships (for instance 'null'). This will require a minimal effort to update existing code to a new version of AIS.

Since:
6.2
See Also: