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

GEOSGeometry.unary_union New in Django 1.10. Computes

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

trim New in Django 1.10. This property

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

num_interior_rings Returns the number of interior rings in this geometry.

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