Uses of Interface
com.luciad.tea.ILcdMatrix

Packages that use ILcdMatrix
Package
Description
Contains all classes for terrain elevation analysis.
  • Uses of ILcdMatrix in com.luciad.tea

    Classes in com.luciad.tea that implement ILcdMatrix
    Modifier and Type
    Class
    Description
    class 
    A TLcdMatrix is a "regular" ILcdMatrixView, with the x- and y-coordinates are regularly spaced.
    class 
    A TLcdRasterMatrix is an ILcdMatrix wrapper around a part of an ILcdRaster.
    Methods in com.luciad.tea with parameters of type ILcdMatrix
    Modifier and Type
    Method
    Description
    int
    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 generated ILcdValuedPolygon.
    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 generated ILcdValuedPolygon.
    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.