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
.
Please login to continue.