Uses of Interface
com.luciad.realtime.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
Modifier and TypeMethodDescriptionTLcyPreviewAddOn.getSimulatorModel
(int aIndex) Returns the simulator model at the given index.TLcyPreviewAddOnEvent.getSimulatorModel()
Returns the simulator model this event is about.Modifier and TypeMethodDescriptionTLcyPreviewAddOn.getSimulatorModelFilter
(int aIndex) Returns the simulator model filter at the given index.Modifier 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.Modifier and TypeMethodDescriptionvoid
TLcyPreviewAddOn.addSimulatorModelFilter
(ILcdFilter<ILcdSimulatorModel> aFilter) Adds a simulator model filter.void
TLcyPreviewAddOn.removeSimulatorModelFilter
(ILcdFilter<ILcdSimulatorModel> aFilter) Removes the given filter.ModifierConstructorDescriptionTLcyPreviewAddOnEvent
(Object aSource, int aType, ILcdSimulatorModel aSimulatorModel) Creates a newTLcyPreviewAddOnEvent
. -
Uses of ILcdSimulatorModel in com.luciad.lucy.realtime
Modifier and TypeMethodDescriptionILcySimulatorModelFactory.createSimulatorModel
(ILcdModel aModel) Deprecated.Creates aILcdSimulatorModel
for the givenILcdModel
.TLcyCompositeSimulatorModelFactory.createSimulatorModel
(ILcdModel aModel) Deprecated. -
Uses of ILcdSimulatorModel in com.luciad.realtime
Modifier 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
.Modifier 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.Modifier 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.