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

disjoint(other)

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

fromfile(file_h)

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

GEOSGeometry.unary_union New in Django 1.10. Computes

2025-01-10 15:47:30