Home
last modified time | relevance | path

Searched defs:isOuterHole (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/geos/geos-3.9.1/include/geos/operation/polygonize/
H A DEdgeRing.h251 bool isOuterHole() const { in isOuterHole() function
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/
H A DEdgeRing.java373 public boolean isOuterHole() { in isOuterHole() method in EdgeRing