gis.db.models.functions.Area

class Area(expression, **extra)

Availability: MySQL, Oracle, PostGIS, SpatiaLite

Accepts a single geographic field or expression and returns the area of the field as an Area measure. On MySQL, a raw float value is returned, as it’s not possible to automatically determine the unit of the field.

doc_Django
2016-10-09 18:37:21
Comments
Leave a Comment

Please login to continue.