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

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

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

import_wkt(wkt) Import spatial reference from WKT.

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

point_count Returns the number of points used to describe this geometry:

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

class OGRGeomType(type_input) This class allows for the representation of an OGR geometry type in any of several ways:

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

geom_name Returns the name of the type of this geometry:

2025-01-10 15:47:30