Class ApproximateMedialAxis
- java.lang.Object
-
- org.locationtech.jts.algorithm.axis.ApproximateMedialAxis
-
public class ApproximateMedialAxis extends java.lang.Object
Constructs an approximation to the medial axis of a Polygon, as a set of linestrings representing the medial axis graph.- Author:
- mdavis
-
-
Constructor Summary
Constructors Constructor Description ApproximateMedialAxis(Polygon polygon)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
medialAxis(Geometry geom)
-