Uses of Class
org.geotools.process.classify.ClassificationMethod
-
Packages that use ClassificationMethod Package Description org.geotools.process.classify org.geotools.process.raster Raster processing support for the GeoTools library.org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of ClassificationMethod in org.geotools.process.classify
Methods in org.geotools.process.classify that return ClassificationMethod Modifier and Type Method Description static ClassificationMethod
ClassificationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClassificationMethod[]
ClassificationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClassificationMethod in org.geotools.process.raster
Methods in org.geotools.process.raster with parameters of type ClassificationMethod Modifier and Type Method Description CoverageClassStats.Results
CoverageClassStats. execute(GridCoverage2D coverage, Set<Statistic> 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 ClassificationMethod Modifier and Type Method Description FeatureClassStats.Results
FeatureClassStats. execute(FeatureCollection features, String attribute, Set<Statistic> stats, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener)
-