Package com.luciad.realtime
package com.luciad.realtime
Handles simulation of dynamic data.
The main classes of the realtime package are
TLcdSimulator
and ILcdSimulatorModel. The class TLcdSimulator
controls the time of the simulation, while the ILcdSimulatorModel is responsible for
adjusting the simulated domain data to the time of the simulation.
- Since:
- 1.5.2
-
ClassDescriptionAbstract convenience implementation of ILcdSimulatorModel that handles all properties and their property change events.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.An
ILcdSimulatorModeldefines the simulated data to be displayed by aTLcdSimulatorin real or fast time onto differentILcdGXYViews.Deprecated.ILcdGXYViewLabelPlacer offers more powerful and flexible decluttering functionalityTLcdSimulatoris the class that is responsible for the timing of the simulation: it produces the correct simulation time at each simulation step.This slider can control the percentage of CPU time a simulator can take for displaying simulated data.A compositeILcdSimulatorModelimplementation.ThisJLabelcan be used to display the status of aTLcdSimulator.ThisJButtoncan be used to display the current time of aTLcdSimulator.ThisJLabelcan be used to display the current time of aTLcdSimulator.This class displays and controls the time of aTLcdSimulator.Decorator for anILcdSimulatorModelwhich allows to limit the exposed available time interval of theILcdSimulatorModel.This extension ofALcdModelwas designed to store (large) data sets of moving point objects, for example tracks.