Enum Class TLcdComplexPolygonContourFinder.IntervalMode

java.lang.Object
java.lang.Enum<TLcdComplexPolygonContourFinder.IntervalMode>
com.luciad.contour.TLcdComplexPolygonContourFinder.IntervalMode
All Implemented Interfaces:
Serializable, Comparable<TLcdComplexPolygonContourFinder.IntervalMode>, Constable
Enclosing class:
TLcdComplexPolygonContourFinder

public static enum TLcdComplexPolygonContourFinder.IntervalMode extends Enum<TLcdComplexPolygonContourFinder.IntervalMode>
The interval mode of the created contours. This determines which complex polygons are created for the level values.

If the mode is INTERVAL, then a complex polygon around the area between each two consecutive values is created. Since two consecutive values are used per interval, there is one less area created than the number of level values. Each area is disjoint to all other areas.

If it's LOWER, a complex polygon around each area smaller than the given value is created. There are as much areas created as given levels. The areas will overlap each other, but will still be disjoint to special value areas.

If it's HIGHER, a complex polygon around each area higher than the given value is created. There are as much areas created as given levels. The areas will overlap each other, but will still be disjoint to special value areas.

Since:
10.1