Uses of Interface
com.luciad.tea.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
Modifier 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
Modifier and TypeMethodDescriptionTLcyVisibilityBackEnd.createPropagationFunction
(ALcyProperties aProperties) Creates a new visibility propagation function, based on the given properties. -
Uses of ILcdP2PPropagationFunction in com.luciad.tea
Modifier and TypeClassDescriptionclass
Computes 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.class
Computes the intervisibility with sky in background between the defining points.Modifier and TypeMethodDescriptionTLcdP2PCoverageFactory.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
.
TLcdVisibilityMatrixViewFactory.createVisibilityMatrixView
(ILcdAltitudeMatrixView aFromAltitudeMatrixView, ILcdAltitudeMatrixView aToAltitudeMatrixView, double aStepSize, ILcdP2PPropagationFunction aP2PPropagationFunction, TLcdVisibilityDescriptor aVisibilityDescriptor) Creates anILcdVisibilityMatrixView
containing the result of the matrix-to-matrix visibility computation.