This method overrides django.contrib.gis.geos.geometry.GEOSGeometry.__init__.
For example: >>> p = Point((5, 23)) # 2D point, passed in as a tuple >>> p = Point(5, 23, 8) # 3D point, passed in with individual parameters
Generated by nedoc v0.9 at 2020-12-29 14:04