Skip to content

A fast algorithm for finding the pole of inaccessibility of a polygon (in Java)

License

Notifications You must be signed in to change notification settings

nyukhalov/polylabel-java

Repository files navigation

Build Status Coverage Status

Polylabel-java

A Java port of the mapbox polylabel: a fast algorithm for finding the pole of inaccessibility of a polygon

Usage

public class Example {
    public static void main() {
        Polygon polygon = readPolygon(); // Get polygon data from somewhere.
        Point p = Polylabel.polylabel(polygon, 1);
    }
}

About

A fast algorithm for finding the pole of inaccessibility of a polygon (in Java)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages