postgis/liblwgeom
Paul Ramsey 67196edc60 ST_Azimuth on the spheroid (#1305)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8496 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-21 19:07:02 +00:00
..
cunit Fix crash on ST_AsGML('POLYGON EMPTY') (#681) 2011-12-14 16:02:44 +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 Add a gbox_overlaps_2d function, use when appropriate (#1357) 2011-12-09 11:18:09 +00:00
g_serialized.c gbox_float_round: don't roundup Z value if the box doesn't have one 2011-12-09 15:33:14 +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 ST_Azimuth on the spheroid (#1305) 2011-12-21 19:07:02 +00:00
liblwgeom_internal.h Use own implementation of endian detection, should fix #1172 2011-12-21 14:37:11 +00:00
libtgeom.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +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 Replace min/max/abs macros with FP_* variants in liblwgeom/ and with pgsql variants in postgis/ 2011-10-28 18:01:57 +00:00
lwcircstring.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwcollection.c Add lwcollection_reserve internal function 2011-11-03 17:28:01 +00:00
lwcompound.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwcurvepoly.c Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +00:00
lwgeodetic.c ST_Azimuth on the spheroid (#1305) 2011-12-21 19:07:02 +00:00
lwgeodetic.h Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwgeom.c Add a public lwgeom_get_bbox function (#1324) 2011-12-09 14:37:16 +00:00
lwgeom_api.c Improve robustness of ptarray_isccw (see #1302) 2011-11-21 08:08:18 +00:00
lwgeom_geos.c Report full exception string on ST_Intersection failure (see #1173) 2011-12-16 15:16:47 +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 builds againts GEOS < 3.3 2011-11-04 08:15:53 +00:00
lwgeom_geos_split.c Add a vertex-snap-tolerance parameter to ptarray_substring 2011-11-21 16:32:27 +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 Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
lwhomogenize.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +00:00
lwhomogenize.h Flip all the internal liblwgeom files over to use liblwgeom_internal.h 2010-11-01 01:28:12 +00:00
lwin_wkb.c Use own implementation of endian detection, should fix #1172 2011-12-21 14:37:11 +00:00
lwin_wkt.c Clamp literal SRID values occurring in WKB and WKT. 2011-10-06 13:35:52 +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 Remove orphaned _compute_box3d functions 2011-10-28 17:44:00 +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 Remove old deserialze and inspected functions. 2011-10-27 20:05:32 +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 Fix crash on ST_AsGML('POLYGON EMPTY') (#681) 2011-12-14 16:02:44 +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 ST_AsSVG kills whole postgres server when fails (#1028) 2011-11-26 06:07:16 +00:00
lwout_wkb.c Use own implementation of endian detection, should fix #1172 2011-12-21 14:37:11 +00:00
lwout_wkt.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +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 Remove orphaned _compute_box3d functions 2011-10-28 17:44:00 +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 Make st_summary at least return consistent results (#1254) 2011-11-01 17:59:00 +00:00
lwspheroid.c Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220) 2011-09-28 10:05:36 +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 Fix clean rule to get rid of .o files 2011-11-04 18:17:10 +00:00
measures.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
measures.h Copyright notes 2011-02-24 21:44:19 +00:00
measures3d.c Make st_summary at least return consistent results (#1254) 2011-11-01 17:59:00 +00:00
measures3d.h Copyright notes 2011-02-24 21:44:19 +00:00
ptarray.c ST_AddPoint returns incorrect result on Linux (#1335) from roualt 2011-11-29 20:22:40 +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