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

name Returns the name of this Spatial Reference.

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

get_geoms(geos=False) A method that returns a list containing the geometry of each feature in the layer. If the optional argument

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

class Polygon shell Returns the shell or exterior

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

ll The lower-left coordinate, as a tuple.

2025-01-10 15:47:30
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.Feature.geom_type
  • References/Python/Django/API/GDAL API

geom_type Returns the type of geometry for this feature, as an OGRGeomType object. This will be the same for all

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