Changes between Version 2 and Version 3 of UsersWikiComputeMultiCentroid
- Timestamp:
- 10/26/11 19:04:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiComputeMultiCentroid
v2 v3 2 2 3 3 {{{ 4 -- Function: st_multicentroid(geometry)4 -- Function: ST_MultiCentroid(geometry) 5 5 -- Returns a MULTIPOINT obtained from collecting all 6 6 -- centroids in the supplied MULTI* geometry. … … 8 8 -- 9 9 -- Usage: 10 -- postgis=# select ST_AsText .html(ST_MultiCentroid(10 -- postgis=# select ST_AsText(ST_MultiCentroid( 11 11 -- postgis(# 'MULTIPOLYGON ( 12 12 -- postgis'# (( 0 0, 0 1, 1 1, 1 0, 0 0 )),