Uses of Class
com.luciad.tea.lightspeed.los.TLspLOSProperties
Package
Description
This is a terrain analysis add-on for line-of-sight (LOS) calculation on Lightspeed maps.
Provides support for real-time line of sight calculation on elevation models using
hardware acceleration to perform calculations.
-
Uses of TLspLOSProperties in com.luciad.lucy.addons.tea.lineofsight
Modifier and TypeMethodDescriptionTLcyLOSDomainObject.getLOSProperties()
Gets the line-of-sight properties.Modifier and TypeMethodDescriptionvoid
TLcyLOSDomainObject.setLOSProperties
(TLspLOSProperties aLOSProperties) Sets the line-of-sight properties. -
Uses of TLspLOSProperties in com.luciad.tea.lightspeed.los
Modifier and TypeMethodDescriptionTLspLOSCalculator.calculateLOS
(TLspLOSProperties aProperties, ILcdAltitudeProvider aAltitudeProvider, ILcdGeoReference aTargetReference) Performs Line-Of-Sight calculations based on the given properties.void
TLspLOSCalculator.updateLOSCalculationSFCT
(TLspLOSProperties aProperties, ILcdAltitudeProvider aAltitudeProvider, ILcdGeoReference aTargetReference, ILcdLOSCoverageMatrix aLOSCoverageMatrixSFCT) A side-effect method that updates the given LOS coverage matrix with the new properties given.