class PreparedGeometry All methods on PreparedGeometry take an other argument, which must be a
GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the geometry. For example:
GEOSGeometry.distance(geom) Returns the distance between the closest points on this geometry and the given geom
GEOSGeometry.geom_type Returns a string corresponding to the type of geometry. For example:
GEOSGeometry.interpolate(distance)
outdim This property may be set to change the output dimension of the geometry representation. In other words, if you have a
merged Returns a LineString representing the line merge of all the components in this MultiLineString
class WKTWriter(dim=2, trim=False, precision=None) This class allows outputting the WKT representation of a geometry. See the
class GeometryCollection(*args, **kwargs) GeometryCollection objects may be instantiated by passing in other
intersects(other)
Page 7 of 10