pull/788/head
Mike Barry 2024-01-12 07:01:50 -05:00
rodzic 17d93d63dc
commit 6cca1b4c12
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,9 @@ import org.locationtech.jts.geom.prep.PreparedPolygon;
* Multipolygon way members have an "inner" and "outer" role, but they can be incorrectly specified, so instead
* determine the nesting order and alternate outer/inner/outer/inner... from the outermost ring inwards.
* <p>
* This class is ported to Java from <a href="imposm3 multipolygon.go">...</a> and <a href="imposm3 ring.go">...</a>
* This class is ported to Java from
* <a href="https://github.com/omniscale/imposm3/blob/master/geom/multipolygon.go">imposm3 multipolygon.go</a> and
* <a href="https://github.com/omniscale/imposm3/blob/master/geom/ring.go">imposm3 ring.go</a>
*/
public class OsmMultipolygon {
/*