Uses of Interface
com.luciad.tea.ILcdLOSCoverage
Packages that use 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
Methods in com.luciad.lucy.addons.tea.loscoverage that return ILcdLOSCoverageModifier and TypeMethodDescriptionTLcyLOSCoverageBackEnd.createCoverage(ALcyProperties aProperties) Creates a new line-of-sight coverage, based on the given properties. -
Uses of ILcdLOSCoverage in com.luciad.tea
Subinterfaces of ILcdLOSCoverage in com.luciad.teaModifier and TypeInterfaceDescriptioninterfaceCombinesILcdEditablePolarMatrixViewandILcdLOSCoverageto represent the input and the results of a line-of-sight computation.Classes in com.luciad.tea that implement ILcdLOSCoverageModifier and TypeClassDescriptionclassDefaultILcdLOSCoverageimplementation that allows to set the line-of-sight coverage properties.Methods in com.luciad.tea with parameters of type ILcdLOSCoverageModifier and TypeMethodDescriptionILcdLOSPropagationFunction.createLOSCoverageMatrix(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) Creates a coverage matrix using the line-of-sight coverageaLOSCoverageand the matrix referenceaMatrixReference.TLcdLOSCoverageFactory.createLOSCoverageMatrix(ILcdLOSPropagationFunction aLOSPropagationFunction, ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aTargetReference) Creates aILcdLOSCoverageMatrixrepresenting the result of line-of-sight computations on the given areaaLOSCoverageusing 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) voidILcdLOSPropagationFunction.initialize(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) Initialize the propagation function with the given coverageaLOSCoverageand the given matrix referenceaMatrixReference.voidTLcdLOSPropagationFunctionFixedHeight.initialize(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) voidTLcdLOSRadarPropagationFunction.initialize(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) voidTLcdLOSRadarPropagationFunctionCoverageMatrixWrapper.initialize(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference) Empty implementation because the fixed coverage matrix is already initialized.voidTLcdLOSRadarPropagationFunctionSkyBackground.initialize(ILcdLOSCoverage aLOSCoverage, ILcdGeoReference aMatrixReference)