Home
last modified time | relevance | path

Searched refs:GEOSCoordSeq_setY_r (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_geoscvt.c551 GEOSCoordSeq_setY_r (handle, cs, in toGeosGeometry()
578 GEOSCoordSeq_setY_r (handle, cs, in toGeosGeometry()
603 GEOSCoordSeq_setY_r (handle, cs, in toGeosGeometry()
1019 GEOSCoordSeq_setY_r (handle, cs, iv, in toGeosGeometry()
1038 GEOSCoordSeq_setY_r (handle, cs, iv, in toGeosGeometry()
1108 GEOSCoordSeq_setY_r (handle, in toGeosGeometry()
1141 GEOSCoordSeq_setY_r (handle, in toGeosGeometry()
1170 GEOSCoordSeq_setY_r (handle, in toGeosGeometry()
1203 GEOSCoordSeq_setY_r (handle, in toGeosGeometry()
1232 GEOSCoordSeq_setY_r (handle, in toGeosGeometry()
[all …]
H A Dgg_relations_ext.c2602 GEOSCoordSeq_setY_r (handle, cs, 0, y); in buildGeosPoints()
2724 GEOSCoordSeq_setY_r (handle, cs, 0, y); in buildGeosPoints()
2730 GEOSCoordSeq_setY_r (handle, cs, 0, y); in buildGeosPoints()
2875 GEOSCoordSeq_setY_r (handle, cs, 1, y); in buildGeosSegments()
2883 GEOSCoordSeq_setY_r (handle, cs, 1, y); in buildGeosSegments()
2954 GEOSCoordSeq_setY_r (handle, cs, 1, y); in buildGeosSegments()
2962 GEOSCoordSeq_setY_r (handle, cs, 1, y); in buildGeosSegments()
3028 GEOSCoordSeq_setY_r (handle, cs, 0, y0); in buildGeosSegments()
3031 GEOSCoordSeq_setY_r (handle, cs, 1, y); in buildGeosSegments()
3037 GEOSCoordSeq_setY_r (handle, cs, 0, y0); in buildGeosSegments()
[all …]
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dgeos.c503 GEOSCoordSeq_setY_r(ctx, coords, 0, ymin) && in create_box()
505 GEOSCoordSeq_setY_r(ctx, coords, 1, ymax) && in create_box()
507 GEOSCoordSeq_setY_r(ctx, coords, 2, ymax) && in create_box()
509 GEOSCoordSeq_setY_r(ctx, coords, 3, ymin) && in create_box()
511 GEOSCoordSeq_setY_r(ctx, coords, 4, ymin))) { in create_box()
521 GEOSCoordSeq_setY_r(ctx, coords, 0, ymin) && in create_box()
523 GEOSCoordSeq_setY_r(ctx, coords, 1, ymax) && in create_box()
525 GEOSCoordSeq_setY_r(ctx, coords, 2, ymax) && in create_box()
527 GEOSCoordSeq_setY_r(ctx, coords, 3, ymin) && in create_box()
529 GEOSCoordSeq_setY_r(ctx, coords, 4, ymin))) { in create_box()
H A Dcoords.c177 if (GEOSCoordSeq_setY_r(context, seq_new, i, *y) == 0) { in set_coordinates_simple()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dgeomfunction.cpp335 GEOSCoordSeq_setY_r( geosctxt, coord, 0, y ); in containsCandidate()
350 GEOSCoordSeq_setY_r( geosctxt, coord, 1, y + dy1 ); in containsCandidate()
352 GEOSCoordSeq_setY_r( geosctxt, coord, 2, y + dy1 + dy2 ); in containsCandidate()
354 GEOSCoordSeq_setY_r( geosctxt, coord, 3, y + dy2 ); in containsCandidate()
365 GEOSCoordSeq_setY_r( geosctxt, coord, 1, y ); in containsCandidate()
367 GEOSCoordSeq_setY_r( geosctxt, coord, 2, y + height ); in containsCandidate()
369 GEOSCoordSeq_setY_r( geosctxt, coord, 3, y + height ); in containsCandidate()
377 GEOSCoordSeq_setY_r( geosctxt, coord, 4, y ); in containsCandidate()
H A Dlayer.cpp448 GEOSCoordSeq_setY_r( geosctxt, cooSeq, i, part[i].y ); in chopFeaturesAtRepeatDistance()
470 GEOSCoordSeq_setY_r( geosctxt, cooSeq, static_cast< unsigned int >( i ), part[i].y ); in chopFeaturesAtRepeatDistance()
H A Dpointset.cpp134 GEOSCoordSeq_setY_r( geosctxt, coord, i, y[i] ); in createGeosGeom()
145 GEOSCoordSeq_setY_r( geosctxt, coord, nbPoints, y[0] ); in createGeosGeom()
256 GEOSCoordSeq_setY_r( geosctxt, seq, 0, y ); in containsPoint()
798 GEOSCoordSeq_setY_r( geosctxt, coord, 0, py ); in minDistanceToPoint()
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dgeomfunction.cpp317 GEOSCoordSeq_setY_r( geosctxt, coord, 0, y ); in containsCandidate()
332 GEOSCoordSeq_setY_r( geosctxt, coord, 1, y + dy1 ); in containsCandidate()
334 GEOSCoordSeq_setY_r( geosctxt, coord, 2, y + dy1 + dy2 ); in containsCandidate()
336 GEOSCoordSeq_setY_r( geosctxt, coord, 3, y + dy2 ); in containsCandidate()
347 GEOSCoordSeq_setY_r( geosctxt, coord, 1, y ); in containsCandidate()
349 GEOSCoordSeq_setY_r( geosctxt, coord, 2, y + height ); in containsCandidate()
351 GEOSCoordSeq_setY_r( geosctxt, coord, 3, y + height ); in containsCandidate()
359 GEOSCoordSeq_setY_r( geosctxt, coord, 4, y ); in containsCandidate()
H A Dlayer.cpp472 GEOSCoordSeq_setY_r( geosctxt, cooSeq, i, part[i].y ); in chopFeaturesAtRepeatDistance()
493 GEOSCoordSeq_setY_r( geosctxt, cooSeq, static_cast< unsigned int >( i ), part[i].y ); in chopFeaturesAtRepeatDistance()
H A Dpointset.cpp117 GEOSCoordSeq_setY_r( geosctxt, coord, i, y[i] ); in createGeosGeom()
128 GEOSCoordSeq_setY_r( geosctxt, coord, nbPoints, y[0] ); in createGeosGeom()
276 GEOSCoordSeq_setY_r( geosctxt, seq, 0, y ); in containsPoint()
869 GEOSCoordSeq_setY_r( geosctxt, coord, 0, py ); in minDistanceToPoint()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/vector/
H A Dqgsgeometrysnapper.cpp136 GEOSCoordSeq_setY_r( geosctxt, seq, 0, p.y() ); in addPoint()
161 GEOSCoordSeq_setY_r( geosctxt, coord, 0, pointFrom.y() ); in addSegment()
163 GEOSCoordSeq_setY_r( geosctxt, coord, 1, pointTo.y() ); in addSegment()
232 GEOSCoordSeq_setY_r( geosctxt, coord, 0, startPoint.y() ); in getClosestSnapToPoint()
234 GEOSCoordSeq_setY_r( geosctxt, coord, 1, endPoint.y() ); in getClosestSnapToPoint()
272 GEOSCoordSeq_setY_r( geosctxt, coord, 0, pos.y() - tolerance ); in getSnapItem()
274 GEOSCoordSeq_setY_r( geosctxt, coord, 1, pos.y() + tolerance ); in getSnapItem()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/speedups/
H A D_speedups.pyx141 GEOSCoordSeq_setY_r(handle, cs, i, dy)
201 GEOSCoordSeq_setY_r(handle, cs, i, dy)
308 GEOSCoordSeq_setY_r(handle, cs, i, dy)
323 GEOSCoordSeq_setY_r(handle, cs, M-1, dy)
385 GEOSCoordSeq_setY_r(handle, cs, i, dy)
404 GEOSCoordSeq_setY_r(handle, cs, M-1, dy)
506 GEOSCoordSeq_setY_r(handle, cs_t, n, y_t)
516 GEOSCoordSeq_setY_r(handle, cs_t, n, y_t)
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsgeometryimport.cpp135 GEOSCoordSeq_setY_r( geos, coord, 0, y ); in pointGeos()
220 GEOSCoordSeq_setY_r( geos, coord, i, pt.y() ); in linestringGeos()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsgeometryimport.cpp135 GEOSCoordSeq_setY_r( geos, coord, 0, y ); in pointGeos()
220 GEOSCoordSeq_setY_r( geos, coord, i, pt.y() ); in linestringGeos()
/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/
H A D_geos.pxd43 …int GEOSCoordSeq_setY_r(GEOSContextHandle_t handle, GEOSCoordSequence* s, unsigned int idx, double…
H A D_geometry.pyx18 GEOSCoordSeq_setY_r,
50 if GEOSCoordSeq_setY_r(geos_handle, seq, coord_idx, coord_view[idx, 1]) == 0:
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c259 GEOSCoordSeq_setY_r(ctx->gctx, sq, i, p2d->y); in ptarray_to_GEOSCoordSeq()
309 GEOSCoordSeq_setY_r(ctx->gctx, seq, 0, box->ymin); in GBOX2GEOS()
312 GEOSCoordSeq_setY_r(ctx->gctx, seq, 1, box->ymin); in GBOX2GEOS()
315 GEOSCoordSeq_setY_r(ctx->gctx, seq, 2, box->ymax); in GBOX2GEOS()
318 GEOSCoordSeq_setY_r(ctx->gctx, seq, 3, box->ymax); in GBOX2GEOS()
321 GEOSCoordSeq_setY_r(ctx->gctx, seq, 4, box->ymin); in GBOX2GEOS()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A Dtrace.pyx44 int GEOSCoordSeq_setY_r(GEOSContextHandle_t, GEOSCoordSequence *, int, double) nogil
143 GEOSCoordSeq_setY_r(handle, coords, i, ipoints.y)
287 GEOSCoordSeq_setY_r(handle, coords, 0, point.y)
412 GEOSCoordSeq_setY_r(handle, coords, 0, p_start.y)
414 GEOSCoordSeq_setY_r(handle, coords, 1, p_end.y)
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi18 int GEOSCoordSeq_setY_r(GEOSContextHandle_t, GEOSCoordSequence *, int, double) nogil
/dports/math/R-cran-terra/terra/src/
H A Dgeos_spat.h159 GEOSCoordSeq_setY_r(hGEOSCtxt, pseq, i, y[i]); in geos_line()
174 GEOSCoordSeq_setY_r(hGEOSCtxt, pseq, i, y[i]); in geos_linearRing()
258 GEOSCoordSeq_setY_r(hGEOSCtxt, pseq, 0, svg.parts[j].y[0]); in geos_geoms()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c170 GEOSCoordSeq_setY_r(handle,coords, 0, point->y); in msGEOSShape2Geometry_point()
214 GEOSCoordSeq_setY_r(handle,coords, i, line->point[i].y); in msGEOSShape2Geometry_line()
263 GEOSCoordSeq_setY_r(handle,coords, i, shape->line[r].point[i].y); in msGEOSShape2Geometry_simplepolygon()
291 GEOSCoordSeq_setY_r(handle,coords, i, shape->line[j].point[i].y); in msGEOSShape2Geometry_simplepolygon()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/vectorized/
H A D_vectorized.pyx114 GEOSCoordSeq_setY_r(geos_h, cs, 0, y[idx])
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp1867GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, i, std::round( *yData++ / precision ) * precision… in createCoordinateSequence()
1902 GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, i, *yData++ ); in createCoordinateSequence()
1958 GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, 0, std::round( y / precision ) * precision ); in createGeosPointXY()
1967 GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, 0, y ); in createGeosPointXY()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dgeos_geom_io.c95 GEOSCoordSeq_setY_r(writer->context, seq, i, *coords++); in geos_create_coord_seq()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2011GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, i, std::round( *yData++ / precision ) * precision… in createCoordinateSequence()
2046 GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, i, *yData++ ); in createCoordinateSequence()
2102 GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, 0, std::round( y / precision ) * precision ); in createGeosPointXY()
2111 GEOSCoordSeq_setY_r( geosinit()->ctxt, coordSeq, 0, y ); in createGeosPointXY()

12