[postgis-tickets] r15618 - #3499, Clarify distance units in docs for ST_ClusterWithin
Daniel Baston
dbaston at gmail.com
Sun Sep 3 17:06:56 PDT 2017
Author: dbaston
Date: 2017-09-03 17:06:56 -0700 (Sun, 03 Sep 2017)
New Revision: 15618
Modified:
branches/2.3/doc/reference_measure.xml
Log:
#3499, Clarify distance units in docs for ST_ClusterWithin
Modified: branches/2.3/doc/reference_measure.xml
===================================================================
--- branches/2.3/doc/reference_measure.xml 2017-09-03 23:58:09 UTC (rev 15617)
+++ branches/2.3/doc/reference_measure.xml 2017-09-04 00:06:56 UTC (rev 15618)
@@ -1089,7 +1089,7 @@
<itemizedlist>
<listitem>
<para>
- A "core" geometry, that is within <varname>eps</varname> distance of at least <varname>minpoints</varname> input geometries (including itself) or
+ A "core" geometry, that is within <varname>eps</varname> distance (Cartesian) of at least <varname>minpoints</varname> input geometries (including itself) or
</para>
</listitem>
<listitem>
@@ -1336,7 +1336,7 @@
<refsection>
<title>Description</title>
- <para>ST_ClusterWithin is an aggregate function that returns an array of GeometryCollections, where each GeometryCollection represents a set of geometries separated by no more than the specified distance.</para>
+ <para>ST_ClusterWithin is an aggregate function that returns an array of GeometryCollections, where each GeometryCollection represents a set of geometries separated by no more than the specified distance. (Distances are Cartesian distances in the units of the SRID.)</para>
<para>Availability: 2.2.0 - requires GEOS</para>
</refsection>
More information about the postgis-tickets
mailing list