]> granicus.if.org Git - postgis/log
postgis
13 years agoST_MapAlgebraExpr - 2 band version - incorporate Pierre's corrections / additions
Regina Obe [Tue, 8 Nov 2011 20:32:09 +0000 (20:32 +0000)]
ST_MapAlgebraExpr - 2 band version - incorporate Pierre's corrections / additions

git-svn-id: http://svn.osgeo.org/postgis/trunk@8118 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agodocument ST_MapAlgebraExpr (2 raster band version). Need to clean up the example...
Regina Obe [Tue, 8 Nov 2011 18:41:57 +0000 (18:41 +0000)]
document ST_MapAlgebraExpr (2 raster band version).  Need to clean up the example also figure out how I managed to crash my server with this.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8117 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoDo the "are boxes different?" test in ST_Equals using a tolerance instead of exact...
Paul Ramsey [Tue, 8 Nov 2011 17:47:04 +0000 (17:47 +0000)]
Do the "are boxes different?" test in ST_Equals using a tolerance instead of exact comparisons.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8116 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRe-fix robustness issue on 32bit system (seg is 0-based, npoints is 1-based but segme...
Sandro Santilli [Tue, 8 Nov 2011 10:23:07 +0000 (10:23 +0000)]
Re-fix robustness issue on 32bit system (seg is 0-based, npoints is 1-based but segments is npoints-1)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8115 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoGive unique names to linearref tests
Sandro Santilli [Tue, 8 Nov 2011 08:55:14 +0000 (08:55 +0000)]
Give unique names to linearref tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@8114 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd test for bug #1270
Sandro Santilli [Tue, 8 Nov 2011 08:55:09 +0000 (08:55 +0000)]
Add test for bug #1270

git-svn-id: http://svn.osgeo.org/postgis/trunk@8113 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFix st_line_locate_point check for "last point" (#1271)
Sandro Santilli [Tue, 8 Nov 2011 08:51:15 +0000 (08:51 +0000)]
Fix st_line_locate_point check for "last point" (#1271)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8112 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRenamed ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with Pierre and Regina.
Bborie Park [Tue, 8 Nov 2011 05:27:51 +0000 (05:27 +0000)]
Renamed ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with Pierre and Regina.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8111 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoReplaced ST_MapAlgebraExpr's "nodatavalueexpr" parameter with "nodataval" and datatyp...
Bborie Park [Tue, 8 Nov 2011 00:00:51 +0000 (00:00 +0000)]
Replaced ST_MapAlgebraExpr's "nodatavalueexpr" parameter with "nodataval" and datatype changed from text to double precision.  This makes this parameter the same as "nodatanodataval" found in ST_MapAlgebra2Expr.

Associated ticket is #866

git-svn-id: http://svn.osgeo.org/postgis/trunk@8110 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRephrased a sentence or two in ST_Resample. Might not be the best.
Bborie Park [Mon, 7 Nov 2011 21:17:02 +0000 (21:17 +0000)]
Rephrased a sentence or two in ST_Resample.  Might not be the best.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8109 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAddition of 2-raster map algebra function ST_MapAlgebra2Expr. Next is ST_MapAlgebra2Fct.
Bborie Park [Mon, 7 Nov 2011 21:07:56 +0000 (21:07 +0000)]
Addition of 2-raster map algebra function ST_MapAlgebra2Expr.  Next is ST_MapAlgebra2Fct.

Ticket is #1268.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8108 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoEnhance robustness of ptarray_locate_point, fixing bug #1269.
Sandro Santilli [Mon, 7 Nov 2011 17:01:50 +0000 (17:01 +0000)]
Enhance robustness of ptarray_locate_point, fixing bug #1269.

Includes regression testcase.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8107 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFollowing the cleanup in r8104, additional cleanup to remove POSTGIS_GDAL_VERSION
Bborie Park [Sun, 6 Nov 2011 20:26:50 +0000 (20:26 +0000)]
Following the cleanup in r8104, additional cleanup to remove POSTGIS_GDAL_VERSION

git-svn-id: http://svn.osgeo.org/postgis/trunk@8106 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoDouble-check line splitting to avoid returning empty components
Sandro Santilli [Sun, 6 Nov 2011 20:17:43 +0000 (20:17 +0000)]
Double-check line splitting to avoid returning empty components

It happened on my 32bit system based on presence or absence of an lwnotice call, probably a compiler bug...

git-svn-id: http://svn.osgeo.org/postgis/trunk@8105 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoDon't change SQL at compile time. The code is safe enough.
Sandro Santilli [Sun, 6 Nov 2011 19:39:40 +0000 (19:39 +0000)]
Don't change SQL at compile time. The code is safe enough.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8104 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRenamed output parameter "hasnodatavalue" to "hasnodata" in ST_BandMetadata(). This...
Bborie Park [Sun, 6 Nov 2011 19:30:32 +0000 (19:30 +0000)]
Renamed output parameter "hasnodatavalue" to "hasnodata" in ST_BandMetadata().  This makes the parameter name consistent with all other use of "hasnodata" and the docs for ST_BandMetadata.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8103 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFixed the bug described in #1263. Also fixed additional code that has the same probl...
Bborie Park [Sun, 6 Nov 2011 04:56:30 +0000 (04:56 +0000)]
Fixed the bug described in #1263.  Also fixed additional code that has the same problem.  Additional syntax cleaning and comments updated.  Fixed the problem with "make check" running test/core twice.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8102 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoReverted r8100 due to regression failures. Instead, I added an exception check to...
Bborie Park [Sat, 5 Nov 2011 22:40:46 +0000 (22:40 +0000)]
Reverted r8100 due to regression failures. Instead, I added an exception check to catch for when the client isn't able to find postgis_gdal_version in the search path.

Associated ticket is #1266

git-svn-id: http://svn.osgeo.org/postgis/trunk@8101 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoMoved postgis_gdal_version() from rtpostgis.sql.in.c to postgis.sql.in.c. Added...
Bborie Park [Sat, 5 Nov 2011 14:28:48 +0000 (14:28 +0000)]
Moved postgis_gdal_version() from rtpostgis.sql.in.c to postgis.sql.in.c.  Added additional sed command to postgis/Makefile.in to handle RASTER_MODULE_PATH so as to continue using the underlyiing RASTER_gdal_version().

Associated ticket is #1266.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8100 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFix output of ST_Node -- evidentally we haven't yet instituted the change to output...
Regina Obe [Sat, 5 Nov 2011 03:50:14 +0000 (03:50 +0000)]
Fix output of ST_Node -- evidentally we haven't yet instituted the change to output MULTILINESTRINGZ etc in WKT in ST_AsText nor ST_AsEWKT

git-svn-id: http://svn.osgeo.org/postgis/trunk@8099 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoincrement to 2.0.0a4
Regina Obe [Fri, 4 Nov 2011 22:06:45 +0000 (22:06 +0000)]
increment to 2.0.0a4

git-svn-id: http://svn.osgeo.org/postgis/trunk@8098 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoincrement to 2.0.0a4
Regina Obe [Fri, 4 Nov 2011 22:05:18 +0000 (22:05 +0000)]
increment to 2.0.0a4

git-svn-id: http://svn.osgeo.org/postgis/trunk@8097 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoalphabatize reference_processing section. Change postgis cheatsheet to output to...
Regina Obe [Fri, 4 Nov 2011 21:43:45 +0000 (21:43 +0000)]
alphabatize reference_processing section.  Change postgis cheatsheet to output to 2 columns.  Minor adjusts to tiger cheatsheet

git-svn-id: http://svn.osgeo.org/postgis/trunk@8096 b70326c6-7e19-0410-871a-916f4a2858ee

13 years ago#1206: put in example for ST_Node. Can't test yet since my geos is recompiling.
Regina Obe [Fri, 4 Nov 2011 20:46:33 +0000 (20:46 +0000)]
#1206: put in example for ST_Node.  Can't test yet since my geos is recompiling.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8095 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoDocument ST_Node (#1206)
Sandro Santilli [Fri, 4 Nov 2011 18:48:14 +0000 (18:48 +0000)]
Document ST_Node (#1206)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8094 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd SQL-level tests for ST_Node (#1206)
Sandro Santilli [Fri, 4 Nov 2011 18:24:54 +0000 (18:24 +0000)]
Add SQL-level tests for ST_Node (#1206)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8093 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFix clean rule to get rid of .o files
Sandro Santilli [Fri, 4 Nov 2011 18:17:10 +0000 (18:17 +0000)]
Fix clean rule to get rid of .o files

git-svn-id: http://svn.osgeo.org/postgis/trunk@8092 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoExpose ST_Node at SQL level (#1206)
Sandro Santilli [Fri, 4 Nov 2011 14:25:00 +0000 (14:25 +0000)]
Expose ST_Node at SQL level (#1206)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8091 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoability to turn off example generation, and change to turn off by default
Regina Obe [Fri, 4 Nov 2011 12:22:25 +0000 (12:22 +0000)]
ability to turn off example generation, and change to turn off by default

git-svn-id: http://svn.osgeo.org/postgis/trunk@8090 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFix builds againts GEOS < 3.3
Sandro Santilli [Fri, 4 Nov 2011 08:15:53 +0000 (08:15 +0000)]
Fix builds againts GEOS < 3.3

git-svn-id: http://svn.osgeo.org/postgis/trunk@8089 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd an lwgeom_node function in liblwgeom (see #1206)
Sandro Santilli [Fri, 4 Nov 2011 06:45:10 +0000 (06:45 +0000)]
Add an lwgeom_node function in liblwgeom (see #1206)
Includes testcase

git-svn-id: http://svn.osgeo.org/postgis/trunk@8088 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd enhanced note for AddGeometryColumn
Regina Obe [Fri, 4 Nov 2011 00:57:08 +0000 (00:57 +0000)]
Add enhanced note for AddGeometryColumn

git-svn-id: http://svn.osgeo.org/postgis/trunk@8087 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd lwcollection_reserve internal function
Sandro Santilli [Thu, 3 Nov 2011 17:28:01 +0000 (17:28 +0000)]
Add lwcollection_reserve internal function

git-svn-id: http://svn.osgeo.org/postgis/trunk@8086 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoPass GEOS version to unit tests, skip test for SPLIT when building against older...
Sandro Santilli [Thu, 3 Nov 2011 17:09:17 +0000 (17:09 +0000)]
Pass GEOS version to unit tests, skip test for SPLIT when building against older geos.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8085 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd an line-by-point internal split function taking an output vector.
Sandro Santilli [Thu, 3 Nov 2011 16:20:39 +0000 (16:20 +0000)]
Add an line-by-point internal split function taking an output vector.
Regress test the new function.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8084 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd test for ST_Summary
Sandro Santilli [Wed, 2 Nov 2011 16:53:09 +0000 (16:53 +0000)]
Add test for ST_Summary

git-svn-id: http://svn.osgeo.org/postgis/trunk@8083 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agochange order of populate_geometry_columns drop all one depends on oid one
Regina Obe [Wed, 2 Nov 2011 13:48:52 +0000 (13:48 +0000)]
change order of populate_geometry_columns drop all one depends on oid one

git-svn-id: http://svn.osgeo.org/postgis/trunk@8082 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agodrop populate_geometry_columns(). This is needed because got replaced by populate_g...
Regina Obe [Wed, 2 Nov 2011 13:47:51 +0000 (13:47 +0000)]
drop  populate_geometry_columns().  This is needed because got replaced by populate_geometry_columns(use_typmod=true).  So if both exist get function is not unique error

git-svn-id: http://svn.osgeo.org/postgis/trunk@8081 b70326c6-7e19-0410-871a-916f4a2858ee

13 years ago#1256 drop memgeomunion so geomunion can be dropped
Regina Obe [Wed, 2 Nov 2011 13:42:31 +0000 (13:42 +0000)]
#1256 drop memgeomunion so geomunion can be dropped

git-svn-id: http://svn.osgeo.org/postgis/trunk@8080 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agomore formatting experiments
Regina Obe [Wed, 2 Nov 2011 06:50:00 +0000 (06:50 +0000)]
more formatting experiments

git-svn-id: http://svn.osgeo.org/postgis/trunk@8079 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoComposite geometries end up with nested BBOX caches (#1254)
Paul Ramsey [Wed, 2 Nov 2011 04:28:05 +0000 (04:28 +0000)]
Composite geometries end up with nested BBOX caches (#1254)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8078 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoBased upon mailing list discussion, changed call to ST_AsRaster in _st_intersects...
Bborie Park [Tue, 1 Nov 2011 18:17:26 +0000 (18:17 +0000)]
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

13 years agoMake st_summary at least return consistent results (#1254)
Paul Ramsey [Tue, 1 Nov 2011 17:59:00 +0000 (17:59 +0000)]
Make st_summary at least return consistent results (#1254)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8076 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agodocument ST_SameAlignment
Regina Obe [Tue, 1 Nov 2011 17:11:54 +0000 (17:11 +0000)]
document ST_SameAlignment

git-svn-id: http://svn.osgeo.org/postgis/trunk@8075 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agorevise all to output arg list and conditionally show examples and descriptions
Regina Obe [Tue, 1 Nov 2011 04:41:37 +0000 (04:41 +0000)]
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

13 years agoxsl to generate postgis cheatsheet, add make cheatsheet to gnumake, better outptuting...
Regina Obe [Tue, 1 Nov 2011 03:06:55 +0000 (03:06 +0000)]
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

13 years agoST_CreateTopoGeo: speedup merged lines splitting [RT-SIGTA]
Sandro Santilli [Mon, 31 Oct 2011 22:26:22 +0000 (22:26 +0000)]
ST_CreateTopoGeo: speedup merged lines splitting [RT-SIGTA]

git-svn-id: http://svn.osgeo.org/postgis/trunk@8069 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoIncrease accuracy of area calculation (#810)
Paul Ramsey [Mon, 31 Oct 2011 21:18:11 +0000 (21:18 +0000)]
Increase accuracy of area calculation (#810)

git-svn-id: http://svn.osgeo.org/postgis/trunk@8068 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove redundant prototype
Paul Ramsey [Mon, 31 Oct 2011 20:59:07 +0000 (20:59 +0000)]
Remove redundant prototype

git-svn-id: http://svn.osgeo.org/postgis/trunk@8067 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoMove gserialized_get_gbox_p to liblwgeom and gserialized_read_gbox_p to liblwgeom_int...
Paul Ramsey [Mon, 31 Oct 2011 20:55:05 +0000 (20:55 +0000)]
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

13 years agoRename pglwgeom_box2d_p
Paul Ramsey [Mon, 31 Oct 2011 20:23:44 +0000 (20:23 +0000)]
Rename pglwgeom_box2d_p

git-svn-id: http://svn.osgeo.org/postgis/trunk@8065 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoadd raster cheat sheet generator -- and a make cheatsheets command to generate all.
Regina Obe [Mon, 31 Oct 2011 20:02:11 +0000 (20:02 +0000)]
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

13 years agoget rid of word "Functions" in section headers
Regina Obe [Mon, 31 Oct 2011 19:20:06 +0000 (19:20 +0000)]
get rid of word "Functions" in section headers

git-svn-id: http://svn.osgeo.org/postgis/trunk@8063 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoST_CreateTopoGeo: do not drop input nodes of degree 2 (#1258) [RT-SIGTA]
Sandro Santilli [Mon, 31 Oct 2011 13:03:42 +0000 (13:03 +0000)]
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

13 years agoFix generation of topology in presence of edges with same bounding box (#1261).
Sandro Santilli [Mon, 31 Oct 2011 12:45:46 +0000 (12:45 +0000)]
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

13 years agofix another erroneous statement - its ValidateTopology not ST_ValidateTopology
Regina Obe [Mon, 31 Oct 2011 12:22:27 +0000 (12:22 +0000)]
fix another erroneous statement - its ValidateTopology not ST_ValidateTopology

git-svn-id: http://svn.osgeo.org/postgis/trunk@8060 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoget rid of word feature in description of AddTopGeometryColumn. Table can be any...
Regina Obe [Mon, 31 Oct 2011 11:58:44 +0000 (11:58 +0000)]
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

13 years agomore cleanup -- only print example sections if they have examples
Regina Obe [Mon, 31 Oct 2011 05:32:43 +0000 (05:32 +0000)]
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

13 years agobuild cheat sheet for tiger geocoder. This one looks better laid out than topology...
Regina Obe [Mon, 31 Oct 2011 03:14:29 +0000 (03:14 +0000)]
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

13 years agologic to flag new functions and allow tags in listings to be displayed
Regina Obe [Mon, 31 Oct 2011 02:11:08 +0000 (02:11 +0000)]
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

13 years agoget rid of unused styles
Regina Obe [Sun, 30 Oct 2011 23:10:44 +0000 (23:10 +0000)]
get rid of unused styles

git-svn-id: http://svn.osgeo.org/postgis/trunk@8055 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAddEdgeModFace, AddEdgeNewFaces: simplify calls to AddEdge [RT-SIGTA]
Sandro Santilli [Sun, 30 Oct 2011 21:47:45 +0000 (21:47 +0000)]
AddEdgeModFace, AddEdgeNewFaces: simplify calls to AddEdge [RT-SIGTA]

git-svn-id: http://svn.osgeo.org/postgis/trunk@8054 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove some duplicate headers (much of this to be done...)
Paul Ramsey [Sun, 30 Oct 2011 20:57:56 +0000 (20:57 +0000)]
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

13 years agoRemove SERIALIZED_FORM
Paul Ramsey [Sun, 30 Oct 2011 20:45:58 +0000 (20:45 +0000)]
Remove SERIALIZED_FORM

git-svn-id: http://svn.osgeo.org/postgis/trunk@8052 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_serialize
Paul Ramsey [Sun, 30 Oct 2011 20:40:19 +0000 (20:40 +0000)]
Remove pglwgeom_serialize

git-svn-id: http://svn.osgeo.org/postgis/trunk@8051 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoAdd some hints about the visited table for topology.AsGML
Sandro Santilli [Sun, 30 Oct 2011 19:15:09 +0000 (19:15 +0000)]
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

13 years agologic to build html cheatsheet -- some logic still needed to extract the examples...
Regina Obe [Sun, 30 Oct 2011 18:49:13 +0000 (18:49 +0000)]
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

13 years agoget rid of extra fluff words in section titles
Regina Obe [Sun, 30 Oct 2011 15:36:14 +0000 (15:36 +0000)]
get rid of extra fluff words in section titles

git-svn-id: http://svn.osgeo.org/postgis/trunk@8048 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFix regression
Paul Ramsey [Sat, 29 Oct 2011 20:54:07 +0000 (20:54 +0000)]
Fix regression

git-svn-id: http://svn.osgeo.org/postgis/trunk@8047 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_ndims
Paul Ramsey [Sat, 29 Oct 2011 20:35:41 +0000 (20:35 +0000)]
Remove pglwgeom_ndims

git-svn-id: http://svn.osgeo.org/postgis/trunk@8046 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_size
Paul Ramsey [Sat, 29 Oct 2011 20:07:33 +0000 (20:07 +0000)]
Remove pglwgeom_size

git-svn-id: http://svn.osgeo.org/postgis/trunk@8045 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_get_zm
Paul Ramsey [Sat, 29 Oct 2011 20:04:04 +0000 (20:04 +0000)]
Remove pglwgeom_get_zm

git-svn-id: http://svn.osgeo.org/postgis/trunk@8044 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFix odd formating in optimistic_overlap
Paul Ramsey [Sat, 29 Oct 2011 01:05:42 +0000 (01:05 +0000)]
Fix odd formating in optimistic_overlap

git-svn-id: http://svn.osgeo.org/postgis/trunk@8043 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_is_empty
Paul Ramsey [Sat, 29 Oct 2011 01:01:48 +0000 (01:01 +0000)]
Remove pglwgeom_is_empty

git-svn-id: http://svn.osgeo.org/postgis/trunk@8042 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_drop_bbox
Paul Ramsey [Sat, 29 Oct 2011 01:00:49 +0000 (01:00 +0000)]
Remove pglwgeom_drop_bbox

git-svn-id: http://svn.osgeo.org/postgis/trunk@8041 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
Paul Ramsey [Sat, 29 Oct 2011 00:58:28 +0000 (00:58 +0000)]
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

13 years agoRemove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
Paul Ramsey [Sat, 29 Oct 2011 00:58:06 +0000 (00:58 +0000)]
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

13 years agoRemove pglwgeom_get_type
Paul Ramsey [Sat, 29 Oct 2011 00:50:33 +0000 (00:50 +0000)]
Remove pglwgeom_get_type

git-svn-id: http://svn.osgeo.org/postgis/trunk@8038 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoremove pglwgeom_get_srid, pglwgeom_set_srid
Paul Ramsey [Fri, 28 Oct 2011 22:06:16 +0000 (22:06 +0000)]
remove pglwgeom_get_srid, pglwgeom_set_srid

git-svn-id: http://svn.osgeo.org/postgis/trunk@8037 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove pglwgeom_deserialize
Paul Ramsey [Fri, 28 Oct 2011 21:57:57 +0000 (21:57 +0000)]
Remove pglwgeom_deserialize

git-svn-id: http://svn.osgeo.org/postgis/trunk@8036 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoCommit remaining removals of BOX2DFLOAT4 and PG_LWGEOM
Paul Ramsey [Fri, 28 Oct 2011 20:54:23 +0000 (20:54 +0000)]
Commit remaining removals of BOX2DFLOAT4 and PG_LWGEOM

git-svn-id: http://svn.osgeo.org/postgis/trunk@8035 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove BOX2DFLOAT4->GBOX and PG_LWGEOM->GSERIALIZED #defines
Paul Ramsey [Fri, 28 Oct 2011 20:46:18 +0000 (20:46 +0000)]
Remove BOX2DFLOAT4->GBOX and PG_LWGEOM->GSERIALIZED #defines

git-svn-id: http://svn.osgeo.org/postgis/trunk@8034 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoFix call to geometry_type_from_string to use right type.
Paul Ramsey [Fri, 28 Oct 2011 18:21:13 +0000 (18:21 +0000)]
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

13 years agoMove clone support functions into internal
Paul Ramsey [Fri, 28 Oct 2011 18:09:20 +0000 (18:09 +0000)]
Move clone support functions into internal

git-svn-id: http://svn.osgeo.org/postgis/trunk@8032 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoReplace min/max/abs macros with FP_* variants in liblwgeom/ and with pgsql variants...
Paul Ramsey [Fri, 28 Oct 2011 18:01:57 +0000 (18:01 +0000)]
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

13 years agoRemove orphaned box3d and box2dfloat4 utility functions
Paul Ramsey [Fri, 28 Oct 2011 17:52:58 +0000 (17:52 +0000)]
Remove orphaned box3d and box2dfloat4 utility functions

git-svn-id: http://svn.osgeo.org/postgis/trunk@8030 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove orphaned _compute_box3d functions
Paul Ramsey [Fri, 28 Oct 2011 17:44:00 +0000 (17:44 +0000)]
Remove orphaned _compute_box3d functions

git-svn-id: http://svn.osgeo.org/postgis/trunk@8029 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove box2df_from_gbox and gbox_from_box2df
Paul Ramsey [Fri, 28 Oct 2011 17:35:18 +0000 (17:35 +0000)]
Remove box2df_from_gbox and gbox_from_box2df

git-svn-id: http://svn.osgeo.org/postgis/trunk@8028 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoEnsure calls to lwgeom->type use type of uint8_t
Paul Ramsey [Fri, 28 Oct 2011 17:01:02 +0000 (17:01 +0000)]
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

13 years agoRemove old profiling code
Paul Ramsey [Fri, 28 Oct 2011 14:51:08 +0000 (14:51 +0000)]
Remove old profiling code

git-svn-id: http://svn.osgeo.org/postgis/trunk@8026 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove old 8-bit type utility functions.
Paul Ramsey [Thu, 27 Oct 2011 23:02:03 +0000 (23:02 +0000)]
Remove old 8-bit type utility functions.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8025 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove LWGEOM_Min* and LWGEOM_Max*
Paul Ramsey [Thu, 27 Oct 2011 22:48:36 +0000 (22:48 +0000)]
Remove LWGEOM_Min* and LWGEOM_Max*

git-svn-id: http://svn.osgeo.org/postgis/trunk@8024 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove serialized_form functions:
Paul Ramsey [Thu, 27 Oct 2011 21:03:00 +0000 (21:03 +0000)]
Remove serialized_form functions:
lwpoint_serialize_size
lwpoint_serialize
lwpoint_serialize_buf
lwline_serialize_size
lwline_serialize
lwline_serialize_buf
lwpoly_serialize_size
lwpoly_serialize
lwpoly_serialize_buf
lwtriangle_serialize_size
lwtriangle_serialize
lwtriangle_serialize_buf
lwcircstring_serialize_size
lwcircstring_serialize
lwcircstring_serialize_buf
lwcollection_serialize_size
lwcollection_serialize_buf
lwgeom_constructempty
lwgeom_constructempty_buf
lwgeom_empty_length
lwgeom_serialize_size
lwgeom_serialize
lwgeom_serialized_construct
lwgeom_getsrid

git-svn-id: http://svn.osgeo.org/postgis/trunk@8023 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove printBYTES
Paul Ramsey [Thu, 27 Oct 2011 20:52:02 +0000 (20:52 +0000)]
Remove printBYTES

git-svn-id: http://svn.osgeo.org/postgis/trunk@8022 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoReorder header file a little.
Paul Ramsey [Thu, 27 Oct 2011 20:51:13 +0000 (20:51 +0000)]
Reorder header file a little.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8021 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoComplete removal of LWGEOM_INSPECTED
Paul Ramsey [Thu, 27 Oct 2011 20:14:46 +0000 (20:14 +0000)]
Complete removal of LWGEOM_INSPECTED

git-svn-id: http://svn.osgeo.org/postgis/trunk@8020 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove LWGEOM_INSPECTED
Paul Ramsey [Thu, 27 Oct 2011 20:07:17 +0000 (20:07 +0000)]
Remove LWGEOM_INSPECTED

git-svn-id: http://svn.osgeo.org/postgis/trunk@8019 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove old deserialze and inspected functions.
Paul Ramsey [Thu, 27 Oct 2011 20:05:32 +0000 (20:05 +0000)]
Remove old deserialze and inspected functions.

serialized_lwgeom_size
lwgeom_size_subgeom
lwgeom_size_point
lwgeom_size_line
lwgeom_size_circstring
lwgeom_size_poly
lwgeom_size_triangle
lwgeom_deserialize
lwpoint_deserialize
lwline_deserialize
lwpoly_deserialize
lwtriangle_deserialize
lwcircstring_deserialize
lwmpoint_deserialize
lwmline_deserialize
lwmpoly_deserialize
lwcollection_deserialize
lwcompound_deserialize
lwcurvepoly_deserialize
lwmcurve_deserialize
lwmsurface_deserialize
lwpsurface_deserialize
lwtin_deserialize
printMULTI
lwgeom_inspect
lwgeom_getpoint_inspected
lwgeom_getpoint
lwgeom_getline_inspected
lwgeom_getline
lwgeom_getpoly
lwgeom_getpoly_inspected
lwgeom_gettriangle
lwgeom_gettriangle_inspected
lwgeom_getcircstring_inspected
lwgeom_getgeom_inspected
lwgeom_getsubgeometry
lwgeom_getsubgeometry_inspected
lwgeom_getsubtype
lwgeom_getsubtype_inspected
lwgeom_getnumgeometries
lwgeom_getnumgeometries_inspected

git-svn-id: http://svn.osgeo.org/postgis/trunk@8018 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove compute_serialized_box3d
Paul Ramsey [Thu, 27 Oct 2011 19:23:19 +0000 (19:23 +0000)]
Remove compute_serialized_box3d

git-svn-id: http://svn.osgeo.org/postgis/trunk@8017 b70326c6-7e19-0410-871a-916f4a2858ee

13 years agoRemove duplicate and unused is_worth_caching_serialized_bbox and is_worth_caching_lwg...
Paul Ramsey [Thu, 27 Oct 2011 19:10:23 +0000 (19:10 +0000)]
Remove duplicate and unused is_worth_caching_serialized_bbox and is_worth_caching_lwgeom_bbox

git-svn-id: http://svn.osgeo.org/postgis/trunk@8016 b70326c6-7e19-0410-871a-916f4a2858ee