gis.db.models.MultiPolygonField
  • References/Python/Django/API/GeoDjango Model API

class MultiPolygonField

2025-01-10 15:47:30
gis.geos.GEOSGeometry.sym_difference()
  • References/Python/Django/API/GEOS API

GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and

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

ewkt Returns the EWKT representation of this geometry.

2025-01-10 15:47:30
forms.Field.validators
  • References/Python/Django/API/Forms/Form fields

Field.validators The validators argument lets you provide a list of validation functions for this field.

2025-01-10 15:47:30
sessions.base_session.BaseSessionManager.save()
  • References/Python/Django/Guides

save(session_key, session_dict, expire_date) Saves session data for a provided session key, or deletes the session in case the

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

geotransform The affine transformation matrix used to georeference the source, as a tuple of six coefficients which map pixel/line

2025-01-10 15:47:30
gis.db.models.GeometryField.geography
  • References/Python/Django/API/GeoDjango Model API

GeometryField.geography If set to True, this option will create a database column of type geography, rather than

2025-01-10 15:47:30
Forms
  • References/Python/Django/API/Forms

Detailed form API reference. For introductory material, see the Working with forms topic guide.

2025-01-10 15:47:30
gis.geos.GEOSGeometry.hexewkb
  • References/Python/Django/API/GEOS API

GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that

2025-01-10 15:47:30
gis.feeds.Feed
  • References/Python/Django/API/Geographic Feeds

class Feed [source] In addition to methods provided by the

2025-01-10 15:47:30