postgis/liblwgeom
Olivier Courtin 61fe032fc9 Temp remove su_surface till everything fixed on it...
git-svn-id: http://svn.osgeo.org/postgis/trunk@9057 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-06 23:30:27 +00:00
..
cunit Temp remove su_surface till everything fixed on it... 2012-02-06 23:30:27 +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 gbox_float_round: do not attempt to round M when not present 2012-01-12 08:51:58 +00:00
g_serialized.c Fix a bug in gserialized_read_gbox_p reading garbage in EMPTY point 2012-01-12 08:52:03 +00:00
g_serialized.txt Wrap lines within 80 columns 2011-10-27 14:35:07 +00:00
g_util.c Ensure calls to lwgeom->type use type of uint8_t 2011-10-28 17:01:02 +00:00
liblwgeom.h.in Geography should support SRIDs other than 4326 (#1538) 2012-02-04 01:30:14 +00:00
liblwgeom_internal.h Geography should support SRIDs other than 4326 (#1538) 2012-02-04 01:30:14 +00:00
libtgeom.c Fix a bug in tgeom_free, related to #665 2012-02-06 21:15:33 +00:00
libtgeom.h Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwalgorithm.c Flip ST_LocateBetween to use the same LRS code as ST_LocateBetweenElevations 2012-01-12 19:07:02 +00:00
lwcircstring.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwcollection.c Prevent lwcollection_construct from creating non-collection types 2012-01-16 09:11:38 +00:00
lwcompound.c Implement lwcompound_construct_empty 2012-01-09 17:01:43 +00:00
lwcurvepoly.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwgeodetic.c Try again to fix #1292 2012-02-01 05:30:28 +00:00
lwgeodetic.h Change to GNU macro NAN. Still not feeling The Confidence. 2012-01-03 23:52:42 +00:00
lwgeom.c Don't let ST_Multi create collections of a single EMPTY (#1489) 2012-01-20 14:47:24 +00:00
lwgeom_api.c Interim progress on LRS work. 2012-01-09 18:27:30 +00:00
lwgeom_debug.c Add ST_Summary(geography), "G" flag (#1277), document (#649) 2012-01-18 14:17:11 +00:00
lwgeom_geos.c Rename ST_BuildArea backend function 2012-01-31 18:12: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 Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwgeom_geos_node.c Fix missing #ifdef POSTGIS_GEOS_VERSION ... #endif preventing liblwgeom from compiling on GEOS < 3.3.0. 2012-02-03 21:03:46 +00:00
lwgeom_geos_split.c Fix 2.5d split (#745) 2012-01-16 17:37:12 +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_transform.c Geography should support SRIDs other than 4326 (#1538) 2012-02-04 01:30:14 +00:00
lwhomogenize.c Add lwcollection_homogenize and ST_Homogenize (#375) 2012-02-01 23:18:19 +00:00
lwin_wkb.c Fix reading TRIANGLE EMPTY in WKB form (#1474) 2012-01-16 10:31:18 +00:00
lwin_wkt.c #920 (ST_LineToCurve generating invalid CURVEPOLYGON) 2012-01-27 18:54:37 +00:00
lwin_wkt.h Drop (u)int32 and uchar in favor of C99 standard int types [RT-SIGTA] 2011-08-19 09:34:58 +00:00
lwin_wkt_lex.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwin_wkt_lex.l Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwin_wkt_parse.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwin_wkt_parse.h Add/improve comments, fix SRID handling for EWKT inputs. 2010-10-25 04:57:14 +00:00
lwin_wkt_parse.y Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwline.c Implement lwline_from_lwgeom_array (untested) 2012-01-26 12:59:59 +00:00
lwlinearreferencing.c ST_LocateBetweenElevations should return NULL and not fail if intersection is void (#1250) 2012-01-30 20:41:59 +00:00
lwmcurve.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwmline.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwmpoint.c Interim progress on LRS work. 2012-01-09 18:27:30 +00:00
lwmpoly.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwmsurface.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwout_geojson.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwout_gml.c GML for empty geometries should be NULL (#1377) 2012-01-30 00:37:45 +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_wkb.c Fix WKB output for POINT EMPTY with SRID or higher dims (#1478) 2012-01-16 11:22:27 +00:00
lwout_wkt.c Add "M" type modifiers on elements of GEOMETRYCOLLECTION 2012-01-10 10:06:11 +00:00
lwout_x3d.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwpoint.c Interim progress on LRS work. 2012-01-09 18:27:30 +00:00
lwpoly.c Increase accuracy of area calculation (#810) 2011-10-31 21:18:11 +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 Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwsegmentize.c Tighten up on-arc test a bit more. 2012-01-27 20:55:22 +00:00
lwspheroid.c Make numerical stability fix actually be present 2012-01-03 23:42:03 +00:00
lwtin.c Make st_summary at least return consistent results (#1254) 2011-11-01 17:59:00 +00:00
lwtree.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwtree.h Clean out scruft from my G_ phase and start attempting to separate _internal from external liblwgeom functions. 2010-10-31 02:31:34 +00:00
lwtriangle.c Remove orphaned _compute_box3d functions 2011-10-28 17:44:00 +00:00
lwutil.c Use own implementation of endian detection, should fix #1172 2011-12-21 14:37:11 +00:00
Makefile.in Move lwgeom_summary to liblwgeom (#1446) 2012-01-16 12:33:16 +00:00
measures.c Increase robustness in distance-calculations when point is on segment. 2012-01-29 23:30:18 +00:00
measures.h Copyright notes 2011-02-24 21:44:19 +00:00
measures3d.c Interim progress on LRS work. 2012-01-09 18:27:30 +00:00
measures3d.h Copyright notes 2011-02-24 21:44:19 +00:00
ptarray.c ST_Segmentize returns invalid LINESTRING for zero-length input (#1304) 2012-01-30 21:52:47 +00:00
stringbuffer.c Reduce number of includes from liblwgeom.h (closest header to a public API). 2011-08-06 18:17:31 +00:00
stringbuffer.h Fix regressions in the new KML emitter 2010-12-14 20:21:27 +00:00
vsprintf.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00