Uses of Interface
com.luciad.tea.ILcdP2PPropagationFunction
Packages that use ILcdP2PPropagationFunction
Package
Description
Provides the add-on to perform visibility calculations between a point observer and other shapes on a Lightspeed map.
Terrain analysis add-on for visibility calculations.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdP2PPropagationFunction in com.luciad.lucy.addons.tea.shapevisibility
Methods in com.luciad.lucy.addons.tea.shapevisibility that return ILcdP2PPropagationFunctionModifier and TypeMethodDescriptionILcyVisibilityCalculationPropertiesProvider.VisibilityCalculationProperties.createPropagationFunction(ALcdTerrainElevationProvider aTerrainElevationProvider) Returns a new propagation function instance used to perform the visibility calculations. -
Uses of ILcdP2PPropagationFunction in com.luciad.lucy.addons.tea.visibility
Methods in com.luciad.lucy.addons.tea.visibility that return ILcdP2PPropagationFunctionModifier and TypeMethodDescriptionTLcyVisibilityBackEnd.createPropagationFunction(ALcyProperties aProperties) Creates a new visibility propagation function, based on the given properties. -
Uses of ILcdP2PPropagationFunction in com.luciad.tea
Classes in com.luciad.tea that implement ILcdP2PPropagationFunctionModifier and TypeClassDescriptionclassComputes the intervisibility between the defining points, resulting in one of the following values:TLcdVisibilityStatus.VISIBLE: when the two points are visible to each other.TLcdVisibilityStatus.INVISIBLE: when the two points are invisible to each other.TLcdVisibilityStatus.UNCERTAIN: for points where the intervisibility is unknown.classComputes the intervisibility with sky in background between the defining points.Methods in com.luciad.tea with parameters of type ILcdP2PPropagationFunctionModifier and TypeMethodDescriptionTLcdP2PCoverageFactory.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.TLcdVisibilityMatrixViewFactory.createVisibilityMatrixView(ILcdAltitudeMatrixView aFromAltitudeMatrixView, ILcdAltitudeMatrixView aToAltitudeMatrixView, double aStepSize, ILcdP2PPropagationFunction aP2PPropagationFunction, TLcdVisibilityDescriptor aVisibilityDescriptor) Creates anILcdVisibilityMatrixViewcontaining the result of the matrix-to-matrix visibility computation.