From 59d30c4a59fc56c8a7d36fb43dd86ee7e8c11165 Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Sun, 3 Sep 2017 23:58:09 +0000 Subject: [PATCH] #3499, Clarify distance units in docs for ST_ClusterWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@15617 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_measure.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 0a4cb0ebe..bf855a158 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -1100,7 +1100,7 @@ SELECT ST_AsText( - A "core" geometry, that is within eps distance of at least minpoints input geometries (including itself) or + A "core" geometry, that is within eps distance (Cartesian) of at least minpoints input geometries (including itself) or @@ -1392,7 +1392,7 @@ FROM parcels; Description - 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. + 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.) Availability: 2.2.0 - requires GEOS -- 2.50.0