write_hex(geom) Returns WKB of the geometry in hexadecimal. Example:
GEOSGeometry.intersection(other) Returns a GEOSGeometry representing the points shared by this geometry and other
GEOSGeometry.geom_typeid Returns the GEOS geometry type identification number. The following table shows the value for each
GEOSGeometry.geojson Alias for GEOSGeometry.json.
contains(other)
class LineString(*args, **kwargs) LineString objects are instantiated using arguments that are either a sequence
class GEOSGeometry(geo_input, srid=None)
GEOSGeometry.num_geom Returns the number of geometries in this geometry. In other words, will return 1 on anything but geometry
Page 10 of 10