Uses of Enum Class
com.luciad.contour.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
Modifier 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.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. -
Uses of TLcdComplexPolygonContourFinder.IntervalMode in com.luciad.tea
Modifier 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.