Uses of Enum Class
com.luciad.realtime.lightspeed.radarvideo.TLspRadarVideoStyle.AfterglowMode
Packages that use TLspRadarVideoStyle.AfterglowMode
Package
Description
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
-
Uses of TLspRadarVideoStyle.AfterglowMode in com.luciad.realtime.lightspeed.radarvideo
Methods in com.luciad.realtime.lightspeed.radarvideo that return TLspRadarVideoStyle.AfterglowModeModifier and TypeMethodDescriptionTLspRadarVideoStyle.getBlipAfterglowMode()
Determines the interpretation of the blip afterglow time.Returns the enum constant of this class with the specified name.static TLspRadarVideoStyle.AfterglowMode[]
TLspRadarVideoStyle.AfterglowMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.realtime.lightspeed.radarvideo with parameters of type TLspRadarVideoStyle.AfterglowModeModifier and TypeMethodDescriptionTLspRadarVideoStyle.Builder.blipAfterglowMode
(TLspRadarVideoStyle.AfterglowMode aMode) Determines how theafterglow duration
is interpreted.