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

fromfile(file_h)

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

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

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

class MultiPolygon(*args, **kwargs) MultiPolygon objects may be instantiated by passing Polygon objects

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

class MultiPoint(*args, **kwargs) MultiPoint objects may be instantiated by passing in Point objects

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

GEOSGeometry.wkt Returns the Well-Known Text of the geometry (an OGC standard).

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

GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.

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