Uses of Enum Class
org.geotools.process.vector.PointStackerProcess.PreserveLocation
Packages that use PointStackerProcess.PreserveLocation
-
Uses of PointStackerProcess.PreserveLocation in org.geotools.process.vector
Methods in org.geotools.process.vector that return PointStackerProcess.PreserveLocationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PointStackerProcess.PreserveLocation[]
PointStackerProcess.PreserveLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.process.vector with parameters of type PointStackerProcess.PreserveLocationModifier and TypeMethodDescriptionPointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor)