GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.
covers(other)
class LinearRing(*args, **kwargs) LinearRing objects are constructed in the exact same way as LineString
GEOSGeometry.union(other) Returns a GEOSGeometry representing all the points in this geometry and the other.
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.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.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure
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