GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not
class LinearRing(*args, **kwargs) LinearRing objects are constructed in the exact same way as LineString
covers(other)
GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included
GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.
GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and
GEOSGeometry.union(other) Returns a GEOSGeometry representing all the points in this geometry and the other.
GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
num_interior_rings Returns the number of interior rings in this geometry.
Page 2 of 10