Package com.luciad.realtime.lightspeed.radarvideo
package com.luciad.realtime.lightspeed.radarvideo
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
TLspRadarVideoLayerBuilder
can be
used to create a layer for a model containing a radar video feed.
The resulting layer will visualize the radar feed using a typical
rotating sweep with afterglow on detected objects.
TLspRadarVideoStyle
can be used
to customize the appearance of the radar feed.- Since:
- 2014.1
-
ClassDescriptionProperties that control the resolution at which a radar video feed is displayed.Builds layers that visualize radar video feeds, for instance from ASTERIX category 240 data.Style that configures the visualization of a
radar video layer
.Mode that determines how theafterglow duration
is interpreted.Mode that determines the quality of the antialiasing applied to radar video feeds.TLspRadarVideoStyle.Builder<B extends TLspRadarVideoStyle.Builder<B>>Builder used to createTLspRadarVideoStyle
objects.