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
395af23a
Kaydet (Commit)
395af23a
authored
Ara 03, 2015
tarafından
Sergey Fedoseev
Kaydeden (comit)
Tim Graham
Ara 03, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #25659 -- Added missing docs for Difference/Intersection/SymDifference functions.
Complements
7127eb28
.
üst
83a710b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
+21
-3
functions.txt
docs/ref/contrib/gis/functions.txt
+15
-3
1.10.txt
docs/releases/1.10.txt
+6
-0
No files found.
docs/ref/contrib/gis/functions.txt
Dosyayı görüntüle @
395af23a
...
...
@@ -186,12 +186,16 @@ Difference
.. class:: Difference(expr1, expr2, **extra)
*Availability*: PostGIS, Oracle, SpatiaLite
*Availability*:
MySQL (≥ 5.6.1),
PostGIS, Oracle, SpatiaLite
Accepts two geographic fields or expressions and returns the geometric
difference, that is the part of geometry A that does not intersect with
geometry B.
.. versionchanged:: 1.10
MySQL support was added.
Distance
--------
...
...
@@ -274,11 +278,15 @@ Intersection
.. class:: Intersection(expr1, expr2, **extra)
*Availability*: PostGIS, Oracle, SpatiaLite
*Availability*:
MySQL (≥ 5.6.1),
PostGIS, Oracle, SpatiaLite
Accepts two geographic fields or expressions and returns the geometric
intersection between them.
.. versionchanged:: 1.10
MySQL support was added.
Length
------
...
...
@@ -395,12 +403,16 @@ SymDifference
.. class:: SymDifference(expr1, expr2, **extra)
*Availability*: PostGIS, Oracle, SpatiaLite
*Availability*:
MySQL (≥ 5.6.1),
PostGIS, Oracle, SpatiaLite
Accepts two geographic fields or expressions and returns the geometric
symmetric difference (union without the intersection) between the given
parameters.
.. versionchanged:: 1.10
MySQL support was added.
Transform
---------
...
...
docs/releases/1.10.txt
Dosyayı görüntüle @
395af23a
...
...
@@ -82,6 +82,12 @@ Minor features
* Added support for the :class:`~django.contrib.gis.db.models.MakeLine`
aggregate on SpatiaLite.
* Added support for the
:class:`~django.contrib.gis.db.models.functions.Difference`,
:class:`~django.contrib.gis.db.models.functions.Intersection`, and
:class:`~django.contrib.gis.db.models.functions.SymDifference`
functions on MySQL.
:mod:`django.contrib.messages`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
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