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.clone() This method returns a GEOSGeometry that is a clone of the original.
GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included
GEOSGeometry.num_coords Returns the number of coordinates in the geometry.
byteorder This property may be set to change the byte-order of the geometry representation.
class WKBReader Example: >>> from django
GEOSGeometry.union(other) Returns a GEOSGeometry representing all the points in this geometry and the other.
GEOSGeometry.empty Returns whether or not the set of points in the geometry is empty.
Page 2 of 10