/usr/local/lib/python3.9/site-packages/django/contrib/gis/geos
""" The GeoDjango GEOS module. Please consult the GeoDjango documentation for more details: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/ """ from .collections import ( # NOQA GeometryCollection, MultiLineString, MultiPoint, MultiPolygon, ) from .error import GEOSException # NOQA from .factory import fromfile, fromstr # NOQA from .geometry import GEOSGeometry, hex_regex, wkt_regex # NOQA from .io import WKBReader, WKBWriter, WKTReader, WKTWriter # NOQA from .libgeos import geos_version # NOQA from .linestring import LinearRing, LineString # NOQA from .point import Point # NOQA from .polygon import Polygon # NOQA
.
Edit
..
Edit
LICENSE
Edit
__init__.py
Edit
__pycache__
Edit
base.py
Edit
collections.py
Edit
coordseq.py
Edit
error.py
Edit
factory.py
Edit
geometry.py
Edit
io.py
Edit
libgeos.py
Edit
linestring.py
Edit
mutable_list.py
Edit
point.py
Edit
polygon.py
Edit
prepared.py
Edit
prototypes
Edit