Class Elongation
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.measure.Elongation
-
public class Elongation extends Object
- Author:
- julien Gaffuri
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Elongation.WidthApproximation
-
Constructor Summary
Constructors Constructor Description Elongation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
get(org.locationtech.jts.geom.Geometry geom)
static Elongation.WidthApproximation
getWidthApproximation(org.locationtech.jts.geom.Polygon poly)
-
-
-
Method Detail
-
getWidthApproximation
public static Elongation.WidthApproximation getWidthApproximation(org.locationtech.jts.geom.Polygon poly)
-
get
public static double get(org.locationtech.jts.geom.Geometry geom)
-
-