Home
last modified time | relevance | path

Searched refs:GEOSGetGeometryN_r (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dgeos.c40 sub_geom = GEOSGetGeometryN_r(ctx, geom, i); in multipoint_has_point_empty()
85 sub_geom = GEOSGetGeometryN_r(ctx, geom, i); in geometrycollection_has_point_empty()
166 sub_geom = GEOSGetGeometryN_r(ctx, geom, i); in multipoint_empty_to_nan()
211 sub_geom = GEOSGetGeometryN_r(ctx, geom, i); in geometrycollection_empty_to_nan()
328 sub_geom = GEOSGetGeometryN_r(ctx, geom, 0); in geos_interpolate_checker()
H A Dcoords.c104 sub_geom = (GEOSGeometry*)GEOSGetGeometryN_r(context, geom, i); in get_coordinates_collection()
266 sub_geom = (GEOSGeometry*)GEOSGetGeometryN_r(context, geom, i); in set_coordinates_collection()
H A Dufuncs.c662 void* ret = (void*)GEOSGetGeometryN_r(context, geom, i); in GetGeometryN()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_spat.h332 const GEOSGeometry* part = GEOSGetGeometryN_r(hGEOSCtxt, g, j); in vect_from_geos()
366 const GEOSGeometry* part = GEOSGetGeometryN_r(hGEOSCtxt, g, j); in vect_from_geos()
552 const GEOSGeometry* part = GEOSGetGeometryN_r(hGEOSCtxt, g, j);
565 const GEOSGeometry* part = GEOSGetGeometryN_r(hGEOSCtxt, g, j);
578 const GEOSGeometry* part = GEOSGetGeometryN_r(hGEOSCtxt, g, j);
594 const GEOSGeometry* gg = GEOSGetGeometryN_r(hGEOSCtxt, g, j);
620 const GEOSGeometry* part = GEOSGetGeometryN_r(hGEOSCtxt, gg, k);
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp194 tmp = ( GEOSGeometry * )GEOSGetGeometryN_r( handle, geos_result, 0 ); in LWGEOM_GEOS_buildArea()
237 geoms[i] = newFace( GEOSGetGeometryN_r( handle, geos_result, i ) ); in LWGEOM_GEOS_buildArea()
294 const GEOSGeometry *g = GEOSGetGeometryN_r( handle, g_in, gn ); in LWGEOM_GEOS_getPointN()
729 const GEOSGeometry *g = GEOSGetGeometryN_r( handle, gin, i ); in LWGEOM_GEOS_makeValidMultiLine()
752 lines.append( GEOSGeom_clone_r( handle, GEOSGetGeometryN_r( handle, vg, j ) ) ); in LWGEOM_GEOS_makeValidMultiLine()
827 vgeoms[i] = LWGEOM_GEOS_makeValid( GEOSGetGeometryN_r( handle, gin, i ), errorMessage ); in LWGEOM_GEOS_makeValidCollection()
H A Dqgsgeos.cpp298 …subdivideRecursive( GEOSGetGeometryN_r( geosinit()->ctxt, currentPart, i ), maxNodes, depth, parts… in subdivideRecursive()
876 currentIntersectGeom = GEOSGetGeometryN_r( geosinit()->ctxt, intersectionGeom.get(), i ); in topologicalTestPointsSplit()
1000 …lineGeoms << GEOSGeom_clone_r( geosinit()->ctxt, GEOSGetGeometryN_r( geosinit()->ctxt, splitGeom.g… in splitLinearGeometry()
1057 const GEOSGeometry *polygon = GEOSGetGeometryN_r( geosinit()->ctxt, polygons.get(), i ); in splitPolygonGeometry()
1144 …if ( GEOSEquals_r( geosinit()->ctxt, copyList[i], GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(… in mergeGeometriesMultiTypeSplit()
1270 …const GEOSCoordSequence *cs = GEOSGeom_getCoordSeq_r( geosinit()->ctxt, GEOSGetGeometryN_r( geosin… in fromGeos()
1288 …std::unique_ptr< QgsLineString >line( sequenceToLinestring( GEOSGetGeometryN_r( geosinit()->ctxt, … in fromGeos()
1304 …std::unique_ptr< QgsPolygon > poly = fromGeosPolygon( GEOSGetGeometryN_r( geosinit()->ctxt, geos, … in fromGeos()
1319 …std::unique_ptr< QgsAbstractGeometry > geom( fromGeos( GEOSGetGeometryN_r( geosinit()->ctxt, geos,… in fromGeos()
2451 …newGeoms[i] = GEOSGeom_clone_r( geosinit()->ctxt, GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(… in reshapeGeometry()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp192 tmp = ( GEOSGeometry * )GEOSGetGeometryN_r( handle, geos_result, 0 ); in LWGEOM_GEOS_buildArea()
235 geoms[i] = newFace( GEOSGetGeometryN_r( handle, geos_result, i ) ); in LWGEOM_GEOS_buildArea()
292 const GEOSGeometry *g = GEOSGetGeometryN_r( handle, g_in, gn ); in LWGEOM_GEOS_getPointN()
727 const GEOSGeometry *g = GEOSGetGeometryN_r( handle, gin, i ); in LWGEOM_GEOS_makeValidMultiLine()
750 lines.append( GEOSGeom_clone_r( handle, GEOSGetGeometryN_r( handle, vg, j ) ) ); in LWGEOM_GEOS_makeValidMultiLine()
825 vgeoms[i] = LWGEOM_GEOS_makeValid( GEOSGetGeometryN_r( handle, gin, i ), errorMessage ); in LWGEOM_GEOS_makeValidCollection()
H A Dqgsgeos.cpp271 …subdivideRecursive( GEOSGetGeometryN_r( geosinit()->ctxt, currentPart, i ), maxNodes, depth, parts… in subdivideRecursive()
732 currentIntersectGeom = GEOSGetGeometryN_r( geosinit()->ctxt, intersectionGeom.get(), i ); in topologicalTestPointsSplit()
856 …lineGeoms << GEOSGeom_clone_r( geosinit()->ctxt, GEOSGetGeometryN_r( geosinit()->ctxt, splitGeom.g… in splitLinearGeometry()
913 const GEOSGeometry *polygon = GEOSGetGeometryN_r( geosinit()->ctxt, polygons.get(), i ); in splitPolygonGeometry()
1000 …if ( GEOSEquals_r( geosinit()->ctxt, copyList[i], GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(… in mergeGeometriesMultiTypeSplit()
1126 …const GEOSCoordSequence *cs = GEOSGeom_getCoordSeq_r( geosinit()->ctxt, GEOSGetGeometryN_r( geosin… in fromGeos()
1144 …std::unique_ptr< QgsLineString >line( sequenceToLinestring( GEOSGetGeometryN_r( geosinit()->ctxt, … in fromGeos()
1160 …std::unique_ptr< QgsPolygon > poly = fromGeosPolygon( GEOSGetGeometryN_r( geosinit()->ctxt, geos, … in fromGeos()
1175 …std::unique_ptr< QgsAbstractGeometry > geom( fromGeos( GEOSGetGeometryN_r( geosinit()->ctxt, geos,… in fromGeos()
2157 …newGeoms[i] = GEOSGeom_clone_r( geosinit()->ctxt, GEOSGetGeometryN_r( geosinit()->ctxt, mGeos.get(… in reshapeGeometry()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dutil.cpp66 queue->append( GEOSGetGeometryN_r( geosctxt, geom, i ) ); in unmulti()
H A Dpointset.cpp573 const GEOSGeometry *part = GEOSGetGeometryN_r( geosctxt, newGeos, i ); in offsetCurveByDistance()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dutil.cpp66 queue->append( GEOSGetGeometryN_r( geosctxt, geom, i ) ); in unmulti()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dgeos_geom_io.c371 read_geos_point(geos, GEOSGetGeometryN_r(geos, geom, i), consumer, error); in read_geos_multipoint()
389 read_geos_linestring(geos, GEOSGetGeometryN_r(geos, geom, i), consumer, error); in read_geos_multilinestring()
407 read_geos_polygon(geos, GEOSGetGeometryN_r(geos, geom, i), consumer, error); in read_geos_multipolygon()
427 read_geos_geometry(geos, GEOSGetGeometryN_r(geos, geom, i), consumer, error); in read_geos_geometrycollection()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_clean.c65 const GEOSGeometry* g = GEOSGetGeometryN_r(ctx->gctx, g_in, gn); in RTGEOM_GEOS_getPointN()
699 const GEOSGeometry* g = GEOSGetGeometryN_r(ctx->gctx, gin, i); in RTGEOM_GEOS_makeValidMultiLine()
722 const GEOSGeometry* gc = GEOSGetGeometryN_r(ctx->gctx, vg, j); in RTGEOM_GEOS_makeValidMultiLine()
814 vgeoms[i] = RTGEOM_GEOS_makeValid(ctx, GEOSGetGeometryN_r(ctx->gctx, gin, i) ); in RTGEOM_GEOS_makeValidCollection()
H A Drtgeom_geos.c211 g = GEOSGetGeometryN_r(ctx->gctx, geom, i); in GEOS2RTGEOM()
1196 tmp = (GEOSGeometry *)GEOSGetGeometryN_r(ctx->gctx, geos_result, 0); in RTGEOM_GEOS_buildArea()
1245 geoms[i] = newFace(ctx, GEOSGetGeometryN_r(ctx->gctx, geos_result, i)); in RTGEOM_GEOS_buildArea()
1598 poly = GEOSGetGeometryN_r(ctx->gctx, geom, i); in rttin_from_geos()
H A Drtgeom_geos_split.c452 const GEOSGeometry* p = GEOSGetGeometryN_r(ctx->gctx, polygons, i); in rtpoly_split_by_line()
/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/
H A D_geos.pxd24 …const GEOSGeometry* GEOSGetGeometryN_r(GEOSContextHandle_t handle, const GEOSGeometry* g, int n) n…
H A D_geometry.pyx32 GEOSGetGeometryN_r,
211 part = GEOSGetGeometryN_r(geos_handle, geom, part_idx)
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c435 point = (GEOSGeom) GEOSGetGeometryN_r(handle,g, i); in msGEOSGeometry2Shape_multipoint()
503 lineString = (GEOSGeom) GEOSGetGeometryN_r(handle,g, j); in msGEOSGeometry2Shape_multiline()
602 polygon = (GEOSGeom) GEOSGetGeometryN_r(handle,g, k); in msGEOSGeometry2Shape_multipolygon()
689 shapeObj* shape2 = msGEOSGeometry2Shape((GEOSGeom)GEOSGetGeometryN_r(handle,g, i)); in msGEOSGeometry2Shape()
813 lines[i] = GEOSOffsetCurve_r(handle, GEOSGetGeometryN_r(handle,g1,i), in msGEOSOffsetCurve()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c161 gtmp = GEOSGetGeometryN_r(handle, g1, i); in fineGrainedReconstructionTest()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations_ext.c3167 g1_item = GEOSGetGeometryN_r (handle, g1_points, it1); in gaiaShortestLineCommon()
3178 GEOSGetGeometryN_r (handle, g2_points, it2); in gaiaShortestLineCommon()
3300 g1_item = GEOSGetGeometryN_r (handle, g1_points, it1); in gaiaShortestLineCommon()
3311 GEOSGetGeometryN_r (handle, g2_segments, it2); in gaiaShortestLineCommon()
3474 g1_item = GEOSGetGeometryN_r (handle, g1_segments, it1); in gaiaShortestLineCommon()
3485 GEOSGetGeometryN_r (handle, g2_points, it2); in gaiaShortestLineCommon()
H A Dgg_geoscvt.c1723 geos_item = GEOSGetGeometryN_r (handle, geos, it); in fromGeosGeometry()
1879 GEOSGetGeometryN_r (handle, geos_item, in fromGeosGeometry()
H A Dgg_relations.c4260 geos_item = GEOSGetGeometryN_r (handle, geos, ig); in gaiaPolygonizeCommon()
4291 geos_item = GEOSGetGeometryN_r (handle, geos, ig); in gaiaPolygonizeCommon()
4335 geos_item2 = GEOSGetGeometryN_r (handle, geos, iv); in gaiaPolygonizeCommon()
4395 geos_item = GEOSGetGeometryN_r (handle, geos, ig); in gaiaPolygonizeCommon()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp625 return GEOSGetGeometryN_r(handle, g, n); in GEOSGetGeometryN()
H A Dgeos_ts_c.cpp1531 GEOSGetGeometryN_r(GEOSContextHandle_t extHandle, const Geometry* g1, int n) in GEOSGetGeometryN_r() function
/dports/graphics/php-geos/php-geos/
H A Dgeos.c695 const GEOSGeometry* c = GEOSGetGeometryN_r(GEOS_G(handle), g, i); in dumpGeometry()
1971 c = GEOSGetGeometryN_r(GEOS_G(handle), geom, num); in PHP_METHOD()

12