Uses of Interface
com.luciad.realtime.ILcdSimulatorModel
Packages that use ILcdSimulatorModel
Package
Description
Provides the addon that offers preview support to Lucy for replaying recorded or
simulated data.
Provides Lucy's realtime (=previewer) support.
Handles simulation of dynamic data.
-
Uses of ILcdSimulatorModel in com.luciad.lucy.addons.previewer
Methods in com.luciad.lucy.addons.previewer that return ILcdSimulatorModelModifier and TypeMethodDescriptionTLcyPreviewAddOn.getSimulatorModel
(int aIndex) Returns the simulator model at the given index.TLcyPreviewAddOnEvent.getSimulatorModel()
Returns the simulator model this event is about.Methods in com.luciad.lucy.addons.previewer that return types with arguments of type ILcdSimulatorModelModifier and TypeMethodDescriptionTLcyPreviewAddOn.getSimulatorModelFilter
(int aIndex) Returns the simulator model filter at the given index.Methods in com.luciad.lucy.addons.previewer with parameters of type ILcdSimulatorModelModifier and TypeMethodDescriptionvoid
TLcyPreviewAddOn.addSimulatorModel
(ILcdSimulatorModel aSimulatorModel) Deprecated.void
TLcyPreviewAddOn.addSimulatorModelNoLayers
(ILcdSimulatorModel aSimulatorModel) Adds aILcdSimulatorModel
and notifies allILcyPreviewAddOnListener
's of the change.TLcyPreviewAddOn.getSimulatorModelDisplayName
(ILcdSimulatorModel aSimulatorModel) Returns the display name for a simulator model.void
TLcyPreviewAddOn.removeSimulatorModel
(ILcdSimulatorModel aSimulatorModel) Deprecated.Use theTLcyPreviewAddOn.removeSimulatorModelNoLayers(com.luciad.realtime.ILcdSimulatorModel)
instead of this method, and manage the creation and addition of the layers manuallyvoid
TLcyPreviewAddOn.removeSimulatorModelNoLayers
(ILcdSimulatorModel aSimulatorModel) Removes aILcdSimulatorModel
and notifies all theILcyPreviewAddOnListener
's of the change.Method parameters in com.luciad.lucy.addons.previewer with type arguments of type ILcdSimulatorModelModifier and TypeMethodDescriptionvoid
TLcyPreviewAddOn.addSimulatorModelFilter
(ILcdFilter<ILcdSimulatorModel> aFilter) Adds a simulator model filter.void
TLcyPreviewAddOn.removeSimulatorModelFilter
(ILcdFilter<ILcdSimulatorModel> aFilter) Removes the given filter.Constructors in com.luciad.lucy.addons.previewer with parameters of type ILcdSimulatorModelModifierConstructorDescriptionTLcyPreviewAddOnEvent
(Object aSource, int aType, ILcdSimulatorModel aSimulatorModel) Creates a newTLcyPreviewAddOnEvent
. -
Uses of ILcdSimulatorModel in com.luciad.lucy.realtime
Methods in com.luciad.lucy.realtime that return ILcdSimulatorModelModifier and TypeMethodDescriptionILcySimulatorModelFactory.createSimulatorModel
(ILcdModel aModel) Deprecated.Creates aILcdSimulatorModel
for the givenILcdModel
.TLcyCompositeSimulatorModelFactory.createSimulatorModel
(ILcdModel aModel) Deprecated. -
Uses of ILcdSimulatorModel in com.luciad.realtime
Classes in com.luciad.realtime that implement ILcdSimulatorModelModifier and TypeClassDescriptionclass
Abstract convenience implementation of ILcdSimulatorModel that handles all properties and their property change events.class
Implementation of ILcdSimulatorModel whose time complexity for changing the date is generally related to the amount of changes that are required, not to the total amount of data.class
A compositeILcdSimulatorModel
implementation.class
Decorator for anILcdSimulatorModel
which allows to limit the exposed available time interval of theILcdSimulatorModel
.Methods in com.luciad.realtime that return ILcdSimulatorModelModifier and TypeMethodDescriptionTLcdSimulator.getSimulatorModel()
Return theILcdSimulatorModel
that is simulated by this simulator.TLcdSimulatorModelList.getSimulatorModel
(int aIndex) Returns the simulator model at the given index in the list.TLcdTimeFilteredSimulatorModel.getSimulatorModelToFilterOnTime()
Returns theILcdSimulatorModel
currently being filtered.Methods in com.luciad.realtime with parameters of type ILcdSimulatorModelModifier and TypeMethodDescriptionvoid
TLcdSimulatorModelList.addSimulatorModel
(ILcdSimulatorModel aSimulatorModel) Adds a simulator model to the list of simulator models.void
TLcdSimulatorModelList.removeSimulatorModel
(ILcdSimulatorModel aSimulatorModel) Removes a simulator model from the list of simulator models.void
TLcdSimulator.setSimulatorModel
(ILcdSimulatorModel aSimulatorModel) Set theILcdSimulatorModel
to be simulated by this simulator.void
TLcdTimeFilteredSimulatorModel.setSimulatorModelToFilterOnTime
(ILcdSimulatorModel aSimulatorModelToFilterOnTime) Sets theILcdSimulatorModel
to filter.
TLcyPreviewAddOn.addSimulatorModelNoLayers(com.luciad.realtime.ILcdSimulatorModel)
instead of this method, and manage the creation and addition of the layers manually.