Uses of Interface
com.luciad.tea.ILcdMatrixRasterValueMapper
Package
Description
Terrain analysis add-on for line-of-sight coverages.
Terrain analysis add-on for visibility calculations.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdMatrixRasterValueMapper in com.luciad.lucy.addons.tea.loscoverage
Modifier and TypeMethodDescriptionTLcyLOSCoverageBackEnd.createPropagationMatrixRasterValueMapper
(String aPropagationFunctionKey) Returns anILcdMatrixRasterValueMapper
for the given propagation function ID. -
Uses of ILcdMatrixRasterValueMapper in com.luciad.lucy.addons.tea.visibility
Modifier and TypeMethodDescriptionTLcyVisibilityBackEnd.createPropagationMatrixRasterValueMapper
(String aPropagationFunctionKey) Returns aILcdMatrixRasterValueMapper
for the given propagation function ID. -
Uses of ILcdMatrixRasterValueMapper in com.luciad.tea
Modifier and TypeMethodDescriptionTLcdMatrixViewRasterFactory.createEquivalentRaster
(ILcdMatrixView aMatrix, ILcdGeoReference aMatrixReference, ILcdMatrixRasterValueMapper aMatrixRasterValueMapper) Creates anILcdRaster
from theILcdMatrixView
assuming a one-by-one relation.TLcdLOSCoverageFactory.createLOSCoverageRaster
(ILcdLOSCoverageMatrix aLOSCoverageMatrix, ILcdMatrixRasterValueMapper aMatrixRasterValueMapper, ILcdGeoReference aTargetReference, double aTargetPixelDensity, TLcdCoverageFillMode aFillMode) Creates anILcdRaster
from theILcdLOSCoverageMatrix
using the given target reference, pixel density and fill mode.TLcdMatrixViewRasterFactory.createRaster
(ILcdMatrixView aMatrix, ILcdGeoReference aMatrixReference, ILcdMatrixRasterValueMapper aMatrixRasterValueMapper, ILcdGeoReference aTargetReference, double aTargetPixelDensity, TLcdCoverageFillMode aFillMode) Creates anILcdRaster
from theILcdMatrixView
using the given target reference, pixel density and fill mode.