GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.
GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure
byteorder This property may be set to change the byte-order of the geometry representation.
GEOSGeometry.num_coords Returns the number of coordinates in the geometry.
covers(other)
GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for
GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.
GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******
Page 1 of 10