postgis/liblwgeom
2011-05-19 04:53:22 +00:00
..
cunit support for 2D points, add multipoint 2d / 3d to cunit. Add a mapping table to documentation to clarify how we map PostGIS geometries to X3D equivalent. 2011-05-19 04:53:22 +00:00
examples Make the ptarray_add_point behavior more explicit. 2010-11-23 00:44:24 +00:00
box2d.c Flip all the internal liblwgeom files over to use liblwgeom_internal.h 2010-11-01 01:28:12 +00:00
g_box.c Fix regression failure in standard serialization mode. (#735) 2010-12-28 18:00:34 +00:00
g_serialized.c Change srid from uint32 to int32 and update gserialized and TYPMOD handlers to deal with signed SRIDs 2010-12-22 21:16:06 +00:00
g_serialized.txt Change srid from uint32 to int32 and update gserialized and TYPMOD handlers to deal with signed SRIDs 2010-12-22 21:16:06 +00:00
g_util.c 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
lex.yy.c liblwgeom/lex.yy.c version 6180 reverted 2011-03-28 22:56:11 +00:00
liblwgeom.h First implementation of #459. Still need unit tests and docs 2011-04-30 22:26:18 +00:00
liblwgeom_internal.h Move clone prototypes back into public... 2010-12-23 18:05:09 +00:00
libtgeom.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
libtgeom.h Remove LWGEOM_INSPECTED from perimeter calculation 2010-12-01 20:28:29 +00:00
lwalgorithm.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
lwalgorithm.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
lwcircstring.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwcollection.c ST_AddPoint is broken (#662) 2010-12-23 18:03:30 +00:00
lwcompound.c Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwcurvepoly.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwgeodetic.c ST_Distance_Spheroid is kinda broken (#677) 2010-12-28 00:24:58 +00:00
lwgeodetic.h Update geography functions to use the in-build .flags attribute on LWGEOM 2010-11-23 23:47:44 +00:00
lwgeom.c Guard against empty in isclosed (#740) 2010-12-30 16:54:32 +00:00
lwgeom_api.c #923: document fix 2011-04-25 21:18:15 +00:00
lwgparse.c Fix up failure in distance calculation (#705) and replace some SRID -1 with SRID_UNKNOWN 2010-12-13 19:25:15 +00:00
lwgunparse.c Do not attempt to read points from empty pointarrays (thanks valgrind for finding this) 2011-05-05 21:12:49 +00:00
lwhomogenize.c Push the UNKNOWN forcing down into gserialized get/set 2010-12-21 18:01:27 +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 Some preliminary fixes to support SRID_UNKNOWN == 0 2010-12-21 01:55:28 +00:00
lwin_wkt.c Fix cunit failures on Polyhedral surface (#697) 2010-12-10 19:10:16 +00:00
lwin_wkt.h Fix cunit failures on Polyhedral surface (#697) 2010-12-10 19:10:16 +00:00
lwin_wkt_lex.c Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwin_wkt_lex.l Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwin_wkt_parse.c Update parser to handling compound curves within multicurves (#525) 2010-12-13 21:42:11 +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 Update parser to handling compound curves within multicurves (#525) 2010-12-13 21:42:11 +00:00
lwline.c gserialized enabled ST_Reverse LINESTRING EMPTY crash (#743) 2010-12-30 23:17:20 +00:00
lwmcurve.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
lwmline.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwmpoint.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwmpoly.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwmsurface.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
lwout_geojson.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwout_gml.c First implementation of #459. Still need unit tests and docs 2011-04-30 22:26:18 +00:00
lwout_kml.c KML crashes on EMPTY (#681) 2010-12-15 17:46:41 +00:00
lwout_svg.c Remove LWGEOM_INSPECTED from AsSVG 2010-11-30 19:02:11 +00:00
lwout_wkb.c Drop commented out code 2011-05-05 21:12:54 +00:00
lwout_wkt.c Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +00:00
lwout_x3d.c support for 2D points, add multipoint 2d / 3d to cunit. Add a mapping table to documentation to clarify how we map PostGIS geometries to X3D equivalent. 2011-05-19 04:53:22 +00:00
lwpoint.c Continue working GSERIALIZED_ON into the code base. Working on switching BOX2DFLOAT4 to a GBOX 2010-12-22 01:08:56 +00:00
lwpoly.c gserialized enabled ST_Reverse LINESTRING EMPTY crash (#743) 2010-12-30 23:17:20 +00:00
lwprint.c Flip all the internal liblwgeom files over to use liblwgeom_internal.h 2010-11-01 01:28:12 +00:00
lwpsurface.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwsegmentize.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwspheroid.c Re-orgs to push the geodetic/cartesian divide a little further under the covers as part of the geometry/geography group hug at the index bindings level. 2010-12-17 20:10:36 +00:00
lwtin.c ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. 2010-12-11 00:28:57 +00:00
lwtree.c 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
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 gserialized enabled ST_Reverse LINESTRING EMPTY crash (#743) 2010-12-30 23:17:20 +00:00
lwutil.c Change SRID to srid in LWGEOM struct (and also in CHIP too). Rename some functions related to SRID from Camel notation to lower case: errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 2010-11-25 17:34:21 +00:00
Makefile.in preliminary work on x3d export. Still a lot to go. point, multipoint, tin, linestring almost working. Still need to fiddle with coordindex and spacing and get rid of junk copied from gml not needed. 2011-03-11 21:12:35 +00:00
measures.c Copyright notes 2011-02-24 21:44:19 +00:00
measures.h Copyright notes 2011-02-24 21:44:19 +00:00
measures3d.c Copyright notes 2011-02-24 21:44:19 +00:00
measures3d.h Copyright notes 2011-02-24 21:44:19 +00:00
ptarray.c ST_AddPoint is broken (#662) 2010-12-23 18:03:30 +00:00
stringbuffer.c KML crashes on EMPTY (#681) 2010-12-15 17:46:41 +00:00
stringbuffer.h Fix regressions in the new KML emitter 2010-12-14 20:21:27 +00:00
vsprintf.c Fix compile problems on non-GNU systems by using va_copy as an alias onto the real version. Per report from Stefano Bonnin. 2009-07-07 10:33:23 +00:00
wktparse.h Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
wktparse.lex Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00
wktparse.tab.c liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
wktparse.tab.h liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
wktparse.y Add Triangle and TIN new geometry type. Add Cunit tests on parse stage, related to #561. Add ST_AsGML support TIN and Triangle for GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support from forceRHR function as orientation is meaningfull in PS. Move is_closed functions from PostGIS to LWGEOM dir and related cunit test case on line and curves. 2010-08-13 17:29:29 +00:00