gis.db.models.Collect

class Collect(geo_field)

Availability: PostGIS, SpatiaLite

Returns a GEOMETRYCOLLECTION or a MULTI geometry object from the geometry column. This is analogous to a simplified version of the Union aggregate, except it can be several orders of magnitude faster than performing a union because it simply rolls up geometries into a collection or multi object, not caring about dissolving boundaries.

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

Please login to continue.