Package com.luciad.tea.lightspeed.los
package com.luciad.tea.lightspeed.los
Provides support for real-time line of sight calculation on elevation models using hardware acceleration to perform calculations.
TLspLOSCalculator
is the
default implementation of a LOS calculator. The class uses a TLspLOSProperties
object that contains the input parameters for the Line-Of-Sight calculation.
Note that coverages can also be created using the non-hardware accelerated TLcdLOSCoverageFactory
, should there be limitations on the usage of OpenCL.
- Since:
- 2012.0
-
ClassDescriptionA calculator for LOS coverage matrices (
ILcdLOSCoverageMatrix
)Represents a set of properties that is used by theTLspLOSCalculator
for performing the actual Line-Of-Sight (LOS) calculations.