gis.geos.GEOSGeometry.coords
  • References/Python/Django/API/GEOS API

GEOSGeometry.coords Returns the coordinates of the geometry as a tuple.

2025-01-10 15:47:30
admin.ModelAdmin.get_prepopulated_fields()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest

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

GEOSGeometry.overlaps(other) Returns true if the DE-9IM intersection matrix for the two geometries is T*T***T**

2025-01-10 15:47:30
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
db.models.query.QuerySet.db
  • References/Python/Django/API/Models/QuerySet API reference

db The database that will be used if this query is executed now.

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

proj Returns the PROJ.4 representation for this spatial reference.

2025-01-10 15:47:30
sites.models.Site.domain
  • References/Python/Django/API/contrib packages/The “sites” framework

domain The fully qualified domain name associated with the website. For example, www.example.com.

2025-01-10 15:47:30