postgis/liblwgeom
Paul Ramsey 973594a967 Last regression fixes for postgis-on-gserialized
git-svn-id: http://svn.osgeo.org/postgis/trunk@6481 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-22 22:40:58 +00:00
..
cunit 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
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 More clean-up and work on using gserialized. 2010-12-21 21:39:28 +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 #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and related functions call. 2010-11-21 19:02:23 +00:00
liblwgeom.h Last regression fixes for postgis-on-gserialized 2010-12-22 22:40:58 +00:00
liblwgeom_internal.h Replace the old WKB/WKT parser and emitters with the new ones. 2010-12-07 21:08:05 +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 Remove some ST_ variants of cast-support functions (#302), and start legacy.sql.in.c (#722) 2010-12-21 23:56:23 +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 Remove oddity around gbox duplication 2010-12-18 04:54:22 +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 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
lwgeom_api.c Last regression fixes for postgis-on-gserialized 2010-12-22 22:40:58 +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 #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and related functions call. 2010-11-21 19:02:23 +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 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
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 Fix crash in GML output of POLYGON EMPTY (#681) 2010-12-08 18:06:39 +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 Rename lwgeom_from_wkt to lwgeom_parse_wkt to note the use of the parser object. 2010-12-08 00:02:31 +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
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 Remove some ST_ variants of cast-support functions (#302), and start legacy.sql.in.c (#722) 2010-12-21 23:56:23 +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 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
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 Add 'distclean' to the SUBDIRS target 2010-12-16 16:28:28 +00:00
measures.c Continue working GSERIALIZED_ON into the code base. Working on switching BOX2DFLOAT4 to a GBOX 2010-12-22 01:08:56 +00:00
measures.h #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and related functions call. 2010-11-21 19:02:23 +00:00
measures3d.c Continue working GSERIALIZED_ON into the code base. Working on switching BOX2DFLOAT4 to a GBOX 2010-12-22 01:08:56 +00:00
measures3d.h 3d distance functions for line-line cases 2010-12-12 22:42:19 +00:00
ptarray.c Remove some ST_ variants of cast-support functions (#302), and start legacy.sql.in.c (#722) 2010-12-21 23:56:23 +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