Commit graph

6536 commits

Author SHA1 Message Date
Bborie Park d82fbf5c0d Based upon mailing list discussion, changed call to ST_AsRaster in _st_intersects(raster, geometry) to _st_asraster.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8077 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-01 18:17:26 +00:00
Paul Ramsey 829e2b017f Make st_summary at least return consistent results (#1254)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8076 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-01 17:59:00 +00:00
Regina Obe 380cc1de6e document ST_SameAlignment
git-svn-id: http://svn.osgeo.org/postgis/trunk@8075 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-01 17:11:54 +00:00
Regina Obe 2c3d1fa307 revise all to output arg list and conditionally show examples and descriptions
git-svn-id: http://svn.osgeo.org/postgis/trunk@8074 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-01 04:41:37 +00:00
Regina Obe a213a3dd26 xsl to generate postgis cheatsheet, add make cheatsheet to gnumake, better outptuting of functions with different protos.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8073 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-01 03:06:55 +00:00
Sandro Santilli 9fa0a260b0 ST_CreateTopoGeo: speedup merged lines splitting [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@8069 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 22:26:22 +00:00
Paul Ramsey c4b39b9516 Increase accuracy of area calculation (#810)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8068 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 21:18:11 +00:00
Paul Ramsey f56dc54f2d Remove redundant prototype
git-svn-id: http://svn.osgeo.org/postgis/trunk@8067 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 20:59:07 +00:00
Paul Ramsey 2398afc183 Move gserialized_get_gbox_p to liblwgeom and gserialized_read_gbox_p to liblwgeom_internal
git-svn-id: http://svn.osgeo.org/postgis/trunk@8066 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 20:55:05 +00:00
Paul Ramsey 2844486b6c Rename pglwgeom_box2d_p
git-svn-id: http://svn.osgeo.org/postgis/trunk@8065 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 20:23:44 +00:00
Regina Obe c9e81d249c add raster cheat sheet generator -- and a make cheatsheets command to generate all.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8064 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 20:02:11 +00:00
Regina Obe 1d278a20a3 get rid of word "Functions" in section headers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8063 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 19:20:06 +00:00
Sandro Santilli fed45e298e ST_CreateTopoGeo: do not drop input nodes of degree 2 (#1258) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@8062 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 13:03:42 +00:00
Sandro Santilli 4655b811d2 Fix generation of topology in presence of edges with same bounding box (#1261).
Includes regress test [RT-SIGTA]

git-svn-id: http://svn.osgeo.org/postgis/trunk@8061 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 12:45:46 +00:00
Regina Obe 0707e1a4a0 fix another erroneous statement - its ValidateTopology not ST_ValidateTopology
git-svn-id: http://svn.osgeo.org/postgis/trunk@8060 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 12:22:27 +00:00
Regina Obe ff003432b1 get rid of word feature in description of AddTopGeometryColumn. Table can be any kind of table.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8059 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 11:58:44 +00:00
Regina Obe 941ad0b93a more cleanup -- only print example sections if they have examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@8058 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 05:32:43 +00:00
Regina Obe 6dffc00bc6 build cheat sheet for tiger geocoder. This one looks better laid out than topology one so have to revisit topology
git-svn-id: http://svn.osgeo.org/postgis/trunk@8057 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 03:14:29 +00:00
Regina Obe 7acc3a2a78 logic to flag new functions and allow tags in listings to be displayed
git-svn-id: http://svn.osgeo.org/postgis/trunk@8056 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-31 02:11:08 +00:00
Regina Obe 96cbd15ed7 get rid of unused styles
git-svn-id: http://svn.osgeo.org/postgis/trunk@8055 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 23:10:44 +00:00
Sandro Santilli 5a33485a8a AddEdgeModFace, AddEdgeNewFaces: simplify calls to AddEdge [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@8054 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 21:47:45 +00:00
Paul Ramsey 93087d39dc Remove some duplicate headers (much of this to be done...)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8053 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 20:57:56 +00:00
Paul Ramsey a7f66610ba Remove SERIALIZED_FORM
git-svn-id: http://svn.osgeo.org/postgis/trunk@8052 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 20:45:58 +00:00
Paul Ramsey 32589f9f97 Remove pglwgeom_serialize
git-svn-id: http://svn.osgeo.org/postgis/trunk@8051 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 20:40:19 +00:00
Sandro Santilli 07a6b18faa Add some hints about the visited table for topology.AsGML
git-svn-id: http://svn.osgeo.org/postgis/trunk@8050 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 19:15:09 +00:00
Regina Obe eca8901228 logic to build html cheatsheet -- some logic still needed to extract the examples correctly.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8049 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 18:49:13 +00:00
Regina Obe 9b83b7d641 get rid of extra fluff words in section titles
git-svn-id: http://svn.osgeo.org/postgis/trunk@8048 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 15:36:14 +00:00
Paul Ramsey d3c4f48307 Fix regression
git-svn-id: http://svn.osgeo.org/postgis/trunk@8047 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 20:54:07 +00:00
Paul Ramsey 183dde1c71 Remove pglwgeom_ndims
git-svn-id: http://svn.osgeo.org/postgis/trunk@8046 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 20:35:41 +00:00
Paul Ramsey 9899cf87bb Remove pglwgeom_size
git-svn-id: http://svn.osgeo.org/postgis/trunk@8045 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 20:07:33 +00:00
Paul Ramsey 475ce68b84 Remove pglwgeom_get_zm
git-svn-id: http://svn.osgeo.org/postgis/trunk@8044 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 20:04:04 +00:00
Paul Ramsey 3dd8b3211f Fix odd formating in optimistic_overlap
git-svn-id: http://svn.osgeo.org/postgis/trunk@8043 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 01:05:42 +00:00
Paul Ramsey 71b9cf2ec9 Remove pglwgeom_is_empty
git-svn-id: http://svn.osgeo.org/postgis/trunk@8042 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 01:01:48 +00:00
Paul Ramsey 4bd7ed861d Remove pglwgeom_drop_bbox
git-svn-id: http://svn.osgeo.org/postgis/trunk@8041 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 01:00:49 +00:00
Paul Ramsey ed669e1e99 Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
git-svn-id: http://svn.osgeo.org/postgis/trunk@8040 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 00:58:28 +00:00
Paul Ramsey 84206a3396 Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
git-svn-id: http://svn.osgeo.org/postgis/trunk@8039 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 00:58:06 +00:00
Paul Ramsey e0f79d979a Remove pglwgeom_get_type
git-svn-id: http://svn.osgeo.org/postgis/trunk@8038 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-29 00:50:33 +00:00
Paul Ramsey 6e55225337 remove pglwgeom_get_srid, pglwgeom_set_srid
git-svn-id: http://svn.osgeo.org/postgis/trunk@8037 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 22:06:16 +00:00
Paul Ramsey ffbb26a36e Remove pglwgeom_deserialize
git-svn-id: http://svn.osgeo.org/postgis/trunk@8036 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 21:57:57 +00:00
Paul Ramsey 8a41cb45be Commit remaining removals of BOX2DFLOAT4 and PG_LWGEOM
git-svn-id: http://svn.osgeo.org/postgis/trunk@8035 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 20:54:23 +00:00
Paul Ramsey 77b1fcfecb Remove BOX2DFLOAT4->GBOX and PG_LWGEOM->GSERIALIZED #defines
git-svn-id: http://svn.osgeo.org/postgis/trunk@8034 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 20:46:18 +00:00
Paul Ramsey 4a21c4e067 Fix call to geometry_type_from_string to use right type.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8033 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 18:21:13 +00:00
Paul Ramsey bb58aea581 Move clone support functions into internal
git-svn-id: http://svn.osgeo.org/postgis/trunk@8032 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 18:09:20 +00:00
Paul Ramsey b6f412c18c Replace min/max/abs macros with FP_* variants in liblwgeom/ and with pgsql variants in postgis/
git-svn-id: http://svn.osgeo.org/postgis/trunk@8031 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 18:01:57 +00:00
Paul Ramsey dbcd82cb6b Remove orphaned box3d and box2dfloat4 utility functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@8030 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 17:52:58 +00:00
Paul Ramsey 4bd609aeff Remove orphaned _compute_box3d functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@8029 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 17:44:00 +00:00
Paul Ramsey e6f8141eb3 Remove box2df_from_gbox and gbox_from_box2df
git-svn-id: http://svn.osgeo.org/postgis/trunk@8028 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 17:35:18 +00:00
Paul Ramsey 07f2341e38 Ensure calls to lwgeom->type use type of uint8_t
git-svn-id: http://svn.osgeo.org/postgis/trunk@8027 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 17:01:02 +00:00
Paul Ramsey e4e64ae0ba Remove old profiling code
git-svn-id: http://svn.osgeo.org/postgis/trunk@8026 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-28 14:51:08 +00:00
Paul Ramsey 5fb082d9b2 Remove old 8-bit type utility functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8025 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-27 23:02:03 +00:00