Home
last modified time | relevance | path

Searched refs:GEOSNormalize_r (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/
H A D_vectorized.py853 lgeos._lgeos.GEOSNormalize_r.restype = c_int
854 lgeos._lgeos.GEOSNormalize_r.argtypes = [c_void_p, c_void_p]
857 lgeos._lgeos.GEOSNormalize_r(lgeos.geos_handle, geom_cloned)
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp600 return GEOSNormalize_r(handle, g); in GEOSNormalize()
H A Dgeos_ts_c.cpp1495 GEOSNormalize_r(GEOSContextHandle_t extHandle, Geometry* g) in GEOSNormalize_r() function
H A Dgeos_c.h.in1084 extern int GEOS_DLL GEOSNormalize_r(GEOSContextHandle_t handle,
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c520 if ( -1 == GEOSNormalize_r(ctx->gctx, g1) ) in rtgeom_normalize()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp627 if (GEOSNormalize_r(hGEOSCtxt, gmv[i].get()) == -1) in CPL_geos_normalize()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp251 if (GEOSNormalize_r(hGEOSCtxt, r)) { in normalize()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c1390 GEOSNormalize_r(GEOS_G(handle), ret); /* exception should be gotten automatically */ in PHP_METHOD()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp3773 int hGEOSRet = GEOSNormalize_r( hGEOSCtxt, hGeosGeom ); in Normalize()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp3773 int hGEOSRet = GEOSNormalize_r( hGEOSCtxt, hGeosGeom );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometry.cpp3773 int hGEOSRet = GEOSNormalize_r( hGEOSCtxt, hGeosGeom ); in Normalize()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c381 ret = GEOSNormalize_r(context, new_geom); in GEOSNormalize_r_with_clone()