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

geom_count Returns the number of elements in this geometry:

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

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

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

class SpatialReference(srs_input) Spatial reference objects are initialized on the given srs_input, which may be

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

class OGRGeometry(geom_input, srs=None) This object is a wrapper for the

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

field_widths Returns a list of the maximum field widths for each of the fields in this layer:

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

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

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