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.TypeTLcyExtremePointAddOn.EXTREME_POINT_MODE_VALUE_DEFAULTDefault value for theTLcyExtremePointAddOn.EXTREME_POINT_MODE_KEYproperty. -
Uses of TLcdExtremePointFinder.Type in com.luciad.tea
Fields in com.luciad.tea declared as TLcdExtremePointFinder.TypeModifier and TypeFieldDescriptionstatic final TLcdExtremePointFinder.TypeTLcdExtremePointFinder.Type.HIGHEST_POINTSConstant used for locating the highest extreme points inside a matrix view.static final TLcdExtremePointFinder.TypeTLcdExtremePointFinder.Type.LOWEST_POINTSConstant 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 ofILcdPointobjects.