Home
last modified time | relevance | path

Searched defs:containsProperly (Results 1 – 12 of 12) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/prep/
H A DPreparedPolygonContainsProperly.java50 public static boolean containsProperly(PreparedPolygon prep, Geometry geom) in containsProperly() method in PreparedPolygonContainsProperly
72 public boolean containsProperly(Geometry geom) in containsProperly() method in PreparedPolygonContainsProperly
H A DPreparedPolygon.java104 public boolean containsProperly(Geometry g) in containsProperly() method in PreparedPolygon
H A DPreparedGeometry.java88 boolean containsProperly(Geometry geom); in containsProperly() method
H A DBasicPreparedGeometry.java122 public boolean containsProperly(Geometry g) in containsProperly() method in BasicPreparedGeometry
/dports/graphics/geos/geos-3.9.1/include/geos/geom/prep/
H A DPreparedPolygonContainsProperly.h73 containsProperly(const PreparedPolygon* const prep, const geom::Geometry* geom) in containsProperly() function
/dports/graphics/geos/geos-3.9.1/src/geom/prep/
H A DPreparedPolygonContainsProperly.cpp46 PreparedPolygonContainsProperly::containsProperly(const geom::Geometry* geom) in containsProperly() function in geos::geom::prep::PreparedPolygonContainsProperly
H A DPreparedPolygon.cpp100 containsProperly(const geom::Geometry* g) const in containsProperly() function in geos::geom::prep::PreparedPolygon
H A DBasicPreparedGeometry.cpp90 BasicPreparedGeometry::containsProperly(const geom::Geometry* g) const in containsProperly() function in geos::geom::prep::BasicPreparedGeometry
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/union/
H A DOverlapUnion.java282 private static boolean containsProperly(Envelope env, Coordinate p0, Coordinate p1) { in containsProperly() method in OverlapUnion
286 private static boolean containsProperly(Envelope env, Coordinate p) { in containsProperly() method in OverlapUnion
/dports/graphics/geos/geos-3.9.1/src/operation/union/
H A DOverlapUnion.cpp201 containsProperly(const Envelope& env, const Coordinate& p) in containsProperly() function
212 containsProperly(const Envelope& env, const Coordinate& p0, const Coordinate& p1) in containsProperly() function
/dports/math/jts/jts-jts-1.18.1/modules/tests/src/main/java/org/locationtech/jtstest/geomop/
H A DPreparedGeometryOperation.java116 public static boolean containsProperly(Geometry g1, Geometry g2) in containsProperly() method in PreparedGeometryOperation.PreparedGeometryOp
H A DPreparedGeometryTeeOperation.java22 private static boolean containsProperly(Geometry g1, Geometry g2) in containsProperly() method in PreparedGeometryTeeOperation