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.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.WKBWriter
  • References/Python/Django/API/GEOS API

class WKBWriter(dim=2) WKBWriter provides the most control over its output. By default it returns OGC-compliant

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.GEOSGeometry.simple
  • References/Python/Django/API/GEOS API

GEOSGeometry.simple Returns a boolean indicating whether the geometry is ‘simple’. A geometry is simple if and only if it does

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

class WKTReader Example: >>> from django

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.GEOSGeometry.interpolate()
  • References/Python/Django/API/GEOS API

GEOSGeometry.interpolate(distance)

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

class Point(x=None, y=None, z=None, srid=None) Point objects are instantiated using arguments that represent the

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

intersects(other)

2025-01-10 15:47:30