From: Regina Obe Date: Wed, 24 Oct 2012 03:41:56 +0000 (+0000) Subject: minor adjustments to terminology to improve searchin X-Git-Tag: 2.1.0beta2~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=249fa8d3e5eebc63805be8960dcc76bbd3b3dd53;p=postgis minor adjustments to terminology to improve searchin git-svn-id: http://svn.osgeo.org/postgis/trunk@10538 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 58d545a38..2bea45009 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -2606,6 +2606,8 @@ SELECT ST_Equals(ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 10 10)')), Description + If a geometry or geography shares any portion of space then they intersect. + For geography -- tolerance is 0.00001 meters (so any points that are close are considered to intersect) Overlaps, Touches, Within all imply spatial intersection. If any of the aforementioned returns true, then the geometries also spatially intersect. Disjoint implies false for spatial intersection. diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index da8d9a824..758177b51 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -1737,7 +1737,7 @@ COMMIT; - Using the Loader + shp2pgsql: Using the ESRI Shapefile Loader The shp2pgsql data loader converts ESRI Shape files into SQL suitable for