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.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.tuple
  • References/Python/Django/API/GDAL API

tuple Returns the coordinates of a point geometry as a tuple, the coordinates of a line geometry as a tuple of tuples, and so

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

difference() Returns the region consisting of the difference of this geometry and the other, as a new OGRGeometry

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

wkt Returns the WKT representation of this spatial reference.

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

validate() Checks to see if the given spatial reference is valid, if not an exception will be raised.

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

nodata_value The “no data” value for a band is generally a special marker value used to mark pixels that are not valid data

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

equals(other) Returns True if this geometry is equivalent to the other, otherwise returns False.

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

srid Returns or sets the spatial reference identifier corresponding to SpatialReference of this geometry. Returns

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

num_coords Alias for point_count.

2025-01-10 15:47:30