GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.
GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and
GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that
GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******
GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification
GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for
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
Page 1 of 10