Home
last modified time | relevance | path

Searched defs:symDifference (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/function/
H A DOverlayEnhancedPrecisionFunctions.java20 …public static Geometry symDifference(Geometry a, Geometry b) { return EnhancedPrecisionOp.symDiff… in symDifference() method in OverlayEnhancedPrecisionFunctions
H A DOverlayCommonBitsRemovedFunctions.java21 public static Geometry symDifference(Geometry a, Geometry b) { return op().symDifference(a, b); } in symDifference() method in OverlayCommonBitsRemovedFunctions
H A DOverlayNoSnapFunctions.java22 …public static Geometry symDifference(Geometry a, Geometry b) { return OverlayOp.overlayOp(a, b, O… in symDifference() method in OverlayNoSnapFunctions
H A DOverlayNGStrictFunctions.java36 public static Geometry symDifference(Geometry a, Geometry b) { in symDifference() method in OverlayNGStrictFunctions
H A DOverlayNGFunctions.java40 public static Geometry symDifference(Geometry a, Geometry b) { in symDifference() method in OverlayNGFunctions
H A DOverlayFunctions.java23 public static Geometry symDifference(Geometry a, Geometry b) { return a.symDifference(b); } in symDifference() method in OverlayFunctions
H A DOverlayNGSRFunctions.java53 public static Geometry symDifference(Geometry a, Geometry b, in symDifference() method in OverlayNGSRFunctions
H A DOverlayNGRobustFunctions.java50 public static Geometry symDifference(Geometry a, Geometry b) { in symDifference() method in OverlayNGRobustFunctions
/dports/graphics/geos/geos-3.9.1/include/geos/operation/overlay/snap/
H A DSnapIfNeededOverlayOp.h78 symDifference(const geom::Geometry& g0, const geom::Geometry& g1) in symDifference() function
H A DSnapOverlayOp.h87 symDifference(const geom::Geometry& g0, const geom::Geometry& g1) in symDifference() function
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/
H A DSnapIfNeededOverlayOp.java55 public static Geometry symDifference(Geometry g0, Geometry g1) in symDifference() method in SnapIfNeededOverlayOp
H A DSnapOverlayOp.java54 public static Geometry symDifference(Geometry g0, Geometry g1) in symDifference() method in SnapOverlayOp
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/precision/
H A DCommonBitsOp.java95 public Geometry symDifference(Geometry geom0, Geometry geom1) in symDifference() method in CommonBitsOp
H A DEnhancedPrecisionOp.java136 public static Geometry symDifference(Geometry geom0, Geometry geom1) in symDifference() method in EnhancedPrecisionOp
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/
H A DOverlayNGInvalidTest.java77 public static Geometry symDifference(Geometry a, Geometry b) { in symDifference() method in OverlayNGInvalidTest
H A DOverlayNGStrictModeTest.java112 static Geometry symDifference(Geometry a, Geometry b) { in symDifference() method in OverlayNGStrictModeTest
H A DOverlayNGTest.java604 public static Geometry symDifference(Geometry a, Geometry b, double scaleFactor) { in symDifference() method in OverlayNGTest
624 public static Geometry symDifference(Geometry a, Geometry b) { in symDifference() method in OverlayNGTest
/dports/graphics/geos/geos-3.9.1/src/precision/
H A DEnhancedPrecisionOp.cpp158 EnhancedPrecisionOp::symDifference( in symDifference() function in geos::precision::EnhancedPrecisionOp
H A DCommonBitsOp.cpp102 CommonBitsOp::symDifference( in symDifference() function in geos::precision::CommonBitsOp
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dshape.i151 shapeObj *symDifference(shapeObj *shape) { return msGEOSSymDifference(self, shape); } in symDifference() function
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/
H A DGeometry.java1410 public Geometry symDifference(Geometry other) in symDifference() method in Geometry
/dports/graphics/geos/geos-3.9.1/src/geom/
H A DGeometry.cpp639 Geometry::symDifference(const Geometry* other) const in symDifference() function in geos::geom::Geometry
/dports/math/gismo/gismo-21.12.0/src/gsNurbs/
H A DgsKnotVector.hpp163 void gsKnotVector<T>::symDifference(const gsKnotVector<T> & other, in symDifference() function in gismo::gsKnotVector
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp412 QgsAbstractGeometry *QgsGeos::symDifference( const QgsAbstractGeometry *geom, QString *errorMsg ) c… in symDifference() function in QgsGeos
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp439 QgsAbstractGeometry *QgsGeos::symDifference( const QgsAbstractGeometry *geom, QString *errorMsg ) c… in symDifference() function in QgsGeos

12