Home
last modified time | relevance | path

Searched refs:GEOSGetInteriorRingN_r (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/
H A D_geos.pxd26 …const GEOSGeometry* GEOSGetInteriorRingN_r(GEOSContextHandle_t handle, const GEOSGeometry* g, int …
H A D_geometry.pyx33 GEOSGetInteriorRingN_r,
155 return GEOSGetInteriorRingN_r(handle, polygon, n - 1)
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dcoords.c79 ring = (GEOSGeometry*)GEOSGetInteriorRingN_r(context, geom, i); in get_coordinates_polygon()
232 hole = (GEOSGeometry*)GEOSGetInteriorRingN_r(context, geom, i); in set_coordinates_polygon()
H A Dufuncs.c638 void* ret = (void*)GEOSGetInteriorRingN_r(context, geom, i); in GetInteriorRingN()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp109 const GEOSGeometry *hole = GEOSGetInteriorRingN_r( handle, f->geom, h ); in findFaceHoles()
307 const GEOSGeometry *g = GEOSGetInteriorRingN_r( handle, g_in, gn ); in LWGEOM_GEOS_getPointN()
H A Dqgsgeos.cpp1356 ring = GEOSGetInteriorRingN_r( geosinit()->ctxt, geos, i ); in fromGeosPolygon()
3050 innerRings[i] = GEOSGetInteriorRingN_r( geosinit()->ctxt, polygon, i ); in reshapePolygon()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp107 const GEOSGeometry *hole = GEOSGetInteriorRingN_r( handle, f->geom, h ); in findFaceHoles()
305 const GEOSGeometry *g = GEOSGetInteriorRingN_r( handle, g_in, gn ); in LWGEOM_GEOS_getPointN()
H A Dqgsgeos.cpp1212 ring = GEOSGetInteriorRingN_r( geosinit()->ctxt, geos, i ); in fromGeosPolygon()
2729 innerRings[i] = GEOSGetInteriorRingN_r( geosinit()->ctxt, polygon, i ); in reshapePolygon()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_spat.h394 const GEOSGeometry* ring = GEOSGetInteriorRingN_r(hGEOSCtxt, part, h); in vect_from_geos()
486 const GEOSGeometry* ring = GEOSGetInteriorRingN_r(hGEOSCtxt, part, h); in polysFromGeom()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c142 gtmp = GEOSGetInteriorRingN_r(handle, g1, i); in fineGrainedReconstructionTest()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c560 ring = (GEOSGeom) GEOSGetInteriorRingN_r(handle,g, j); in msGEOSGeometry2Shape_polygon()
623 ring = (GEOSGeom) GEOSGetInteriorRingN_r(handle,polygon, j); in msGEOSGeometry2Shape_multipolygon()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dgeos_geom_io.c352 read_geos_linearring(geos, GEOSGetInteriorRingN_r(geos, geom, i), consumer, error); in read_geos_polygon()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c190 g = GEOSGetInteriorRingN_r(ctx->gctx, geom, i); in GEOS2RTGEOM()
1097 const GEOSGeometry *hole = GEOSGetInteriorRingN_r(ctx->gctx, f->geom, h); in findFaceHoles()
H A Drtgeom_geos_clean.c78 const GEOSGeometry* g = GEOSGetInteriorRingN_r(ctx->gctx, g_in, gn); in RTGEOM_GEOS_getPointN()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_geoscvt.c1617 geos_ring = GEOSGetInteriorRingN_r (handle, geos, ib); in fromGeosGeometry()
2048 GEOSGetInteriorRingN_r (handle, geos_item, in fromGeosGeometry()
H A Dgg_relations.c3952 geos_ring = GEOSGetInteriorRingN_r (handle, geos, ib); in auxFromGeosPolygon()
4307 GEOSGetInteriorRingN_r (handle, geos_item, ib); in gaiaPolygonizeCommon()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp733 return GEOSGetInteriorRingN_r(handle, g, n); in GEOSGetInteriorRingN()
H A Dgeos_ts_c.cpp1736 GEOSGetInteriorRingN_r(GEOSContextHandle_t extHandle, const Geometry* g1, int n) in GEOSGetInteriorRingN_r() function
H A Dgeos_c.h.in1143 extern const GEOSGeometry GEOS_DLL *GEOSGetInteriorRingN_r(
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dfeature.cpp106 const GEOSGeometry *interior = GEOSGetInteriorRingN_r( geosctxt, geom, i ); in extractCoords()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dfeature.cpp102 const GEOSGeometry *interior = GEOSGetInteriorRingN_r( geosctxt, geom, i ); in extractCoords()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c2070 c = GEOSGetInteriorRingN_r(GEOS_G(handle), geom, num); in PHP_METHOD()