Uses of Class
org.geotools.process.vector.PointStackerProcess.PreserveLocation
-
Packages that use PointStackerProcess.PreserveLocation Package Description org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of PointStackerProcess.PreserveLocation in org.geotools.process.vector
Methods in org.geotools.process.vector that return PointStackerProcess.PreserveLocation Modifier and Type Method Description static PointStackerProcess.PreserveLocation
PointStackerProcess.PreserveLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PointStackerProcess.PreserveLocation[]
PointStackerProcess.PreserveLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.process.vector with parameters of type PointStackerProcess.PreserveLocation Modifier and Type Method Description SimpleFeatureCollection
PointStackerProcess. execute(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor)
-