Uses of Interface
com.luciad.tea.ILcdLOSCoverage
Package
Description
Terrain analysis add-on for line-of-sight coverages.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdLOSCoverage in com.luciad.lucy.addons.tea.loscoverage
Modifier and TypeMethodDescriptionTLcyLOSCoverageBackEnd.createCoverage
(ALcyProperties aProperties) Creates a new line-of-sight coverage, based on the given properties. -
Uses of ILcdLOSCoverage in com.luciad.tea
Modifier and TypeInterfaceDescriptioninterface
CombinesILcdEditablePolarMatrixView
andILcdLOSCoverage
to represent the input and the results of a line-of-sight computation.Modifier and TypeClassDescriptionclass
DefaultILcdLOSCoverage
implementation that allows to set the line-of-sight coverage properties.Modifier and TypeMethodDescriptionILcdLOSPropagationFunction.createLOSCoverageMatrix
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) Creates a coverage matrix using the line-of-sight coverageaLOSCoverage
and the matrix referenceaMatrixReference
.TLcdLOSCoverageFactory.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
.TLcdLOSPropagationFunctionFixedHeight.createLOSCoverageMatrix
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) TLcdLOSRadarPropagationFunction.createLOSCoverageMatrix
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) TLcdLOSRadarPropagationFunctionCoverageMatrixWrapper.createLOSCoverageMatrix
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) Creates a clone of the fixed coverage matrix with which this instance was created.TLcdLOSRadarPropagationFunctionSkyBackground.createLOSCoverageMatrix
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) void
ILcdLOSPropagationFunction.initialize
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) Initialize the propagation function with the given coverageaLOSCoverage
and the given matrix referenceaMatrixReference
.void
TLcdLOSPropagationFunctionFixedHeight.initialize
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) void
TLcdLOSRadarPropagationFunction.initialize
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) void
TLcdLOSRadarPropagationFunctionCoverageMatrixWrapper.initialize
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) Empty implementation because the fixed coverage matrix is already initialized.void
TLcdLOSRadarPropagationFunctionSkyBackground.initialize
(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference)