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

GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and

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

GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included

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

GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.

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

GEOSGeometry.num_coords Returns the number of coordinates in the geometry.

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

GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure

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

GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not

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

byteorder This property may be set to change the byte-order of the geometry representation.

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

GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.

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

covers(other)

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