Uses of Enum Class
org.geotools.process.classify.ClassificationMethod
Packages that use ClassificationMethod
Package
Description
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
-
Uses of ClassificationMethod in org.geotools.process.classify
Methods in org.geotools.process.classify that return ClassificationMethodModifier and TypeMethodDescriptionstatic ClassificationMethod
Returns the enum constant of this class with the specified name.static ClassificationMethod[]
ClassificationMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClassificationMethod in org.geotools.process.raster
Methods in org.geotools.process.raster with parameters of type ClassificationMethodModifier and TypeMethodDescriptionCoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) -
Uses of ClassificationMethod in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type ClassificationMethodModifier and TypeMethodDescriptionFeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener)