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 TypeMethodDescriptionvoidTLcyPreviewAddOn.addSimulatorModel(ILcdSimulatorModel aSimulatorModel) Deprecated.voidTLcyPreviewAddOn.addSimulatorModelNoLayers(ILcdSimulatorModel aSimulatorModel) Adds aILcdSimulatorModeland notifies allILcyPreviewAddOnListener's of the change.TLcyPreviewAddOn.getSimulatorModelDisplayName(ILcdSimulatorModel aSimulatorModel) Returns the display name for a simulator model.voidTLcyPreviewAddOn.removeSimulatorModel(ILcdSimulatorModel aSimulatorModel) Deprecated.Use theTLcyPreviewAddOn.removeSimulatorModelNoLayers(com.luciad.realtime.ILcdSimulatorModel)instead of this method, and manage the creation and addition of the layers manuallyvoidTLcyPreviewAddOn.removeSimulatorModelNoLayers(ILcdSimulatorModel aSimulatorModel) Removes aILcdSimulatorModeland notifies all theILcyPreviewAddOnListener's of the change.Method parameters in com.luciad.lucy.addons.previewer with type arguments of type ILcdSimulatorModelModifier and TypeMethodDescriptionvoidTLcyPreviewAddOn.addSimulatorModelFilter(ILcdFilter<ILcdSimulatorModel> aFilter) Adds a simulator model filter.voidTLcyPreviewAddOn.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 aILcdSimulatorModelfor the givenILcdModel.TLcyCompositeSimulatorModelFactory.createSimulatorModel(ILcdModel aModel) Deprecated. -
Uses of ILcdSimulatorModel in com.luciad.realtime
Classes in com.luciad.realtime that implement ILcdSimulatorModelModifier and TypeClassDescriptionclassAbstract convenience implementation of ILcdSimulatorModel that handles all properties and their property change events.classImplementation 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.classA compositeILcdSimulatorModelimplementation.classDecorator for anILcdSimulatorModelwhich allows to limit the exposed available time interval of theILcdSimulatorModel.Methods in com.luciad.realtime that return ILcdSimulatorModelModifier and TypeMethodDescriptionTLcdSimulator.getSimulatorModel()Return theILcdSimulatorModelthat is simulated by this simulator.TLcdSimulatorModelList.getSimulatorModel(int aIndex) Returns the simulator model at the given index in the list.TLcdTimeFilteredSimulatorModel.getSimulatorModelToFilterOnTime()Returns theILcdSimulatorModelcurrently being filtered.Methods in com.luciad.realtime with parameters of type ILcdSimulatorModelModifier and TypeMethodDescriptionvoidTLcdSimulatorModelList.addSimulatorModel(ILcdSimulatorModel aSimulatorModel) Adds a simulator model to the list of simulator models.voidTLcdSimulatorModelList.removeSimulatorModel(ILcdSimulatorModel aSimulatorModel) Removes a simulator model from the list of simulator models.voidTLcdSimulator.setSimulatorModel(ILcdSimulatorModel aSimulatorModel) Set theILcdSimulatorModelto be simulated by this simulator.voidTLcdTimeFilteredSimulatorModel.setSimulatorModelToFilterOnTime(ILcdSimulatorModel aSimulatorModelToFilterOnTime) Sets theILcdSimulatorModelto filter.
TLcyPreviewAddOn.addSimulatorModelNoLayers(com.luciad.realtime.ILcdSimulatorModel)instead of this method, and manage the creation and addition of the layers manually.