Commit graph

1905 commits

Author SHA1 Message Date
Regina Obe b3d7f88888 more drop of functions that changed signature
git-svn-id: http://svn.osgeo.org/postgis/trunk@7905 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 23:28:14 +00:00
Regina Obe f0996974d7 clarify current implementation is centroid of box not the geometry.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7904 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 17:35:55 +00:00
Regina Obe c327024577 correct the description on semantics of knn operator
git-svn-id: http://svn.osgeo.org/postgis/trunk@7902 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 05:09:53 +00:00
Regina Obe 6d4afd77f7 wrap examples in cdata tags so don't break parser
git-svn-id: http://svn.osgeo.org/postgis/trunk@7900 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 03:15:41 +00:00
Regina Obe 41ea498bc1 document new knn gist operator -- example mostly plagiarized from Paul's postgis-devel example with addition of care consideration of safe casting and SQL formatting. I know I'm getting lazy in my old age.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7899 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 02:58:51 +00:00
Regina Obe 54c6c3c600 get rid of obslete protos for ST_Intersects and revise description to describe new semantics of raster st_intersects
git-svn-id: http://svn.osgeo.org/postgis/trunk@7897 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 02:09:29 +00:00
Regina Obe 88c2c9a42b document ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my senses.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7892 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-26 06:29:35 +00:00
Sandro Santilli f631305f2f Implement topology.ST_CreateTopoGeo (#1190) [RT-SIGTA]
Includes regress testing and documentation update

git-svn-id: http://svn.osgeo.org/postgis/trunk@7885 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-23 19:21:08 +00:00
Sandro Santilli d5ac843103 Make RemEdgeModFace symmetric to AddEdgeModFace about face retention
Save the face on the right, so that running:
ST_RemEdgeModFace(name, ST_AddEdgeModFace(name, ...))
... will not modify the topology.
[RT-SIGTA]

git-svn-id: http://svn.osgeo.org/postgis/trunk@7878 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-21 07:32:32 +00:00
Sandro Santilli 68ced72696 Implement ST_RemEdgeModFace (#1189) [RT-SIGTA]
Include regress testing and documentation.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7871 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-20 15:21:14 +00:00
Sandro Santilli fba3540a78 Have ST_RemEdgeNewFace return NULL when no face is created [RT-SIGTA]
This is to match the ISO spec more closely. Docs and regress test updated.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7869 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-19 16:53:32 +00:00
Sandro Santilli 3cf12fc2d2 Implement ST_RemEdgeNewFace (#1188) [RT-SIGTA]
Includes regress testing and documentation.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7858 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-17 06:46:04 +00:00
Regina Obe 3244f15c06 fix invalid st_summarystats proto
git-svn-id: http://svn.osgeo.org/postgis/trunk@7855 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 20:05:21 +00:00
Regina Obe f37ca5addb change & to html equivalent entity
git-svn-id: http://svn.osgeo.org/postgis/trunk@7850 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 15:37:09 +00:00
Regina Obe 2030ef4c2f provide real world examples of how to use CreateTopoGeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@7849 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 15:24:35 +00:00
Regina Obe 5ac7593c40 more fixes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7848 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 14:55:03 +00:00
Regina Obe ff0dd4322d put in new timings. After speed fix loading is 3 times faster
git-svn-id: http://svn.osgeo.org/postgis/trunk@7847 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 14:51:27 +00:00
Regina Obe ff364ba123 fix typo and create another link reference
git-svn-id: http://svn.osgeo.org/postgis/trunk@7846 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 14:02:00 +00:00
Chris Hodgson 4bcb607121 Added some diagrams to the st_overlaps docmentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@7842 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-13 18:47:37 +00:00
Regina Obe 9282911f76 make topoelementarray examples make more sense
git-svn-id: http://svn.osgeo.org/postgis/trunk@7839 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-12 04:56:05 +00:00
Regina Obe 3588d730c7 put in more description about what type id means
git-svn-id: http://svn.osgeo.org/postgis/trunk@7838 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-12 04:44:18 +00:00
Regina Obe 2ec311afe7 Link several functions back to new Topology_Load_Tiger since that demonstrates use of these functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@7837 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-11 02:42:32 +00:00
Regina Obe 896288562a minor wording changes and reference to configuration part of documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@7836 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 14:09:02 +00:00
Regina Obe 96fe984a6d fix typo link to tiger topology loader
git-svn-id: http://svn.osgeo.org/postgis/trunk@7835 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 13:52:07 +00:00
Sandro Santilli 45a284ef52 Fix "no ID for constraint linkedn: Create_Topology" error
git-svn-id: http://svn.osgeo.org/postgis/trunk@7834 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 12:43:51 +00:00
Sandro Santilli 2d99e62f47 Honour DESTDIR in documentation Makefile. Patch by Bryce L Nordgren.
See ticket #1184

git-svn-id: http://svn.osgeo.org/postgis/trunk@7833 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 11:49:43 +00:00
Regina Obe 3ab633c2a0 Document tiger to postgis topology loader and revise scripts to install the new function. also some additional minor fixes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7832 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 06:43:27 +00:00
Regina Obe 1138d7c595 example of how to get actual edge geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@7828 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-09 14:47:17 +00:00
Regina Obe 5b3d65b60c correct some mistatements about export functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@7816 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 21:01:35 +00:00
Regina Obe 2e776ef83f fix typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@7814 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 16:40:17 +00:00
Regina Obe 7333238bea more examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@7813 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 16:24:07 +00:00
Regina Obe 4ca6eec5a3 minor indentation fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@7812 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 08:07:57 +00:00
Regina Obe db0c162958 document st_resample - still need to put in examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@7811 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 08:07:05 +00:00
Regina Obe 9aece5e5a7 get rid of transparency -- transparency turning to black in pdf format
git-svn-id: http://svn.osgeo.org/postgis/trunk@7810 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 07:25:13 +00:00
Regina Obe e251acc1b8 Add another example with pictures
git-svn-id: http://svn.osgeo.org/postgis/trunk@7809 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 06:56:41 +00:00
Regina Obe f46e90f69a Move ST_AsRaster and ST_Band to raster contructor section
git-svn-id: http://svn.osgeo.org/postgis/trunk@7808 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-06 02:11:07 +00:00
Regina Obe f6a3f768e3 revmoe history table out of docs for now
git-svn-id: http://svn.osgeo.org/postgis/trunk@7806 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-05 15:44:49 +00:00
Regina Obe 245f34f690 fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7804 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-04 02:50:40 +00:00
Regina Obe 983254934c Put in creative commons license stamp
git-svn-id: http://svn.osgeo.org/postgis/trunk@7803 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-02 19:46:40 +00:00
Regina Obe 96cc2bbd77 fill in missing tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@7799 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-01 11:41:55 +00:00
Regina Obe 6ad22e8865 #1052 update doco to reflect change in behavior.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7797 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-31 14:54:23 +00:00
Regina Obe c425f8bc9d fill in missing protos for ST_AsRaster
git-svn-id: http://svn.osgeo.org/postgis/trunk@7794 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-29 16:02:19 +00:00
Regina Obe 6fa2dc33a0 provide better example and images to complement. Also note that ST_AsRaster doesn't yet work with newer geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@7784 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-25 11:33:45 +00:00
Regina Obe b11b61d9e3 cleanup formatting a bit on ST_AsRaster example
git-svn-id: http://svn.osgeo.org/postgis/trunk@7782 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-24 19:20:23 +00:00
Regina Obe 7177b7be60 Provide some examples for using ST_AsRaster. This function is way cool.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7780 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-24 16:08:24 +00:00
Regina Obe 8dcd3139b5 more clarification of behavior change in 2.0 of bbox storage
git-svn-id: http://svn.osgeo.org/postgis/trunk@7757 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-16 13:19:18 +00:00
Regina Obe 88b2edb9c5 #1160: documentation clarification of behavior
git-svn-id: http://svn.osgeo.org/postgis/trunk@7755 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-16 12:51:30 +00:00
Sandro Santilli f3db965181 Second attempt at libtool usage. Seems better to me now.
PostGIS clients still all use the static version of the library.
Libraries are not installed by default.
[RT-SIGTA]

git-svn-id: http://svn.osgeo.org/postgis/trunk@7744 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-13 10:06:07 +00:00
Sandro Santilli c1b6254c15 Even generator.c will need proper proj cflags now..
git-svn-id: http://svn.osgeo.org/postgis/trunk@7738 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-12 17:42:36 +00:00
Sandro Santilli 3e591db73e Fix leftover PARSER_CHECK reference (thanks Hudson) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7728 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-11 08:04:49 +00:00