Home
last modified time | relevance | path

Searched refs:GEOSLength_r (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpointset.cpp575 if ( GEOSLength_r( geosctxt, part, &partLength ) == 1 ) in offsetCurveByDistance()
1062 ( void )GEOSLength_r( geosctxt, mGeos, &mLength ); in length()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp612 if ( GEOSLength_r( geosinit()->ctxt, mGeos.get(), &length ) != 1 ) in length()
2655 GEOSLength_r( geosinit()->ctxt, currentGeom, &currentLength ); in reshapeLine()
2834 GEOSLength_r( geosinit()->ctxt, intersectionGeom.get(), &intersectGeomLength ); in lineContainedInLine()
2835 GEOSLength_r( geosinit()->ctxt, line1, &line1Length ); in lineContainedInLine()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp756 if ( GEOSLength_r( geosinit()->ctxt, mGeos.get(), &length ) != 1 ) in length()
2976 GEOSLength_r( geosinit()->ctxt, currentGeom, &currentLength ); in reshapeLine()
3155 GEOSLength_r( geosinit()->ctxt, intersectionGeom.get(), &intersectGeomLength ); in lineContainedInLine()
3156 GEOSLength_r( geosinit()->ctxt, line1, &line1Length ); in lineContainedInLine()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations_ext.c1564 if (GEOSLength_r (handle, g, &length)) in gaiaLineInterpolatePoint_r()
1664 if (GEOSLength_r (handle, g, &length)) in gaiaLineInterpolateEquidistantPointsCommon()
2041 if (GEOSLength_r (handle, g1, &length)) in gaiaLineLocatePoint_r()
2146 if (GEOSLength_r (handle, g, &length)) in gaiaLineSubstringCommon()
2214 GEOSLength_r (handle, segm, &length); in gaiaLineSubstringCommon()
H A Dgg_relations.c1839 ret = GEOSLength_r (handle, g, &length); in gaiaGeomCollLength_r()
1913 ret = GEOSLength_r (handle, g, &length); in gaiaGeomCollLengthOrPerimeter_r()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_ts_c.cpp848 GEOSLength_r(GEOSContextHandle_t extHandle, const Geometry* g, double* length) in GEOSLength_r() function
3133 if(GEOSLength_r(extHandle, g, &length) != 1) { in GEOSProjectNormalized_r()
3150 if (GEOSLength_r(extHandle, g, &length) != 1) { in GEOSInterpolateNormalized_r()
H A Dgeos_c.cpp309 return GEOSLength_r(handle, g, length); in GEOSLength()
H A Dgeos_c.h.in1204 extern int GEOS_DLL GEOSLength_r(GEOSContextHandle_t handle,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpointset.cpp972 ( void )GEOSLength_r( geosctxt, mGeos, &mLength ); in length()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c1406 result = GEOSLength_r(handle,g, &length); in msGEOSLength()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c911 static void* length_data[1] = {GEOSLength_r};
1105 if (GEOSLength_r(context, a, &length) != 1) { in GEOSProjectNormalizedWrapped_r()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c2238 ret = GEOSLength_r(GEOS_G(handle), geom, &length); in PHP_METHOD()
/dports/graphics/geos/geos-3.9.1/
H A DChangeLog4080 * capi/geos_ts_c.cpp: geos_ts_c: Handle GEOSLength_r errors
4110 GEOSLength_r might not set length, and it's used in the next call