Uses of Interface
com.luciad.tea.ILcdLOSPropagationFunction
Packages that use 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
Methods in com.luciad.lucy.addons.tea.loscoverage that return ILcdLOSPropagationFunctionModifier 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
Subinterfaces of ILcdLOSPropagationFunction in com.luciad.teaModifier and TypeInterfaceDescriptioninterface
Extension of the interfaceILcdLOSPropagationFunction
representing a radar line-of-sight propagation function.Classes in com.luciad.tea that implement ILcdLOSPropagationFunctionModifier 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.Methods in com.luciad.tea with parameters of type ILcdLOSPropagationFunctionModifier 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
.