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 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.