gis.gdal.OGRGeometry.srs
  • References/Python/Django/API/GDAL API

srs This property controls the spatial reference for this geometry, or None if no spatial reference system has

2025-01-10 15:47:30
gis.gdal.OGRGeometry.area
  • References/Python/Django/API/GDAL API

area Returns the area of this geometry, or 0 for geometries that do not contain an area:

2025-01-10 15:47:30
gis.gdal.OGRGeometry.clone()
  • References/Python/Django/API/GDAL API

clone() Returns a new OGRGeometry clone of this geometry object.

2025-01-10 15:47:30
gis.gdal.OGRGeometry.dimension
  • References/Python/Django/API/GDAL API

dimension Returns the number of coordinated dimensions of the geometry, i.e. 0 for points, 1 for lines, and so forth:

2025-01-10 15:47:30
gis.gdal.GDALRaster.srid
  • References/Python/Django/API/GDAL API

srid New in Django 1.10. The Spatial Reference

2025-01-10 15:47:30
gis.gdal.OGRGeometry.coord_dim
  • References/Python/Django/API/GDAL API

coord_dim Returns or sets the coordinate dimension of this geometry. For example, the value would be 2 for two-dimensional geometries

2025-01-10 15:47:30
gis.gdal.Envelope.wkt
  • References/Python/Django/API/GDAL API

wkt A string representing this envelope as a polygon in WKT format.

2025-01-10 15:47:30
gis.gdal.GeometryCollection
  • References/Python/Django/API/GDAL API

class GeometryCollection add(geom) Adds a geometry

2025-01-10 15:47:30
gis.gdal.SpatialReference.xml
  • References/Python/Django/API/GDAL API

xml Returns the XML representation of this spatial reference.

2025-01-10 15:47:30
gis.gdal.GDALBand.mean
  • References/Python/Django/API/GDAL API

mean New in Django 1.10. The mean of all

2025-01-10 15:47:30