gis.db.models.functions.SymDifference

class SymDifference(expr1, expr2, **extra)

Availability: MySQL (≥ 5.6.1), PostGIS, Oracle, SpatiaLite

Accepts two geographic fields or expressions and returns the geometric symmetric difference (union without the intersection) between the given parameters.

Changed in Django 1.10:

MySQL support was added.

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

Please login to continue.