gis.geos.GEOSGeometry.extent
  • References/Python/Django/API/GEOS API

GEOSGeometry.extent This property returns the extent of this geometry as a 4-tuple, consisting of (xmin, ymin, xmax, ymax)

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

GEOSGeometry.point_on_surface Computes and returns a Point guaranteed to be on the interior of this geometry.

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

GEOSGeometry.area This property returns the area of the Geometry.

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

GEOSGeometry.within(other) Returns True if the DE-9IM intersection matrix for the two geometries is T*F**F***

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

disjoint(other)

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

trim New in Django 1.10. This property

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

fromfile(file_h)

2025-01-10 15:47:30