Uses of Interface
com.luciad.tea.ILcdMatrixRasterValueMapper
Packages that use 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
Methods in com.luciad.lucy.addons.tea.loscoverage that return ILcdMatrixRasterValueMapperModifier and TypeMethodDescriptionTLcyLOSCoverageBackEnd.createPropagationMatrixRasterValueMapper
(String aPropagationFunctionKey) Returns anILcdMatrixRasterValueMapper
for the given propagation function ID. -
Uses of ILcdMatrixRasterValueMapper in com.luciad.lucy.addons.tea.visibility
Methods in com.luciad.lucy.addons.tea.visibility that return ILcdMatrixRasterValueMapperModifier and TypeMethodDescriptionTLcyVisibilityBackEnd.createPropagationMatrixRasterValueMapper
(String aPropagationFunctionKey) Returns aILcdMatrixRasterValueMapper
for the given propagation function ID. -
Uses of ILcdMatrixRasterValueMapper in com.luciad.tea
Methods in com.luciad.tea with parameters of type ILcdMatrixRasterValueMapperModifier 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.