gis.db.models.GeoQuerySet.num_geom()

GeoQuerySet.num_geom(**kwargs)

Deprecated since version 1.9: Use the NumGeometries function instead.

Availability: PostGIS, Oracle, SpatiaLite

Returns the number of geometries in a num_geom attribute on each element of the GeoQuerySet if the geometry field is a collection (e.g., a GEOMETRYCOLLECTION or MULTI* field); otherwise sets with None.

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

Please login to continue.