Uses of Interface
com.luciad.tea.ILcdLOSPropagationFunction
Package
Description
Terrain analysis add-on for line-of-sight coverages.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdLOSPropagationFunction in com.luciad.lucy.addons.tea.loscoverage
Modifier and TypeMethodDescriptionTLcyLOSCoverageBackEnd.createPropagationFunction
(ALcyProperties aProperties) Creates a new line-of-sight propagation function, based on the given properties. -
Uses of ILcdLOSPropagationFunction in com.luciad.tea
Modifier and TypeInterfaceDescriptioninterface
Extension of the interfaceILcdLOSPropagationFunction
representing a radar line-of-sight propagation function.Modifier and TypeClassDescriptionclass
Computes the visibility of points at a fixed height from the center point of a line-of-sight coverage.class
Computes the minimal heights from which one is visible around the center point of a line-of-sight coverage.class
Wrapper class, enabling multiple step processing of line-of-sight computation results.class
Computes the minimal heights from which one is visible around the center point of a line-of-sight coverage with the sky as background.Modifier and TypeMethodDescriptionTLcdLOSCoverageFactory.createLOSCoverageMatrix
(ILcdLOSPropagationFunction aLOSPropagationFunction, ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aTargetReference) Creates aILcdLOSCoverageMatrix
representing the result of line-of-sight computations on the given areaaLOSCoverage
using the propagation functionaLOSPropagationFunction
.