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

GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure

2025-01-10 15:47:30
http.HttpRequest.scheme
  • References/Python/Django/API/Request and response objects

HttpRequest.scheme A string representing the scheme of the request (http or https usually).

2025-01-10 15:47:30
postgres.aggregates.RegrAvgY
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class RegrAvgY(y, x) [source] Returns the average of the dependent variable (sum(y)/N)

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

class CoordTransform(source, target) Represents a coordinate system transform. It is initialized with two SpatialReference

2025-01-10 15:47:30
gis.db.models.functions.Perimeter
  • References/Python/Django/API/Geographic Database Functions

class Perimeter(expression, **extra) Availability: PostGIS, Oracle, SpatiaLite (≥ 4.0) Accepts

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
gis.db.models.MultiPolygonField
  • References/Python/Django/API/GeoDjango Model API

class MultiPolygonField

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

class LineStringField

2025-01-10 15:47:30
db.models.Options.default_related_name
  • References/Python/Django/API/Models/Model Meta options

Options.default_related_name The name that will be used by default for the relation from a related object back to this one.

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.paginate_by
  • References/Python/Django/API/Multiple object mixins

paginate_by An integer specifying how many objects should be displayed per page. If this is given, the view will paginate objects

2025-01-10 15:47:30