GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
class LinearRing(*args, **kwargs) LinearRing objects are constructed in the exact same way as LineString
GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for
GEOSGeometry.union(other) Returns a GEOSGeometry representing all the points in this geometry and the other.
class WKBReader Example: >>> from django
GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******
GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that
GEOSGeometry.valid Returns a boolean indicating whether the geometry is valid.
GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification
Page 1 of 10