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 TypeInterfaceDescriptioninterfaceExtension of the interfaceILcdLOSPropagationFunctionrepresenting a radar line-of-sight propagation function.Classes in com.luciad.tea that implement ILcdLOSPropagationFunctionModifier and TypeClassDescriptionclassComputes the visibility of points at a fixed height from the center point of a line-of-sight coverage.classComputes the minimal heights from which one is visible around the center point of a line-of-sight coverage.classWrapper class, enabling multiple step processing of line-of-sight computation results.classComputes 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 aILcdLOSCoverageMatrixrepresenting the result of line-of-sight computations on the given areaaLOSCoverageusing the propagation functionaLOSPropagationFunction.