postgis/liblwgeom
Sandro Santilli c86d9084bd Implement ST_ForceCurve (#2430)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11803 b70326c6-7e19-0410-871a-916f4a2858ee
2013-08-14 22:40:16 +00:00
..
cunit Implement ST_ForceCurve (#2430) 2013-08-14 22:40:16 +00:00
box2d.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
g_box.c Use finite() instead of isfinite() 2013-05-18 21:07:29 +00:00
g_serialized.c #2090, gserialized_read_gbox_p sets Z dimension instead of M dimension for two-point lines 2012-11-13 22:48:31 +00:00
g_serialized.txt Wrap lines within 80 columns 2011-10-27 14:35:07 +00:00
g_util.c Comment on the dump_toupper function 2012-11-15 00:15:24 +00:00
liblwgeom.h.in Implement ST_ForceCurve (#2430) 2013-08-14 22:40:16 +00:00
liblwgeom_internal.h #1818: geohash patch hashbox to geom 2013-05-03 04:04:22 +00:00
lwalgorithm.c Fix implicit declaration of function 'tolower' warning 2013-05-10 07:06:46 +00:00
lwcircstring.c #2295 Nathan Wagner patch to support for dumping circular strings in dump points 2013-05-04 13:18:40 +00:00
lwcollection.c Revert "Return NULL when simplifying a line results in a line with < 2 vertices" 2012-12-13 09:34:48 +00:00
lwcompound.c Implement ST_ForceCurve (#2430) 2013-08-14 22:40:16 +00:00
lwcurvepoly.c #2018, Distance calculation support for arc features (circstring, compoundcurve, curvepolygon) 2013-03-28 22:11:09 +00:00
lwgeodetic.c #2351, st_distance between geographies wrong 2013-06-07 17:39:43 +00:00
lwgeodetic.h Expose some geodetic functions a little higher 2012-10-25 22:17:39 +00:00
lwgeodetic_tree.c Remove warnings from liblwgeom 2013-06-03 08:26:51 +00:00
lwgeodetic_tree.h Allow circtree nodes to have more than 2 children (#1910) 2012-07-12 03:38:03 +00:00
lwgeom.c Implement ST_ForceCurve (#2430) 2013-08-14 22:40:16 +00:00
lwgeom_api.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwgeom_debug.c Have ST_Summary advertise presence of known srid with an [S] flag 2013-01-18 18:09:22 +00:00
lwgeom_geos.c #1898, #2322 move geos functions in lwtin.c to lwgeom_geos.c to prevent unhealthy dependency on geos (for loader tools and also image generator), roll back change to cunit for loader (the geos includes). bump up version number to beta2dev 2013-05-12 02:27:58 +00:00
lwgeom_geos.h Add GEOS entry points in liblwgeom.h (public API) [RT-SIGTA] 2011-08-09 16:05:30 +00:00
lwgeom_geos_clean.c Fix the ST_MakeValid leak, keep it crash-free (#2307) 2013-07-05 10:40:48 +00:00
lwgeom_geos_node.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwgeom_geos_split.c Base vertex snap tolerance in lwline_split_by_point on line length 2013-01-15 11:54:29 +00:00
lwgeom_log.h Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwgeom_sfcgal.c Add SFCGAL support cf #2254. Include SFCGAL support, postgis backend handling (GEOS/SFCGAL). Regress tests, documentation prototypes and also additional force_sfs function. 2013-05-09 19:38:17 +00:00
lwgeom_sfcgal.h Add SFCGAL support cf #2254. Include SFCGAL support, postgis backend handling (GEOS/SFCGAL). Regress tests, documentation prototypes and also additional force_sfs function. 2013-05-09 19:38:17 +00:00
lwgeom_transform.c Add a ptarray_transform function in liblwgeom API 2012-02-21 14:32:59 +00:00
lwhomogenize.c Fix memory leak in lwcollection_homogenize 2012-12-21 10:53:12 +00:00
lwin_geojson.c Fix parsing GeoJSON of multipolygon with holes (#2216) 2013-02-28 17:42:49 +00:00
lwin_wkb.c Anal retentive function renaming: ptarray_isclosed -> ptarray_is_closed 2012-09-28 21:08:29 +00:00
lwin_wkt.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt.h Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwin_wkt_lex.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_lex.l Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_parse.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_parse.h Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt_parse.y Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwline.c Revert "Return NULL when simplifying a line results in a line with < 2 vertices" 2012-12-13 09:34:48 +00:00
lwlinearreferencing.c Fix more compiler warnings 2013-05-10 07:51:19 +00:00
lwmcurve.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwmline.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwmpoint.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwmpoly.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwmsurface.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwout_geojson.c Remove warnings from liblwgeom 2013-06-03 08:26:51 +00:00
lwout_gml.c First implementation of gml:id support for ST_AsGML. Related to #1823. Not yet really tested. Cunit still missing 2012-05-21 21:17:59 +00:00
lwout_kml.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwout_svg.c SVG empty geometries gives invalid memory alloc (#1038) 2012-01-24 22:23:53 +00:00
lwout_twkb.c getting rid of some compiling warnings 2013-08-06 17:09:15 +00:00
lwout_twkb.h Initial commit of TWKB implimentation to trunk 2013-08-04 21:27:27 +00:00
lwout_wkb.c Allow WKB generation to do direct memcpy of coordinates in specific cases. 2012-10-25 18:54:27 +00:00
lwout_wkt.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwout_x3d.c Remove warnings from liblwgeom 2013-06-03 08:26:51 +00:00
lwpoint.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwpoly.c Revert "Return NULL when simplifying a line results in a line with < 2 vertices" 2012-12-13 09:34:48 +00:00
lwprint.c Document memory management of lwdoubles_to_latlon and lwpoint_to_latlon 2011-07-04 12:29:31 +00:00
lwpsurface.c lwgeom_release (#699), reviewed all usage of lwgeom_release 2012-02-07 19:42:49 +00:00
lwsegmentize.c lw_segment_side may return any negative number, not just -1 (#2420) 2013-08-14 07:37:23 +00:00
lwspheroid.c Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwtin.c #1898, #2322 move geos functions in lwtin.c to lwgeom_geos.c to prevent unhealthy dependency on geos (for loader tools and also image generator), roll back change to cunit for loader (the geos includes). bump up version number to beta2dev 2013-05-12 02:27:58 +00:00
lwtree.c Anal retentive code re-organization. Try and move the primitive computational geometry functions into lwalgorithm.c 2012-10-01 22:10:33 +00:00
lwtree.h Silence a warning 2012-06-18 22:02:54 +00:00
lwtriangle.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwutil.c Drop "lwgeom_init_allocators" need, add "lwgeom_set_handlers" 2012-12-27 12:56:59 +00:00
Makefile.in Initial commit of TWKB implimentation to trunk 2013-08-04 21:27:27 +00:00
measures.c #2018, Remove old bruteforce function and replace with new one. 2013-03-29 20:38:14 +00:00
measures.h #2018, Remove old bruteforce function and replace with new one. 2013-03-29 20:38:14 +00:00
measures3d.c #2112 2012-11-28 22:35:56 +00:00
measures3d.h Change dos to unix lineends. (#1598) 2012-02-22 19:29:59 +00:00
ptarray.c #2018, Distance calculation support for arc features (circstring, compoundcurve, curvepolygon) 2013-03-28 22:11:09 +00:00
snprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00
stringbuffer.c change variable used to __MINGW64_VERSION_MAJOR (the mingw64_w32 doesn't have __MINGW64_ (only the mingw64-w64 has that) 2013-03-28 13:32:44 +00:00
stringbuffer.h Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
vsprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00