Commit graph

5212 commits

Author SHA1 Message Date
Regina Obe 8e30bfb742 AddFace, minor additions to other functions and note about dependencies on GEOS 3.3
git-svn-id: http://svn.osgeo.org/postgis/trunk@6629 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-15 14:33:51 +00:00
Regina Obe c635eadddc document addnode, fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6628 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-15 07:14:00 +00:00
Regina Obe bda7f9a01c Add examples for AddEdge, fix typo, add TIGER overview link as an example of a topologically based database for people not clear of its utility.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6627 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-15 06:50:14 +00:00
Sandro Santilli d20207b6f3 topology.AddEdge: handle case of endpoint intersection between closed edges. Fixes #770. [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6626 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-14 16:40:01 +00:00
Regina Obe 8a972e1ea1 Get rid of ST_BandHasNoDataValue and ST_SetBandHasNoDataValue. Amend ST_BandNoDataValue to reflect new way of setting it to NULL if you want all pixel values considered.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6625 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-14 00:01:45 +00:00
Regina Obe e85a23e306 Document AddEdge function will provide example later
git-svn-id: http://svn.osgeo.org/postgis/trunk@6624 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 23:56:23 +00:00
Regina Obe ec90b75f8e forgot to update the description too
git-svn-id: http://svn.osgeo.org/postgis/trunk@6623 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 23:44:43 +00:00
Regina Obe f13ebf6e07 Amend ST_GeometryN to note singular geometry behavior change
git-svn-id: http://svn.osgeo.org/postgis/trunk@6622 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 23:40:52 +00:00
Jorge Arévalo f31fd8b185 Functions ST_BandHasNodataValue and ST_SetBandHasNodataValue deleted. Related ticket #602.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6621 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 21:36:43 +00:00
Jorge Arévalo 54d015e2a7 Minor bug solved in debug functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6620 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 20:09:57 +00:00
Regina Obe 913ce702f7 fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6619 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 15:05:25 +00:00
Regina Obe 06024ff054 Amend release notes to include new changes in 2.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@6618 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 14:55:13 +00:00
Regina Obe 9083547752 mark TopoElementArray_agg as new in 2.0.0, back reference topoelementarray back to this function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6617 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 13:36:57 +00:00
Sandro Santilli 25bde88004 add ST_RelateMatch item
git-svn-id: http://svn.osgeo.org/postgis/trunk@6616 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 13:21:37 +00:00
Regina Obe f79d5d68ec fix another id typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6615 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 09:37:14 +00:00
Regina Obe 6182d09ec6 fix link id
git-svn-id: http://svn.osgeo.org/postgis/trunk@6614 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 09:34:08 +00:00
Regina Obe a38a3d0748 topolelementarray_agg and revise xsl to comment agg (hack fo r now will do better later)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6613 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 08:48:55 +00:00
Regina Obe 843b8fddbb Another minor change to ST_3DShortestLine. Document topoelementarraay and GetTopoGeomElementArray (which by the ways seems to me a bit of a misnomer)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6612 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 08:27:31 +00:00
Regina Obe 4e9cec82f1 Minor formatting changes of ST_3DShortestLine, get rid of note abotu ST_3DMaxDistance only working for points and linestrings now that it works for most everything.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6611 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-13 07:13:48 +00:00
Jorge Arévalo 4717a89c31 Fixed bug #655.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6610 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 22:37:34 +00:00
Regina Obe 5eccaaa26c #768: get rid of replace ndims with st_ndims in populate_geometry_columns
git-svn-id: http://svn.osgeo.org/postgis/trunk@6609 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 22:03:53 +00:00
Mateusz Loskot 3c9511aea1 [raster] Cleaned and updated copyright notice.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6608 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 22:02:35 +00:00
Nicklas Avén 08686b226c Added ST_3DShortestLine in doc and some small editing. ST_3DLongestLine is still missing.
Regina, please take a look if it looks ok. 

git-svn-id: http://svn.osgeo.org/postgis/trunk@6607 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 21:58:44 +00:00
Jorge Arévalo af656e2f02 Regression test expected result is now empty. Related tickets: #759, #769.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6606 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 21:17:35 +00:00
Pierre Racine 735a41e22b -Revert to original values for two test failing on Mat machine. Those values are the good ones on Pierres Windows and Jorges Linux. Something must have gone wrong on Mat`s one.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6605 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 19:10:31 +00:00
Regina Obe 50089cda54 update see also links
git-svn-id: http://svn.osgeo.org/postgis/trunk@6604 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 17:24:58 +00:00
Regina Obe 5911d80afb Get rid of note in ST_3DDistance that states only works for linestrings and points. Now works for all. Add an example of polygon/multilinestring and update 3DClosestPoint example to be the same for contrast compare
git-svn-id: http://svn.osgeo.org/postgis/trunk@6603 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 17:22:50 +00:00
Regina Obe 0e63991e3a get rid of note about 3d relatonship dist functions only workng for points and linestrings. They work for polygons and even polyhedralsurfaces though need to verify answers are right.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6602 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 11:07:12 +00:00
Regina Obe f95b9ccdeb update to reflect note about breaking change in naming of PixelSize to Scale
git-svn-id: http://svn.osgeo.org/postgis/trunk@6601 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 10:23:37 +00:00
Regina Obe 14dfabbbfb GetTopologyName, GetTopologyID accessors
git-svn-id: http://svn.osgeo.org/postgis/trunk@6600 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 08:14:27 +00:00
Regina Obe 20af3a7c61 remove availaiblit 2.0 from existing functions since they were available before (will reserve that for really new functions). Add domains section and accessors section. Revise topology_comments to be able to put in descriptors for domains
git-svn-id: http://svn.osgeo.org/postgis/trunk@6599 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 07:52:40 +00:00
Regina Obe ad512963e1 ValidateTopology and validatetopology_returntype
git-svn-id: http://svn.osgeo.org/postgis/trunk@6598 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 06:32:45 +00:00
Regina Obe 3b46b7a182 get rid of deprecated calls and checks to srid() and setsrid() and ndims() in populate_geometry_columns, UpdateGeometrySRID, probe_geometry_columns, find_srid
git-svn-id: http://svn.osgeo.org/postgis/trunk@6597 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-12 05:01:09 +00:00
Regina Obe 9f425ed040 make relatematch a conditional GEOS 3.3 test
git-svn-id: http://svn.osgeo.org/postgis/trunk@6596 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-11 17:18:05 +00:00
Regina Obe 45c5c85a3a Add another type, add missing element, update make check example in installation. Fix error introduced in regress that prevented all tests from running.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6595 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-11 15:53:16 +00:00
Regina Obe 6ed2ea0fe5 Give installation a pretty anchor name so can be referenced easily from elsewhere. Update to include how to compile with topology and raster support. Add a type section to topology to define structure of topogeometry etc. Ammend topology_comments to be able to extra type comments.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6594 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-11 15:20:38 +00:00
Regina Obe 8f573ca940 #764: Topology error using ST_AddIsoNode (now that raster has an ST_Intersects it is now more necessary to not rely on auto casts)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6593 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-11 09:12:54 +00:00
Regina Obe 434fb9724d fix duplicate refentry id
git-svn-id: http://svn.osgeo.org/postgis/trunk@6592 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-11 03:38:48 +00:00
Regina Obe 11b365ccf6 #763: documentation had wrong datatype for tg_type which made the associated comment break
git-svn-id: http://svn.osgeo.org/postgis/trunk@6591 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-11 03:22:57 +00:00
Regina Obe 3c14ce4eb1 #760: missed some
git-svn-id: http://svn.osgeo.org/postgis/trunk@6590 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-10 17:31:34 +00:00
Regina Obe 1b4bca68ca #760: replace deprecated function names with new names so all regress tests pass again. This should completely work now.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6589 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-10 17:27:22 +00:00
Regina Obe 82ff8a7756 Start replacing deprecated names with new names - still more to do
git-svn-id: http://svn.osgeo.org/postgis/trunk@6588 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-10 17:13:09 +00:00
Regina Obe 80e176ad11 #722: Get rid of more deprecated functions - mem_size, xmax, xmin,ymax, ymin,zmflag,zmax,zmin
git-svn-id: http://svn.osgeo.org/postgis/trunk@6587 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-10 16:36:07 +00:00
Jorge Arévalo a64e1a766c Deleted gserialized check. It's safe to use geometry_gist_sel. Related ticket #758.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6586 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-10 14:21:23 +00:00
Regina Obe 390dedc785 Get rid of now unuseful note in ST_Value. Update short-description to reflect now works with geometry points
git-svn-id: http://svn.osgeo.org/postgis/trunk@6585 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-09 18:38:40 +00:00
Jorge Arévalo 4d509989f3 Replaced annoying warning message for a debug-only message. Related ticket #759.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6584 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-09 16:01:24 +00:00
Nicklas Avén 34f4faafe4 fix typo from r6580, and some enhanced notes
git-svn-id: http://svn.osgeo.org/postgis/trunk@6583 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-08 10:51:39 +00:00
Jorge Arévalo a83cb2cce2 Bug solved: RASTER_DEBUGf replaced by RASTER_DEBUGF. Related ticket #757.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6582 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-07 15:12:07 +00:00
Regina Obe 19d0b9763d remove wmsservers_old so its failure doesn't halt further make check
git-svn-id: http://svn.osgeo.org/postgis/trunk@6581 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-07 13:38:14 +00:00
Nicklas Avén 931ed88b53 Fix for ticket #755
git-svn-id: http://svn.osgeo.org/postgis/trunk@6580 b70326c6-7e19-0410-871a-916f4a2858ee
2011-01-07 13:08:53 +00:00