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 TypeMethodDescriptionvoidTLcdComplexPolygonContourFinder.findContours(ILcdContourBuilder aContourBuilder, ILcdMatrixView aMatrixView, TLcdComplexPolygonContourFinder.IntervalMode aIntervalMode, double[] aContourLevelValues, double[] aContourSpecialValues) Computes all contour lines for the specifiedaMatrixViewat 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 givenILcdLOSCoverageMatrixusing the target reference and the contour levels.