Uses of Class
org.geotools.process.vector.CountProcess.AggregationFunction
-
Packages that use CountProcess.AggregationFunction Package Description org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of CountProcess.AggregationFunction in org.geotools.process.vector
Methods in org.geotools.process.vector that return CountProcess.AggregationFunction Modifier and Type Method Description static CountProcess.AggregationFunction
CountProcess.AggregationFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static CountProcess.AggregationFunction[]
CountProcess.AggregationFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-