Uses of Interface
com.luciad.lucy.realtime.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
Modifier and TypeMethodDescriptionILcyLucyEnv.getCompositeSimulatorModelFactory()
Deprecated.ILcyLucyEnv.getSimulatorModelFactory
(int aIndex) Deprecated.Use a (new) back-end basedTLcyCompositeSimulatorModelFactory instance
or use the registeredILcySimulatorModelFactory
service objects (seeILcyLucyEnv.getServices(Class)
).Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addSimulatorModelFactory
(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Add theILcySimulatorModelFactory
to a (new) back-end basedTLcyCompositeSimulatorModelFactory instance
or register the factory directly to the Lucy services (seeILcyLucyEnv.addService(Object)
)void
ILcyLucyEnv.removeSimulatorModelFactory
(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Remove theILcySimulatorModelFactory
from a (new) back-end basedTLcyCompositeSimulatorModelFactory instance
or remove the factory directly from the Lucy services (seeILcyLucyEnv.removeService(Object)
) -
Uses of ILcySimulatorModelFactory in com.luciad.lucy.realtime
Modifier and TypeClassDescriptionclass
Deprecated.See the deprecation message inILcySimulatorModelFactory
Modifier and TypeMethodDescriptionTLcyCompositeSimulatorModelFactory.getSimulatorModelFactory
(int aIndex) Deprecated.Returns theILcySimulatorModelFactory
at indexaIndex
.Modifier and TypeMethodDescriptionvoid
TLcyCompositeSimulatorModelFactory.addSimulatorModelFactory
(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Adds the givenILcySimulatorModelFactory
to the list of registered simulator model factories.void
TLcyCompositeSimulatorModelFactory.removeSimulatorModelFactory
(ILcySimulatorModelFactory aSimulatorModelFactory) Deprecated.Removes the givenILcySimulatorModelFactory
from the list of registered simulator model factories.
TLcyCompositeSimulatorModelFactory instance
instead.