Uses of Enum Class
com.luciad.contour.TLcdComplexPolygonContourFinder.IntervalMode
Packages that use TLcdComplexPolygonContourFinder.IntervalMode
Package
Description
This package contains utility classes for finding contours based on raster data.
Contains all classes for terrain elevation analysis.
-
Uses of TLcdComplexPolygonContourFinder.IntervalMode in com.luciad.contour
Methods in com.luciad.contour that return TLcdComplexPolygonContourFinder.IntervalModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TLcdComplexPolygonContourFinder.IntervalMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.contour with parameters of type TLcdComplexPolygonContourFinder.IntervalModeModifier 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. -
Uses of TLcdComplexPolygonContourFinder.IntervalMode in com.luciad.tea
Methods in com.luciad.tea with parameters of type TLcdComplexPolygonContourFinder.IntervalModeModifier and TypeMethodDescriptionTLcdLOSCoverageFactory.createLOSCoverageContours
(ILcdLOSCoverageMatrix aLOSCoverageMatrix, ILcdGeoReference aTargetReference, TLcdComplexPolygonContourFinder.IntervalMode aIntervalMode, double[] aContourIntervalLevels, double[] aContourSpecialValues) Generates complex polygon contours from the givenILcdLOSCoverageMatrix
using the target reference and the contour levels.