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 TypeClassDescriptionclassILcdContourBuilder implementation for usage with the TLcdComplexPolygonContourFinder.classILcdContourBuilderimplementation for usage with theTLcdPolylineContourFinder.classILcdContourBuilder implementation for usage with the TLcdComplexPolygonContourFinder.classILcdContourBuilderimplementation for usage with theTLcdPolylineContourFinder.Methods in com.luciad.contour with parameters of type ILcdContourBuilderModifier and TypeMethodDescriptionvoidTLcdComplexPolygonContourFinder.findContours(ILcdContourBuilder aContourBuilder, ILcdMatrixView aMatrixView, TLcdComplexPolygonContourFinder.IntervalMode aIntervalMode, double[] aContourLevelValues, double[] aContourSpecialValues) Computes all contour lines for the specifiedaMatrixViewat the given levels.voidTLcdPolylineContourFinder.findContours(ILcdContourBuilder aContourBuilder, ILcdMatrixView aMatrixView, double[] aContourLevelValues, double[] aContourSpecialValues) Computes all contour lines for the specifiedaMatrixViewat the levels indicated byaContourLevels.