Exemplo n.º 1
0
 def disjoint(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is FF*FF****.
     """
     return capi.geos_disjoint(self.ptr, other.ptr)
Exemplo n.º 2
0
 def disjoint(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is FF*FF****.
     """
     return capi.geos_disjoint(self.ptr, other.ptr)