Uses of Interface
com.luciad.realtime.ILcdSimulatorModel
Packages that use ILcdSimulatorModel
-
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.