Class FeatureStatistics
- java.lang.Object
-
- com.vividsolutions.jump.util.feature.FeatureStatistics
-
public class FeatureStatistics extends Object
Computes Feature Statistics for aFeatureCollection
. See alsoorg.openjump.core.ui.plugin.tools.aggregate
package
-
-
Constructor Summary
Constructors Constructor Description FeatureStatistics()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double[]
minMaxValue(FeatureCollection fc, String col)
-
-
-
Method Detail
-
minMaxValue
public static double[] minMaxValue(FeatureCollection fc, String col)
-
-