Uses of Class
com.luciad.realtime.lightspeed.radarvideo.TLspRadarVideoLayerBuilder
Packages that use TLspRadarVideoLayerBuilder
Package
Description
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
-
Uses of TLspRadarVideoLayerBuilder in com.luciad.realtime.lightspeed.radarvideo
Methods in com.luciad.realtime.lightspeed.radarvideo that return TLspRadarVideoLayerBuilderModifier and TypeMethodDescriptionTLspRadarVideoLayerBuilder.bodyStyler(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the body styler for the given paint state.TLspRadarVideoLayerBuilder.displayResolution(TLspRadarDisplayResolution aSettings) Specifies the resolution and range of the radar data that is visualized.TLspRadarVideoLayerBuilder.labelStyler(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the label styler for the given paint state.TLspRadarVideoLayerBuilder.layerStyle(TLspLayerStyle aLayerStyle) TLspRadarVideoLayerBuilder.layerType(ILspLayer.LayerType aLayerType) This method throws anUnsupportedOperationException.static TLspRadarVideoLayerBuilderTLspRadarVideoLayerBuilder.newBuilder()Creates a new radar layer builder.TLspRadarVideoLayerBuilder.selectable(boolean aSelectable) Specifies whether layers should be made selectable.TLspRadarVideoLayerBuilder.selectableSupported(boolean aSelectableSupported) Sets whether the layer should support selection.TLspRadarVideoLayerBuilder.synchronous(boolean aIsSynchronous) Specifies whether created layers should paint synchronously.