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 TypeClassDescriptionclassATLcdP2PCoveragedefines 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 coverageaP2PCoveragein the given referenceaComputationReferenceand returns the result as aTLcdVisibilityStatus.TLcdP2PRadarPropagationFunction.computeVisibility(ILcdP2PCoverage aP2PCoverage, ILcdGeoReference aComputationReference) Computes the intervisibility between the defining points of the coverageaP2PCoveragein the referenceaComputationReferenceand returns aTLcdVisibilityStatusindicating 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 coverageaP2PCoveragein the referenceaComputationReferenceand returns the result as aTLcdVisibilityStatus.TLcdP2PCoverageFactory.createPoint2PointIntervisibility(ILcdP2PPropagationFunction aP2PPropagationFunction, ILcdP2PCoverage aP2PCoverage, ILcdGeoReference aTargetReference, ALcdTerrainElevationProvider aTerrainElevationProvider) This method creates anILcdExtendedPoint2PointIntervisibilityusing the propagation functionaP2PPropagationFunction, the point-to-point coverageaP2PCoverage, the target referenceaTargetReferenceand the terrain elevation provideraTerrainElevationProvider.