gis.gdal.OGRGeomType.django
  • References/Python/Django/API/GDAL API

django Returns the Django field type (a subclass of GeometryField) to use for storing this OGR type, or None if

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

y Returns a list of Y coordinates in this line: >>>

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

width Returns the width of this field: >>>

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

wkt Returns a string representation of this geometry in WKT format.

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

z Returns the Z coordinate of this point, or None if the point does not have a Z coordinate:

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

as_int() Returns the value of the field as an integer: >>>

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

get_fields() A method that returns a list of the values of a given field for each feature in the layer:

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

pretty_wkt Returns the ‘pretty’ representation of the WKT.

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

class Point x Returns the X coordinate of this

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

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

2025-01-10 15:47:30