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

envelope Returns the envelope of this geometry, as an Envelope object.

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

x Returns the X coordinate of this point: >>>

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

geos Returns a

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

y Returns the Y coordinate of this point: >>>

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

intersects(other) Returns True if this geometry intersects the other, otherwise returns False.

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

angular_units Returns the value of the angular units.

2025-01-10 15:47:30