GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and
GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for
covers(other)
GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
GEOSGeometry.union(other) Returns a GEOSGeometry representing all the points in this geometry and the other.
byteorder This property may be set to change the byte-order of the geometry representation.
GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure
GEOSGeometry.valid Returns a boolean indicating whether the geometry is valid.
GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that
Page 1 of 10