gis.geos.GeometryCollection
  • References/Python/Django/API/GEOS API

class GeometryCollection(*args, **kwargs) GeometryCollection objects may be instantiated by passing in other

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

GEOSGeometry.ewkt Returns the “extended” Well-Known Text of the geometry. This representation is specific to PostGIS and is

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.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
gis.geos.GEOSGeometry.intersection()
  • References/Python/Django/API/GEOS API

GEOSGeometry.intersection(other) Returns a GEOSGeometry representing the points shared by this geometry and other

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

GEOSGeometry.geom_typeid Returns the GEOS geometry type identification number. The following table shows the value for each

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

GEOSGeometry.num_geom Returns the number of geometries in this geometry. In other words, will return 1 on anything but geometry

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

closed New in Django 1.10. Returns True

2025-01-10 15:47:30