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 anILcdMatrixRasterValueMapperfor 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 aILcdMatrixRasterValueMapperfor 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 anILcdRasterfrom theILcdMatrixViewassuming a one-by-one relation.TLcdLOSCoverageFactory.createLOSCoverageRaster(ILcdLOSCoverageMatrix aLOSCoverageMatrix, ILcdMatrixRasterValueMapper aMatrixRasterValueMapper, ILcdGeoReference aTargetReference, double aTargetPixelDensity, TLcdCoverageFillMode aFillMode) Creates anILcdRasterfrom theILcdLOSCoverageMatrixusing the given target reference, pixel density and fill mode.TLcdMatrixViewRasterFactory.createRaster(ILcdMatrixView aMatrix, ILcdGeoReference aMatrixReference, ILcdMatrixRasterValueMapper aMatrixRasterValueMapper, ILcdGeoReference aTargetReference, double aTargetPixelDensity, TLcdCoverageFillMode aFillMode) Creates anILcdRasterfrom theILcdMatrixViewusing the given target reference, pixel density and fill mode.