Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
2d18c60f
Kaydet (Commit)
2d18c60f
authored
Haz 29, 2017
tarafından
Sergey Fedoseev
Kaydeden (comit)
Tim Graham
Haz 29, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unused prototypes for deprecated GEOS functions.
üst
b94d99af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
__init__.py
django/contrib/gis/geos/prototypes/__init__.py
+4
-5
geom.py
django/contrib/gis/geos/prototypes/geom.py
+0
-10
No files found.
django/contrib/gis/geos/prototypes/__init__.py
Dosyayı görüntüle @
2d18c60f
...
@@ -10,11 +10,10 @@ from django.contrib.gis.geos.prototypes.coordseq import ( # NOQA
...
@@ -10,11 +10,10 @@ from django.contrib.gis.geos.prototypes.coordseq import ( # NOQA
)
)
from
django.contrib.gis.geos.prototypes.geom
import
(
# NOQA
from
django.contrib.gis.geos.prototypes.geom
import
(
# NOQA
create_collection
,
create_empty_polygon
,
create_linearring
,
create_collection
,
create_empty_polygon
,
create_linearring
,
create_linestring
,
create_point
,
create_polygon
,
destroy_geom
,
from_hex
,
create_linestring
,
create_point
,
create_polygon
,
destroy_geom
,
geom_clone
,
from_wkb
,
from_wkt
,
geom_clone
,
geos_get_srid
,
geos_normalize
,
geos_get_srid
,
geos_normalize
,
geos_set_srid
,
geos_type
,
geos_typeid
,
geos_set_srid
,
geos_type
,
geos_typeid
,
get_dims
,
get_extring
,
get_geomn
,
get_dims
,
get_extring
,
get_geomn
,
get_intring
,
get_nrings
,
get_num_coords
,
get_intring
,
get_nrings
,
get_num_coords
,
get_num_geoms
,
to_hex
,
to_wkb
,
get_num_geoms
,
to_wkt
,
)
)
from
django.contrib.gis.geos.prototypes.misc
import
*
# NOQA
from
django.contrib.gis.geos.prototypes.misc
import
*
# NOQA
from
django.contrib.gis.geos.prototypes.predicates
import
(
# NOQA
from
django.contrib.gis.geos.prototypes.predicates
import
(
# NOQA
...
...
django/contrib/gis/geos/prototypes/geom.py
Dosyayı görüntüle @
2d18c60f
...
@@ -68,16 +68,6 @@ class StringFromGeom(GEOSFuncFactory):
...
@@ -68,16 +68,6 @@ class StringFromGeom(GEOSFuncFactory):
# ### ctypes prototypes ###
# ### ctypes prototypes ###
# Deprecated creation routines from WKB, HEX, WKT
from_hex
=
BinConstructor
(
'GEOSGeomFromHEX_buf'
)
from_wkb
=
BinConstructor
(
'GEOSGeomFromWKB_buf'
)
from_wkt
=
GeomOutput
(
'GEOSGeomFromWKT'
,
[
c_char_p
])
# Deprecated output routines
to_hex
=
BinOutput
(
'GEOSGeomToHEX_buf'
)
to_wkb
=
BinOutput
(
'GEOSGeomToWKB_buf'
)
to_wkt
=
StringFromGeom
(
'GEOSGeomToWKT'
)
# The GEOS geometry type, typeid, num_coordinates and number of geometries
# The GEOS geometry type, typeid, num_coordinates and number of geometries
geos_normalize
=
IntFromGeom
(
'GEOSNormalize'
)
geos_normalize
=
IntFromGeom
(
'GEOSNormalize'
)
geos_type
=
StringFromGeom
(
'GEOSGeomType'
)
geos_type
=
StringFromGeom
(
'GEOSGeomType'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment