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

GEOSGeometry.interpolate(distance)

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

GEOSGeometry.simple Returns a boolean indicating whether the geometry is ‘simple’. A geometry is simple if and only if it does

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

closed New in Django 1.10. Returns True

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

within(other)

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

GEOSGeometry.dims Returns the dimension of the geometry: 0

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

GEOSGeometry.project(point)

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

GEOSGeometry.centroid Returns a Point object representing the geometric center of the geometry. The point is not

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

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

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

GEOSGeometry.convex_hull Returns the smallest Polygon that contains all the points in the geometry.

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

GEOSGeometry.hex Returns the WKB of this Geometry in hexadecimal form. Please note that the SRID value is not included in this

2025-01-10 15:47:30