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

srid Returns or sets the spatial reference identifier corresponding to SpatialReference of this geometry. Returns

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

name Returns a short-hand string form of the OGR Geometry type:

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

name Returns the name of the data source.

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

auth_code(target) Returns the authority code for the given string target node.

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

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

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

num_points Alias for point_count.

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

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

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

class LineString x Returns a list of X coordinates

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

ellipsoid Returns a tuple of the ellipsoid parameters for this spatial reference: (semimajor axis, semiminor axis, and inverse

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

type Returns the OGR type of this field, as an integer. The FIELD_CLASSES dictionary maps these values onto subclasses

2025-01-10 15:47:30