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

__iter__() Iterates over the points in a LineString, the rings in a Polygon, or the geometries in

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

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

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

geom Returns the geometry for this feature, as an OGRGeometry object:

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

test_capability(capability) Returns a boolean indicating whether this layer supports the given capability (a string). Examples

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

__len__() Returns the number of points in a LineString, the number of rings in a Polygon, or the number

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

data(data=None, offset=None, size=None, shape=None) New in Django 1.9.

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

num_feat Returns the number of features in the layer. Same as len(layer):

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

shell Returns the shell or exterior ring of this polygon, as a LinearRing geometry.

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

x Returns a list of X coordinates in this line: >>>

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

name The name of the source which is equivalent to the input file path or the name provided upon instantiation.

2025-01-10 15:47:30