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

GEOSGeometry.interpolate_normalized(distance) Given a distance (float), returns the point (or closest point) within the geometry

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

closed New in Django 1.10. Returns whether

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

GEOSGeometry.contains(other) Returns True if other.within(this) returns True.

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

GEOSGeometry.srs Returns a

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

class Polygon(*args, **kwargs) Polygon objects may be instantiated by passing in parameters that represent the

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

write(geom) Returns the WKB of the given geometry as a Python buffer object. Example:

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

GEOSGeometry.equals_exact(other, tolerance=0) Returns true if the two geometries are exactly equal, up to a specified tolerance

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

fromstr(string, srid=None)

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

contains_properly(other)

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

precision New in Django 1.10. This property

2025-01-10 15:47:30