GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.
GEOSGeometry.valid Returns a boolean indicating whether the geometry is valid.
GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not
GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included
GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and
GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that
class WKBReader Example: >>> from django
GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******
GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
Page 1 of 10