Uses of Interface
com.luciad.tea.ILcdMatrix
Packages that use ILcdMatrix
-
Uses of ILcdMatrix in com.luciad.tea
Classes in com.luciad.tea that implement ILcdMatrixModifier and TypeClassDescriptionclass
ATLcdMatrix
is a "regular"ILcdMatrixView
, with the x- and y-coordinates are regularly spaced.class
ATLcdRasterMatrix
is anILcdMatrix
wrapper around a part of anILcdRaster
.Methods in com.luciad.tea with parameters of type ILcdMatrixModifier and TypeMethodDescriptionint
TLcdContourFinder.applyOnAllContours
(ILcdFunction aFunction, ILcdMatrix aMatrix, double[] aContourLevels) Deprecated.Computes all contour lines of aMatrix at the levels indicated by aContourLevels and applies aFunction to each generatedILcdValuedPolygon
.int
TLcdContourFinder.applyOnAllContours
(ILcdFunction aFunction, ILcdMatrix aMatrix, int aNumberOfLevels, boolean aLogInterval, double aMaxLevel, double aMinLevel) Deprecated.Computes all contour lines of aMatrix at aNumberOfLevels different levels and applies aFunction to each generatedILcdValuedPolygon
.double[]
TLcdContourUtil.getLinearLevels
(ILcdMatrix aMatrix, int aNumberOfLevels, double aMinLevel, double aMaxLevel) Deprecated.Returns the different levels using a linear subdivision.double[]
TLcdContourUtil.getLogarithmicLevels
(ILcdMatrix aMatrix, int aNumberOfLevels, double aMinLevel, double aMaxLevel) Deprecated.Returns the different levels using a logarithmic subdivision.