Home
last modified time | relevance | path

Searched refs:GEOSGeom_createLinearRing_r (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c130 g2 = GEOSGeom_createLinearRing_r(handle, cs); in fineGrainedReconstructionTest()
137 shell = GEOSGeom_createLinearRing_r(handle, cs); in fineGrainedReconstructionTest()
145 geoms[i] = GEOSGeom_createLinearRing_r(handle, in fineGrainedReconstructionTest()
/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/
H A D_geos.pxd33 … GEOSGeometry* GEOSGeom_createLinearRing_r(GEOSContextHandle_t handle, GEOSCoordSequence* s) nogil
H A D_geometry.pyx24 GEOSGeom_createLinearRing_r,
140 geom = GEOSGeom_createLinearRing_r(geos_handle, seq)
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi26 GEOSGeometry *GEOSGeom_createLinearRing_r(GEOSContextHandle_t, GEOSCoordSequence *) nogil
/dports/devel/py-shapely/Shapely-1.8.0/shapely/speedups/
H A D_speedups.pyx241 return <uintptr_t>GEOSGeom_createLinearRing_r(handle, cs), n
411 g = GEOSGeom_createLinearRing_r(handle, cs)
413 raise ValueError("GEOSGeom_createLinearRing_r returned a NULL pointer")
565 the_geom_t = GEOSGeom_createLinearRing_r(handle, cs_t)
H A D_speedups.c4563 …__pyx_t_2 = __Pyx_PyInt_FromSize_t(((uintptr_t)GEOSGeom_createLinearRing_r(__pyx_v_handle, __pyx_v… in __pyx_pf_7shapely_8speedups_9_speedups_6geos_linearring_from_py()
6421 __pyx_v_g = GEOSGeom_createLinearRing_r(__pyx_v_handle, __pyx_v_cs); in __pyx_pf_7shapely_8speedups_9_speedups_6geos_linearring_from_py()
8369 __pyx_v_the_geom_t = GEOSGeom_createLinearRing_r(__pyx_v_handle, __pyx_v_cs_t); in __pyx_f_7shapely_8speedups_9_speedups_affine_transform()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_geoscvt.c499 geos_ext = GEOSGeom_createLinearRing_r (handle, cs); in toGeosGeometry()
688 GEOSGeom_createLinearRing_r (handle, cs); in toGeosGeometry()
1052 geos_ext = GEOSGeom_createLinearRing_r (handle, cs); in toGeosGeometry()
1275 GEOSGeom_createLinearRing_r (handle, in toGeosGeometry()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dgeos.c541 ring = GEOSGeom_createLinearRing_r(ctx, coords); in create_box()
H A Dcoords.c194 ret = GEOSGeom_createLinearRing_r(context, seq_new); in set_coordinates_simple()
H A Dufuncs.c2228 geom_arr[i] = GEOSGeom_createLinearRing_r(ctx, coord_seq); in linearrings_func()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dgeomfunction.cpp380 geos::unique_ptr bboxGeos( GEOSGeom_createLinearRing_r( geosctxt, coord ) ); in containsCandidate()
H A Dpointset.cpp152 …mGeos = GEOSGeom_createPolygon_r( geosctxt, GEOSGeom_createLinearRing_r( geosctxt, coord ), nullpt… in createGeosGeom()
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dgeomfunction.cpp362 geos::unique_ptr bboxGeos( GEOSGeom_createLinearRing_r( geosctxt, coord ) ); in containsCandidate()
H A Dpointset.cpp135 …mGeos = GEOSGeom_createPolygon_r( geosctxt, GEOSGeom_createLinearRing_r( geosctxt, coord ), nullpt… in createGeosGeom()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c267 …outerRing = GEOSGeom_createLinearRing_r(handle,coords); /* outerRing owns the coordinates in coord… in msGEOSShape2Geometry_simplepolygon()
295 …innerRings[k] = GEOSGeom_createLinearRing_r(handle,coords); /* innerRings[k] owns the coordinates … in msGEOSShape2Geometry_simplepolygon()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dgeos_geom_io.c125 geom = GEOSGeom_createLinearRing_r(writer->context, seq); in geos_end_geometry()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c293 g = GEOSGeom_createLinearRing_r(ctx->gctx, sq); in ptarray_to_GEOSLinearRing()
323 ring = GEOSGeom_createLinearRing_r(ctx->gctx, seq); in GBOX2GEOS()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp2019 …geos::unique_ptr exteriorRingGeos( GEOSGeom_createLinearRing_r( geosinit()->ctxt, createCoordinate… in createGeosPolygon()
2031 …holes[i] = GEOSGeom_createLinearRing_r( geosinit()->ctxt, createCoordinateSequence( interiorRing, … in createGeosPolygon()
2764 newRing = GEOSGeom_createLinearRing_r( geosinit()->ctxt, newCoordSequence ); in reshapePolygon()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2163 …geos::unique_ptr exteriorRingGeos( GEOSGeom_createLinearRing_r( geosinit()->ctxt, createCoordinate… in createGeosPolygon()
2175 …holes[i] = GEOSGeom_createLinearRing_r( geosinit()->ctxt, createCoordinateSequence( interiorRing, … in createGeosPolygon()
3085 newRing = GEOSGeom_createLinearRing_r( geosinit()->ctxt, newCoordSequence ); in reshapePolygon()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_spat.h176 GEOSGeometry* g = GEOSGeom_createLinearRing_r(hGEOSCtxt, pseq); in geos_linearRing()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp987 return GEOSGeom_createLinearRing_r(handle, cs); in GEOSGeom_createLinearRing()
H A Dgeos_ts_c.cpp2360 GEOSGeom_createLinearRing_r(GEOSContextHandle_t extHandle, CoordinateSequence* cs) in GEOSGeom_createLinearRing_r() function
H A Dgeos_c.h.in503 extern GEOSGeometry GEOS_DLL *GEOSGeom_createLinearRing_r(
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmtspatial.c2300 shell = GEOSGeom_createLinearRing_r(handle, seq_in); in geos_method_polygon()