|
@@ -10,11 +10,10 @@ from django.contrib.gis.geos.prototypes.coordseq import ( # NOQA
|
|
|
)
|
|
|
from django.contrib.gis.geos.prototypes.geom import ( # NOQA
|
|
|
create_collection, create_empty_polygon, create_linearring,
|
|
|
- create_linestring, create_point, create_polygon, destroy_geom, from_hex,
|
|
|
- from_wkb, from_wkt, geom_clone, geos_get_srid, geos_normalize,
|
|
|
- geos_set_srid, geos_type, geos_typeid, get_dims, get_extring, get_geomn,
|
|
|
- get_intring, get_nrings, get_num_coords, get_num_geoms, to_hex, to_wkb,
|
|
|
- to_wkt,
|
|
|
+ create_linestring, create_point, create_polygon, destroy_geom, geom_clone,
|
|
|
+ geos_get_srid, geos_normalize, geos_set_srid, geos_type, geos_typeid,
|
|
|
+ get_dims, get_extring, get_geomn, get_intring, get_nrings, get_num_coords,
|
|
|
+ get_num_geoms,
|
|
|
)
|
|
|
from django.contrib.gis.geos.prototypes.misc import * # NOQA
|
|
|
from django.contrib.gis.geos.prototypes.predicates import ( # NOQA
|