Uses of Interface
com.luciad.lucy.realtime.ILcySimulatorModelFactory
Packages that use ILcySimulatorModelFactory
Package
Description
This package contains the core of Lucy: the
back-end, which
is the central point of Lucy where addons can add functionality to
extend Lucy, and the default front-end.Provides Lucy's realtime (=previewer) support.
-
Uses of ILcySimulatorModelFactory in com.luciad.lucy
Methods in com.luciad.lucy that return ILcySimulatorModelFactoryModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeSimulatorModelFactory()Deprecated.ILcyLucyEnv.getSimulatorModelFactory(int aIndex) Deprecated.Use a (new) back-end basedTLcyCompositeSimulatorModelFactory instanceor use the registeredILcySimulatorModelFactoryservice objects (seeILcyLucyEnv.getServices(Class)).Methods in com.luciad.lucy with parameters of type ILcySimulatorModelFactoryModifier and TypeMethodDescriptionvoidILcyLucyEnv.addSimulatorModelFactory(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Add theILcySimulatorModelFactoryto a (new) back-end basedTLcyCompositeSimulatorModelFactory instanceor register the factory directly to the Lucy services (seeILcyLucyEnv.addService(Object))voidILcyLucyEnv.removeSimulatorModelFactory(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Remove theILcySimulatorModelFactoryfrom a (new) back-end basedTLcyCompositeSimulatorModelFactory instanceor remove the factory directly from the Lucy services (seeILcyLucyEnv.removeService(Object)) -
Uses of ILcySimulatorModelFactory in com.luciad.lucy.realtime
Classes in com.luciad.lucy.realtime that implement ILcySimulatorModelFactoryModifier and TypeClassDescriptionclassDeprecated.See the deprecation message inILcySimulatorModelFactoryMethods in com.luciad.lucy.realtime that return ILcySimulatorModelFactoryModifier and TypeMethodDescriptionTLcyCompositeSimulatorModelFactory.getSimulatorModelFactory(int aIndex) Deprecated.Returns theILcySimulatorModelFactoryat indexaIndex.Methods in com.luciad.lucy.realtime with parameters of type ILcySimulatorModelFactoryModifier and TypeMethodDescriptionvoidTLcyCompositeSimulatorModelFactory.addSimulatorModelFactory(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Adds the givenILcySimulatorModelFactoryto the list of registered simulator model factories.voidTLcyCompositeSimulatorModelFactory.removeSimulatorModelFactory(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Removes the givenILcySimulatorModelFactoryfrom the list of registered simulator model factories.
TLcyCompositeSimulatorModelFactory instanceinstead.