Uses of Interface
com.luciad.contour.ILcdContourBuilder
Package
Description
This package contains utility classes for finding contours based on raster data.
-
Uses of ILcdContourBuilder in com.luciad.contour
Modifier and TypeClassDescriptionclass
ILcdContourBuilder implementation for usage with the TLcdComplexPolygonContourFinder.class
ILcdContourBuilder
implementation for usage with theTLcdPolylineContourFinder
.class
ILcdContourBuilder implementation for usage with the TLcdComplexPolygonContourFinder.class
ILcdContourBuilder
implementation for usage with theTLcdPolylineContourFinder
.Modifier and TypeMethodDescriptionvoid
TLcdComplexPolygonContourFinder.findContours
(ILcdContourBuilder aContourBuilder, ILcdMatrixView aMatrixView, TLcdComplexPolygonContourFinder.IntervalMode aIntervalMode, double[] aContourLevelValues, double[] aContourSpecialValues) Computes all contour lines for the specifiedaMatrixView
at the given levels.void
TLcdPolylineContourFinder.findContours
(ILcdContourBuilder aContourBuilder, ILcdMatrixView aMatrixView, double[] aContourLevelValues, double[] aContourSpecialValues) Computes all contour lines for the specifiedaMatrixView
at the levels indicated byaContourLevels
.