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

shell Returns the shell or exterior ring of this polygon, as a LinearRing geometry.

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

srs The spatial reference system of the raster, as a SpatialReference instance. The SRS can be changed by setting

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

num Returns the number corresponding to the OGR geometry type:

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

spatial_filter Property that may be used to retrieve or set a spatial filter for this layer. A spatial filter can only be set

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

coord_dim Returns or sets the coordinate dimension of this geometry. For example, the value would be 2 for two-dimensional geometries

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

area Returns the area of this geometry, or 0 for geometries that do not contain an area:

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

layer_name Returns the name of the Layer that the feature came from. This will be the same for all features in

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

inverse_flattening Returns the inverse flattening of the ellipsoid for this spatial reference.

2025-01-10 15:47:30