gis.geos.WKBWriter.write()
  • References/Python/Django/API/GEOS API

write(geom) Returns the WKB of the given geometry as a Python buffer object. Example:

2025-01-10 15:47:30
gis.geos.GEOSGeometry.coords
  • References/Python/Django/API/GEOS API

GEOSGeometry.coords Returns the coordinates of the geometry as a tuple.

2025-01-10 15:47:30
gis.geos.GEOSGeometry.envelope
  • References/Python/Django/API/GEOS API

GEOSGeometry.envelope Returns a Polygon that represents the bounding envelope of this geometry. Note that it can

2025-01-10 15:47:30
gis.geos.GEOSGeometry.geom_type
  • References/Python/Django/API/GEOS API

GEOSGeometry.geom_type Returns a string corresponding to the type of geometry. For example:

2025-01-10 15:47:30
gis.geos.PreparedGeometry.overlaps()
  • References/Python/Django/API/GEOS API

overlaps(other)

2025-01-10 15:47:30
gis.geos.WKTWriter.outdim
  • References/Python/Django/API/GEOS API

outdim See WKBWriter.outdim.

2025-01-10 15:47:30
gis.geos.WKBWriter.outdim
  • References/Python/Django/API/GEOS API

outdim This property may be set to change the output dimension of the geometry representation. In other words, if you have a

2025-01-10 15:47:30
gis.geos.WKTWriter
  • References/Python/Django/API/GEOS API

class WKTWriter(dim=2, trim=False, precision=None) This class allows outputting the WKT representation of a geometry. See the

2025-01-10 15:47:30
gis.geos.MultiLineString.merged
  • References/Python/Django/API/GEOS API

merged Returns a LineString representing the line merge of all the components in this MultiLineString

2025-01-10 15:47:30
gis.geos.GEOSGeometry.buffer()
  • References/Python/Django/API/GEOS API

GEOSGeometry.buffer(width, quadsegs=8) Returns a GEOSGeometry that represents all points whose distance from this

2025-01-10 15:47:30