Class FeatureStatistics
- java.lang.Object
-
- org.locationtech.jts.jump.util.feature.FeatureStatistics
-
public class FeatureStatistics extends Object
Computes Feature Statistics for aFeatureCollection
.
-
-
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)
-
-