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 TypeClassDescriptionclassATLcdMatrixis a "regular"ILcdMatrixView, with the x- and y-coordinates are regularly spaced.classATLcdRasterMatrixis anILcdMatrixwrapper around a part of anILcdRaster.Methods in com.luciad.tea with parameters of type ILcdMatrixModifier and TypeMethodDescriptionintTLcdContourFinder.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.intTLcdContourFinder.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.