Uses of Class
com.luciad.tea.TLcdExtremePointFinder.Type
Packages that use TLcdExtremePointFinder.Type
Package
Description
Terrain analysis add-on for extreme point calculations.
Contains all classes for terrain elevation analysis.
-
Uses of TLcdExtremePointFinder.Type in com.luciad.lucy.addons.tea.extremepoint
Fields in com.luciad.lucy.addons.tea.extremepoint declared as TLcdExtremePointFinder.TypeModifier and TypeFieldDescriptionstatic final TLcdExtremePointFinder.Type
TLcyExtremePointAddOn.EXTREME_POINT_MODE_VALUE_DEFAULT
Default value for theTLcyExtremePointAddOn.EXTREME_POINT_MODE_KEY
property. -
Uses of TLcdExtremePointFinder.Type in com.luciad.tea
Fields in com.luciad.tea declared as TLcdExtremePointFinder.TypeModifier and TypeFieldDescriptionstatic final TLcdExtremePointFinder.Type
TLcdExtremePointFinder.Type.HIGHEST_POINTS
Constant used for locating the highest extreme points inside a matrix view.static final TLcdExtremePointFinder.Type
TLcdExtremePointFinder.Type.LOWEST_POINTS
Constant used for locating the lowest extreme points inside a matrix view.Methods in com.luciad.tea with parameters of type TLcdExtremePointFinder.TypeModifier and TypeMethodDescriptionTLcdExtremePointFinder.findExtremePoints
(TLcdExtremePointFinder.Type aExtremePointMode, int aRequestedPointCount, double aMinValueSeparation, double aMinDistanceSeparation) Retrieves an ordered collection ofILcdPoint
objects.