Example #1
0
 def equals(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is T*F**FFF*.
     """
     return capi.geos_equals(self.ptr, other.ptr)
Example #2
0
 def equals(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is T*F**FFF*.
     """
     return capi.geos_equals(self.ptr, other.ptr)