GEOSGeometry.project(point)
GEOSGeometry.equals(other) Returns True if the DE-9IM intersection matrix for the two geometries is T*F**FFF*
write_hex(geom) Returns WKB of the geometry in hexadecimal. Example:
GEOSGeometry.hex Returns the WKB of this Geometry in hexadecimal form. Please note that the SRID value is not included in this
GEOSGeometry.centroid Returns a Point object representing the geometric center of the geometry. The point is not
GEOSGeometry.num_geom Returns the number of geometries in this geometry. In other words, will return 1 on anything but geometry
class LineString(*args, **kwargs) LineString objects are instantiated using arguments that are either a sequence
within(other)
Page 10 of 10