http.QueryDict.setdefault()
  • References/Python/Django/API/Request and response objects

QueryDict.setdefault(key, default=None) [source] Just like the standard dictionary

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

geom Returns the geometry for this feature, as an OGRGeometry object:

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

class MultipleChoiceField(**kwargs) [source] Default widget:

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

GEOSGeometry.disjoint(other) Returns True if the DE-9IM intersection matrix for the two geometries is FF*FF****

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

GEOSGeometry.wkt Returns the Well-Known Text of the geometry (an OGC standard).

2025-01-10 15:47:30
db.models.ExpressionWrapper
  • References/Python/Django/API/Models/Query Expressions

class ExpressionWrapper(expression, output_field) [source] ExpressionWrapper

2025-01-10 15:47:30
gis.geoip.GeoIP.coords()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.coords(query) Returns a coordinate tuple of (longitude, latitude).

2025-01-10 15:47:30
gis.widgets.BaseGeometryWidget.geom_type
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.geom_type The OpenGIS geometry type, generally set by the form field.

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

test_capability(capability) Returns a boolean indicating whether this layer supports the given capability (a string). Examples

2025-01-10 15:47:30
postgres.forms.SimpleArrayField.delimiter
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

delimiter This is an optional argument which defaults to a comma: ,. This value is used to split the submitted

2025-01-10 15:47:30