Package com.luciad.lucy.realtime
package com.luciad.lucy.realtime
Provides Lucy's realtime (=previewer) support.
This package has been deprecated. The preferred mechanism to work with real time data is to let your
ILcdModel
implementation implement ILcdMultiDimensionalModel as well,
and expose a TLcdDimensionAxis with a Date type
(for example TLcdDimensionAxis.TIME_AXIS).
The TLcyPreviewAddOn has been adjusted to work with
such ILcdMultiDimensionalModel instances.
The Lucy trajectory sample illustrates this.
ILcdModelimplementation implementILcdMultiDimensionalModelas well, and expose aTLcdDimensionAxiswith aDatetype (for exampleTLcdDimensionAxis.TIME_AXIS).