From 656273bb6cb5351c66f0dd09cece329ef291c69c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 27 Nov 2009 19:46:38 +0000 Subject: [PATCH] Add geometry_dump and special index to list all functions that take as input or output geometry_dump objects git-svn-id: http://svn.osgeo.org/postgis/trunk@4918 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_type.xml | 22 +++++++++++++++++++++- doc/xsl/postgis_aggs_mm.xml.xsl | 27 +++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/doc/reference_type.xml b/doc/reference_type.xml index 92d3a6700..b49a53f5e 100644 --- a/doc/reference_type.xml +++ b/doc/reference_type.xml @@ -71,7 +71,7 @@ Description - GEOMETRY is a fundamental postgis spatial data type used to represent a feature in the Euclidean coordinate system. + geometry is a fundamental postgis spatial data type used to represent a feature in the Euclidean coordinate system. @@ -79,6 +79,26 @@ + + + + geometry_dump + A spatial datatype with two fields - geom (holding a geometry object) + and path[] (a 1-d array holding the position of the geometry within the dumped object.) + + + + Description + geometry_dump is a compound data type consisting of a geometry object referenced by the .geom field + and path[] a 1-dimensional integer array (starting at 1 e.g. path[1] to get first element) array that defines the navigation path within the dumped geometry to find this element. + It is used by the ST_Dump* family of functions as an output type to explode a more complex geometry into its + constituent parts and location of parts. + + + See Also + + + diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index f1869e66f..3dd99874e 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -104,6 +104,33 @@ + + + PostGIS Geometry Dump Functions + The functions given below are PostGIS functions that take as input or return as output a set of or single geometry_dump data type object. + + + + + + + + + + + + + + + + + + - + + + + + PostGIS Functions that support 3D -- 2.50.1