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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CoverageClassStats.Results |
CoverageClassStats.execute(GridCoverage2D coverage,
Set<Statistic> stats,
Integer band,
Integer classes,
ClassificationMethod method,
Double noData,
ProgressListener progressListener) |
Modifier and Type | Method and Description |
---|---|
FeatureClassStats.Results |
FeatureClassStats.execute(FeatureCollection features,
String attribute,
Set<Statistic> stats,
Integer classes,
ClassificationMethod method,
Double noData,
ProgressListener progressListener) |
Copyright © 1996–2019 Geotools. All rights reserved.