GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******
GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification
GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.
GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that
GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and
class LinearRing(*args, **kwargs) LinearRing objects are constructed in the exact same way as LineString
covers(other)
GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for
Page 1 of 10