Contains all classes for terrain elevation analysis.
-
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
.
int
Deprecated.
Computes all contour lines of aMatrix at the levels indicated by
aContourLevels and applies aFunction to each generated ILcdValuedPolygon
.
int
Deprecated.
Computes all contour lines of aMatrix at aNumberOfLevels different
levels and applies aFunction to each generated ILcdValuedPolygon
.
double[]
Deprecated.
Returns the different levels using a linear subdivision.
double[]
Deprecated.
Returns the different levels using a logarithmic subdivision.