GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and
GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included
GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.
GEOSGeometry.num_coords Returns the number of coordinates in the geometry.
GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure
GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not
byteorder This property may be set to change the byte-order of the geometry representation.
GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.
covers(other)
GEOSGeometry.area This property returns the area of the Geometry.
Page 2 of 10