[geos-commits] r3023 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Jun 19 09:08:31 EDT 2010


Author: strk
Date: 2010-06-19 13:08:31 +0000 (Sat, 19 Jun 2010)
New Revision: 3023

Modified:
   trunk/capi/geos_c.h.in
Log:
Document GEOSInterpolate

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2010-06-19 13:06:16 UTC (rev 3022)
+++ trunk/capi/geos_c.h.in	2010-06-19 13:08:31 UTC (rev 3023)
@@ -344,6 +344,8 @@
                                      const GEOSGeometry *g,
                                      const GEOSGeometry *p);
 
+/* Return closest point to given distance within geometry
+ * Geometry must be a LineString */
 extern GEOSGeometry GEOS_DLL *GEOSInterpolate(const GEOSGeometry *g,
                                               double d);
 extern GEOSGeometry GEOS_DLL *GEOSInterpolate_r(GEOSContextHandle_t handle,



More information about the geos-commits mailing list