gis.db.models.functions.Perimeter

class Perimeter(expression, **extra)

Availability: PostGIS, Oracle, SpatiaLite (≥ 4.0)

Accepts a single geographic field or expression and returns the perimeter of the geometry field as a Distance object. 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:24
Comments
Leave a Comment

Please login to continue.