gis.geos.GEOSGeometry.covers()
  • References/Python/Django/API/GEOS API

GEOSGeometry.covers(other) New in Django 1.10. Returns

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

GEOSGeometry.simplify(tolerance=0.0, preserve_topology=False) Returns a new GEOSGeometry, simplified to the specified

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

GEOSGeometry.empty Returns whether or not the set of points in the geometry is empty.

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

class MultiLineString(*args, **kwargs) MultiLineString objects may be instantiated by passing in LineString

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

write(geom) Returns the WKT of the given geometry. Example:

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

GEOSGeometry.valid_reason Returns a string describing the reason why a geometry is invalid.

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

GEOSGeometry.prepared Returns a GEOS PreparedGeometry for the contents of this geometry. PreparedGeometry

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

GEOSGeometry.kml Returns a

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

crosses(other)

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

GEOSGeometry.transform(ct, clone=False) Transforms the geometry according to the given coordinate transformation parameter (ct)

2025-01-10 15:47:30