class Point(x=None, y=None, z=None, srid=None) Point objects are instantiated using arguments that represent the
merged Returns a LineString representing the line merge of all the components in this MultiLineString
GEOSGeometry.convex_hull Returns the smallest Polygon that contains all the points in the geometry.
GEOSGeometry.centroid Returns a Point object representing the geometric center of the geometry. The point is not
within(other)
GEOSGeometry.num_geom Returns the number of geometries in this geometry. In other words, will return 1 on anything but geometry
GEOSGeometry.intersection(other) Returns a GEOSGeometry representing the points shared by this geometry and other
GEOSGeometry.geojson Alias for GEOSGeometry.json.
GEOSGeometry.project(point)
class LineString(*args, **kwargs) LineString objects are instantiated using arguments that are either a sequence
Page 9 of 10