Package org.geotools.process.geometry
Class CenterLine
- Object
-
- CenterLine
-
public class CenterLine extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static GeometryFactoryGF
-
Constructor Summary
Constructors Constructor Description CenterLine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleFeatureCollectionextractCenterLine(SimpleFeatureCollection features, double perc)static GeometrygetCenterLine(Geometry geom)static GeometrygetCenterLine(Geometry geom, double perc_density)
-
-
-
Field Detail
-
GF
public static final GeometryFactory GF
-
-
Method Detail
-
extractCenterLine
public static SimpleFeatureCollection extractCenterLine(SimpleFeatureCollection features, double perc)
-
-