write(geom) Returns the WKB of the given geometry as a Python buffer object. Example:
GEOSGeometry.coords Returns the coordinates of the geometry as a tuple.
GEOSGeometry.envelope Returns a Polygon that represents the bounding envelope of this geometry. Note that it can
GEOSGeometry.geom_type Returns a string corresponding to the type of geometry. For example:
overlaps(other)
outdim See WKBWriter.outdim.
outdim This property may be set to change the output dimension of the geometry representation. In other words, if you have a
class WKTWriter(dim=2, trim=False, precision=None) This class allows outputting the WKT representation of a geometry. See the
merged Returns a LineString representing the line merge of all the components in this MultiLineString
GEOSGeometry.buffer(width, quadsegs=8) Returns a GEOSGeometry that represents all points whose distance from this
Page 7 of 10