Uses of Interface
com.luciad.tea.ILcdP2PCoverage
Packages that use ILcdP2PCoverage
-
Uses of ILcdP2PCoverage in com.luciad.tea
Classes in com.luciad.tea that implement ILcdP2PCoverageModifier and TypeClassDescriptionclass
ATLcdP2PCoverage
defines a coverage between two points.Methods in com.luciad.tea with parameters of type ILcdP2PCoverageModifier and TypeMethodDescriptionILcdP2PPropagationFunction.computeVisibility
(ILcdP2PCoverage aP2PCoverage, ILcdGeoReference aComputationReference) Computes the visibility for a given coverageaP2PCoverage
in the given referenceaComputationReference
and returns the result as aTLcdVisibilityStatus
.TLcdP2PRadarPropagationFunction.computeVisibility
(ILcdP2PCoverage aP2PCoverage, ILcdGeoReference aComputationReference) Computes the intervisibility between the defining points of the coverageaP2PCoverage
in the referenceaComputationReference
and returns aTLcdVisibilityStatus
indicating the result of the visibility computation.TLcdP2PRadarPropagationFunctionSkyBackground.computeVisibility
(ILcdP2PCoverage aP2PCoverage, ILcdGeoReference aComputationReference) Computes the intervisibility with sky in background between the defining points of the coverageaP2PCoverage
in the referenceaComputationReference
and returns the result as aTLcdVisibilityStatus
.TLcdP2PCoverageFactory.createPoint2PointIntervisibility
(ILcdP2PPropagationFunction aP2PPropagationFunction, ILcdP2PCoverage aP2PCoverage, ILcdGeoReference aTargetReference, ALcdTerrainElevationProvider aTerrainElevationProvider) This method creates anILcdExtendedPoint2PointIntervisibility
using the propagation functionaP2PPropagationFunction
, the point-to-point coverageaP2PCoverage
, the target referenceaTargetReference
and the terrain elevation provideraTerrainElevationProvider
.