Uses of Interface
com.luciad.contour.ILcdContourBuilder
Packages that use ILcdContourBuilder
Package
Description
This package contains utility classes for finding contours based on raster data.
-
Uses of ILcdContourBuilder in com.luciad.contour
Classes in com.luciad.contour that implement ILcdContourBuilderModifier 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
.Methods in com.luciad.contour with parameters of type ILcdContourBuilderModifier 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
.