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.SpatialReference.import_xml()
  • References/Python/Django/API/GDAL API

import_xml(xml) Import spatial reference from XML.

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

semi_major Returns the semi major axis of the ellipsoid for this spatial reference.

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

wkb_size Returns the size of the WKB buffer needed to hold a WKB representation of this geometry:

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

z Returns a list of Z coordinates in this line, or None if the line does not have Z coordinates:

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

extent Returns the spatial extent of this layer, as an Envelope object:

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

semi_minor Returns the semi minor axis of the ellipsoid for this spatial reference.

2025-01-10 15:47:30