Package com.luciad.tea.lightspeed.los.view
package com.luciad.tea.lightspeed.los.view
Provides a painter that performs and visualizes Line-Of-Sight (LOS) computations.
The TLspLOSCoveragePainter
is
capable of painting instances of ILcdLOSCoverageMatrix
that are either the result of the hardware
accelerated OpenCL LOS calculator
, or
the CPU-based LOS coverage factory
The painter makes use of TLspLOSCoverageStyle
instances to style the LOS coverages in a Lightspeed view.
- Since:
- 2012.0
-
ClassDescriptionA painter that paints
ILcdLOSCoverageMatrix
instances, which is the result ofLOS calculations
.The LOS Coverage style.TLspLOSCoverageStyle.Builder<B extends TLspLOSCoverageStyle.Builder<B>>Builder for LOS coverage styles.