locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.99k stars 443 forks source link

Create center-line for polygon #1095

Open exotfboy opened 3 weeks ago

exotfboy commented 3 weeks ago

Hi: Is it possible to create center-line(mediaaxis) for polygon using JTS ? Like this.

dr-jts commented 3 weeks ago

Not in the current version. It's hoped to provide an Approximate Medial Axis algorithm at some point.

exotfboy commented 3 weeks ago

Well, any other java library can implement this?