Class ApproximateMedialAxis
- java.lang.Object
-
- org.locationtech.jts.algorithm.axis.ApproximateMedialAxis
-
public class ApproximateMedialAxis extends 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)
-