Uses of Interface
com.luciad.ais.model.service.ILcdEditableLocationBasedService
Packages that use ILcdEditableLocationBasedService
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all service related aspects.
-
Uses of ILcdEditableLocationBasedService in com.luciad.ais.model
Methods in com.luciad.ais.model that return ILcdEditableLocationBasedServiceModifier and TypeMethodDescriptionabstract ILcdEditableLocationBasedService
ALcdAISObjectFactory.createEditableLocationBasedService()
Deprecated.Creates anILcdEditableLocationBasedService
.TLcdAISLonLatHeightObjectFactory.createEditableLocationBasedService()
Deprecated.TLcdAISXYZObjectFactory.createEditableLocationBasedService()
Deprecated.abstract ILcdEditableLocationBasedService
ALcdAISObjectFactory.createFeaturedEditableLocationBasedService
(int aNumberOfFeatures) Deprecated.Creates anILcdEditableLocationBasedService
with the specified number of features.TLcdAISLonLatHeightObjectFactory.createFeaturedEditableLocationBasedService
(int aNumberOfFeatures) Deprecated.TLcdAISXYZObjectFactory.createFeaturedEditableLocationBasedService
(int aNumberOfFeatures) Deprecated.TLcdAISDataObjectFactory.createLocationBasedService
(TLcdDataType aType) Creates anILcdEditableLocationBasedService
. -
Uses of ILcdEditableLocationBasedService in com.luciad.ais.model.service
Classes in com.luciad.ais.model.service that implement ILcdEditableLocationBasedServiceModifier and TypeClassDescriptionclass
The default implementation of a location-based service object with additional properties.class
The default implementation of a location-based service object with default properties.Constructors in com.luciad.ais.model.service with parameters of type ILcdEditableLocationBasedServiceModifierConstructorDescriptionConstructs a newTLcdFeaturedLocationBasedService
from aILcdFeatured
service.