Home
last modified time | relevance | path

Searched refs:GEOSisEmpty_r (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSGeom_createTest.cpp67 ensure(0 != GEOSisEmpty_r(handle_, geom1_)); in test()
80 ensure(0 != GEOSisEmpty_r(handle_, geom1_)); in test()
94 ensure(0 != GEOSisEmpty_r(handle_, geom1_)); in test()
107 ensure(0 != GEOSisEmpty_r(handle_, geom1_)); in test()
120 ensure(0 != GEOSisEmpty_r(handle_, geom1_)); in test()
133 ensure(0 != GEOSisEmpty_r(handle_, geom1_)); in test()
146 ensure(0 != GEOSisEmpty_r(handle_, geom1_)); in test()
H A DGEOSGeom_extractUniquePointsTest.cpp76 ensure(0 != GEOSisEmpty_r(handle_, geom3_)); in test()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp349 if (GEOSisEmpty_r(hGEOSCtxt, gmv0[i].get())) { in CPL_geos_binop()
353 if (GEOSisEmpty_r(hGEOSCtxt, gmv1[j].get())) in CPL_geos_binop()
380 if (GEOSisEmpty_r(hGEOSCtxt, gmv0[i].get())) { in CPL_geos_binop()
384 if (GEOSisEmpty_r(hGEOSCtxt, gmv1[j].get())) in CPL_geos_binop()
424 if (! GEOSisEmpty_r(hGEOSCtxt, gmv1[i].get())) in CPL_geos_binop()
445 if (! GEOSisEmpty_r(hGEOSCtxt, gmv0[i].get())) in CPL_geos_binop()
878 if (! GEOSisEmpty_r(hGEOSCtxt, x[i].get())) { in CPL_geos_op2()
995 if (!GEOSisEmpty_r(hGEOSCtxt, gmv1[i].get())) { in CPL_geos_nearest_feature()
1095 if (! GEOSisEmpty_r(hGEOSCtxt, x[i].get())) { in CPL_nary_difference()
1167 if (! GEOSisEmpty_r(hGEOSCtxt, x[i].get())) { in CPL_nary_intersection()
[all …]
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dgeos.c44 is_empty = GEOSisEmpty_r(ctx, sub_geom); in multipoint_has_point_empty()
64 return GEOSisEmpty_r(ctx, geom); in is_point_empty()
105 return GEOSisEmpty_r(ctx, geom); in has_point_empty()
167 if (GEOSisEmpty_r(ctx, sub_geom)) { in multipoint_empty_to_nan()
319 is_empty = GEOSisEmpty_r(ctx, geom); in geos_interpolate_checker()
338 is_empty = GEOSisEmpty_r(ctx, sub_geom); in geos_interpolate_checker()
382 if (geom == NULL || GEOSisEmpty_r(ctx, geom)) { in get_bounds()
H A Dstrtree.c184 if (geom == NULL || GEOSisEmpty_r(ctx, geom)) { in STRtree_new()
377 if (geom != NULL && !GEOSisEmpty_r(ctx, geom)) { in STRtree_query()
496 if (geom == NULL || GEOSisEmpty_r(ctx, geom)) { in STRtree_query_bulk()
760 if (geom == NULL || GEOSisEmpty_r(ctx, geom)) { in STRtree_nearest()
924 if (geom == NULL || GEOSisEmpty_r(ctx, geom)) { in STRtree_nearest_all()
H A Dufuncs.c67 static void* is_empty_data[1] = {GEOSisEmpty_r};
1072 if (GEOSisEmpty_r(context, a) || GEOSisEmpty_r(context, b)) { in GEOSFrechetDistanceWrapped_r()
1083 if (GEOSisEmpty_r(context, a) || GEOSisEmpty_r(context, b)) { in GEOSProjectWrapped_r()
1100 if (GEOSisEmpty_r(context, a) || GEOSisEmpty_r(context, b)) { in GEOSProjectNormalizedWrapped_r()
1147 if (GEOSisEmpty_r(ctx, in1) || GEOSisEmpty_r(ctx, in2)) { in YY_d_func()
1183 if ((in1 == NULL) || (in2 == NULL) || npy_isnan(in3) || GEOSisEmpty_r(ctx, in1) || in YYd_d_func()
1184 GEOSisEmpty_r(ctx, in2)) { in YYd_d_func()
1978 if ((in1 == NULL) || (in2 == NULL) || GEOSisEmpty_r(ctx, in1) || in shortest_line_func()
1979 GEOSisEmpty_r(ctx, in2)) { in shortest_line_func()
H A Dcoords.c143 if ((type == 0) && (GEOSisEmpty_r(context, geom) == 1)) { in set_coordinates_simple()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_clean.c528 if ( GEOSisEmpty_r(ctx->gctx, new_area) ) in RTGEOM_GEOS_makeValidPolygon()
619 if ( ! GEOSisEmpty_r(ctx->gctx, geos_area) ) in RTGEOM_GEOS_makeValidPolygon()
628 if ( ! GEOSisEmpty_r(ctx->gctx, geos_cut_edges) ) in RTGEOM_GEOS_makeValidPolygon()
637 if ( ! GEOSisEmpty_r(ctx->gctx, collapse_points) ) in RTGEOM_GEOS_makeValidPolygon()
702 if ( GEOSisEmpty_r(ctx->gctx, vg) ) in RTGEOM_GEOS_makeValidMultiLine()
964 loss = !GEOSisEmpty_r(ctx->gctx, pd); in RTGEOM_GEOS_makeValid()
H A Drtgeom_geos.c164 if ( GEOSisEmpty_r(ctx->gctx, geom) ) in GEOS2RTGEOM()
172 if ( GEOSisEmpty_r(ctx->gctx, geom) ) in GEOS2RTGEOM()
181 if ( GEOSisEmpty_r(ctx->gctx, geom) ) in GEOS2RTGEOM()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp588 if ( GEOSisEmpty_r( handle, new_area ) ) in LWGEOM_GEOS_makeValidPolygon()
658 if ( !GEOSisEmpty_r( handle, geos_area ) ) in LWGEOM_GEOS_makeValidPolygon()
667 if ( !GEOSisEmpty_r( handle, geos_cut_edges ) ) in LWGEOM_GEOS_makeValidPolygon()
676 if ( !GEOSisEmpty_r( handle, collapse_points ) ) in LWGEOM_GEOS_makeValidPolygon()
731 if ( GEOSisEmpty_r( handle, vg ) ) in LWGEOM_GEOS_makeValidMultiLine()
H A Dqgsgeos.cpp1202 if ( GEOSisEmpty_r( geosinit()->ctxt, *geomIt ) ) in createGeosCollection()
1247 if ( GEOSisEmpty_r( geosinit()->ctxt, geos ) ) in fromGeos()
1802 if ( !geos || GEOSisEmpty_r( geosinit()->ctxt, geos.get() ) != 0 ) in pointOnSurface()
1918 return GEOSisEmpty_r( geosinit()->ctxt, mGeos.get() ); in isEmpty()
2707 if ( !geos || GEOSisEmpty_r( geosinit()->ctxt, geos.get() ) != 0 ) in voronoiDiagram()
2729 if ( !geos || GEOSisEmpty_r( geosinit()->ctxt, geos.get() ) != 0 ) in delaunayTriangulation()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp586 if ( GEOSisEmpty_r( handle, new_area ) ) in LWGEOM_GEOS_makeValidPolygon()
656 if ( !GEOSisEmpty_r( handle, geos_area ) ) in LWGEOM_GEOS_makeValidPolygon()
665 if ( !GEOSisEmpty_r( handle, geos_cut_edges ) ) in LWGEOM_GEOS_makeValidPolygon()
674 if ( !GEOSisEmpty_r( handle, collapse_points ) ) in LWGEOM_GEOS_makeValidPolygon()
729 if ( GEOSisEmpty_r( handle, vg ) ) in LWGEOM_GEOS_makeValidMultiLine()
H A Dqgsgeos.cpp1058 if ( GEOSisEmpty_r( geosinit()->ctxt, *geomIt ) ) in createGeosCollection()
1103 if ( GEOSisEmpty_r( geosinit()->ctxt, geos ) ) in fromGeos()
1658 if ( !geos || GEOSisEmpty_r( geosinit()->ctxt, geos.get() ) != 0 ) in pointOnSurface()
1774 return GEOSisEmpty_r( geosinit()->ctxt, mGeos.get() ); in isEmpty()
2386 if ( !geos || GEOSisEmpty_r( geosinit()->ctxt, geos.get() ) != 0 ) in voronoiDiagram()
2408 if ( !geos || GEOSisEmpty_r( geosinit()->ctxt, geos.get() ) != 0 ) in delaunayTriangulation()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp156 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in crop()
190 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in make_nodes()
224 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in boundary()
286 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in line_merge()
323 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in simplify()
358 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in shared_paths()
417 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in polygonize()
455 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in snap()
498 if (!GEOSisEmpty_r(hGEOSCtxt, r)) { in snapto()
553 if (!GEOSisEmpty_r(hGEOSCtxt, geom)) { in crop()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c2127 if (GEOSisEmpty_r (handle, g3) == 1) in gaiaGeometryIntersection_r()
2233 if (GEOSisEmpty_r (handle, g3) == 1) in gaiaGeometryUnion_r()
2394 if (GEOSisEmpty_r (handle, g2) == 1) in gaiaUnionCascaded_r()
2491 if (GEOSisEmpty_r (handle, g3) == 1) in gaiaGeometryDifference_r()
2588 if (GEOSisEmpty_r (handle, g3) == 1) in gaiaGeometrySymDifference_r()
2678 if (GEOSisEmpty_r (handle, g2) == 1) in gaiaBoundary_r()
2780 if (GEOSisEmpty_r (handle, g2) == 1) in gaiaGeomCollCentroid_r()
2889 if (GEOSisEmpty_r (handle, g2) == 1) in gaiaGetPointOnSurface_r()
3530 if (GEOSisEmpty_r (handle, g2) == 1) in gaiaGeomCollSimplify_r()
3621 if (GEOSisEmpty_r (handle, g2) == 1) in gaiaGeomCollSimplifyPreserveTopology_r()
[all …]
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c244 if ( GEOSisEmpty_r(handle, g1) ) printf("isEmpty\n"); in do_all()
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dlabelposition.cpp427 if ( !GEOSisEmpty_r( geosctxt, partGeos ) ) in createMultiPartGeosGeom()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dgeos_geom_io.c348 if (!GEOSisEmpty_r(geos, geom)) { in read_geos_polygon()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp360 return GEOSisEmpty_r(handle, g); in GEOSisEmpty()
H A Dgeos_ts_c.cpp978 GEOSisEmpty_r(GEOSContextHandle_t extHandle, const Geometry* g1) in GEOSisEmpty_r() function
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c675 if (!GEOSisEmpty_r(handle,g)) in msGEOSGeometry2Shape()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrgeometryfactory.cpp1780 GEOSisEmpty_r(hGEOSCtxt, geosGeom)) in createFromGEOS()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c1731 ret = GEOSisEmpty_r(GEOS_G(handle), this); in PHP_METHOD()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometryfactory.cpp2217 GEOSisEmpty_r(hGEOSCtxt, geosGeom) ) in createFromGEOS()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometryfactory.cpp2217 GEOSisEmpty_r(hGEOSCtxt, geosGeom) ) in createFromGEOS()

12