Esempio n. 1
0
 def equals_exact(self, other, tolerance=0):
     """
     Returns true if the two Geometries are exactly equal, up to a
     specified tolerance.
     """
     return capi.geos_equalsexact(self.ptr, other.ptr, float(tolerance))
Esempio n. 2
0
 def equals_exact(self, other, tolerance=0):
     """
     Returns true if the two Geometries are exactly equal, up to a
     specified tolerance.
     """
     return capi.geos_equalsexact(self.ptr, other.ptr, float(tolerance))