django
API Documentation
Modules
Classes
Names
django
.
contrib
.
gis
.
geos
.
factory
Toggle Private API
module documentation
Undocumented
Function
fromfile
Given a string file name, returns a GEOSGeometry. The file may contain WKB, WKT, or HEX.
Function
fromstr
Given a string value, return a GEOSGeometry object.
def
fromfile
(file_h):
Given a string file name, returns a GEOSGeometry. The file may contain WKB, WKT, or HEX.
def
fromstr
(string, **kwargs):
Given a string value, return a GEOSGeometry object.