Home
last modified time | relevance | path

Searched refs:GEOSCoordSeq_getZ_r (Results 1 – 15 of 15) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_geoscvt.c1407 GEOSCoordSeq_getZ_r (handle, cs, 0, &z); in fromGeosGeometry()
1478 GEOSCoordSeq_getZ_r (handle, cs, iv, &z); in fromGeosGeometry()
1568 GEOSCoordSeq_getZ_r (handle, cs, iv, &z); in fromGeosGeometry()
1640 GEOSCoordSeq_getZ_r (handle, cs, iv, &z); in fromGeosGeometry()
1754 GEOSCoordSeq_getZ_r (handle, cs, 0, &z); in fromGeosGeometry()
1816 GEOSCoordSeq_getZ_r (handle, cs, iv, in fromGeosGeometry()
1908 GEOSCoordSeq_getZ_r (handle, cs, in fromGeosGeometry()
1994 GEOSCoordSeq_getZ_r (handle, cs, iv, in fromGeosGeometry()
2077 GEOSCoordSeq_getZ_r (handle, cs, in fromGeosGeometry()
H A Dgg_relations_ext.c2278 GEOSCoordSeq_getZ_r (handle, in_cs, 0, &z); in gaiaLineSubstringCommon()
2380 GEOSCoordSeq_getZ_r (handle, in_cs, 0, &z); in gaiaLineSubstringCommon()
3209 GEOSCoordSeq_getZ_r (handle, cs, in gaiaShortestLineCommon()
3231 GEOSCoordSeq_getZ_r (handle, cs, in gaiaShortestLineCommon()
3351 GEOSCoordSeq_getZ_r (handle, in gaiaShortestLineCommon()
3377 GEOSCoordSeq_getZ_r (handle, in gaiaShortestLineCommon()
3525 GEOSCoordSeq_getZ_r (handle, in gaiaShortestLineCommon()
3551 GEOSCoordSeq_getZ_r (handle, in gaiaShortestLineCommon()
H A Dgg_relations.c3902 GEOSCoordSeq_getZ_r (handle, coords, iv, &z); in auxFromGeosPolygon()
3975 GEOSCoordSeq_getZ_r (handle, coords, iv, &z); in auxFromGeosPolygon()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi22 int GEOSCoordSeq_getZ_r(GEOSContextHandle_t, GEOSCoordSequence *, int, double *) nogil
/dports/devel/py-shapely/Shapely-1.8.0/shapely/speedups/
H A D_speedups.pyx442 GEOSCoordSeq_getZ_r(handle, cs, i, &temp)
465 GEOSCoordSeq_getZ_r(handle, cs, i, &dz)
511 GEOSCoordSeq_getZ_r(handle, cs, n, &z)
H A D_speedups.c6902 (void)(GEOSCoordSeq_getZ_r(__pyx_v_handle, __pyx_v_cs, __pyx_v_i, (&__pyx_v_temp))); in __pyx_pf_7shapely_8speedups_9_speedups_8coordseq_ctypes()
7205 …(void)(GEOSCoordSeq_getZ_r(__pyx_cur_scope->__pyx_v_handle, __pyx_cur_scope->__pyx_v_cs, __pyx_cur… in __pyx_gb_7shapely_8speedups_9_speedups_12generator()
7522 (void)(GEOSCoordSeq_getZ_r(__pyx_v_handle, __pyx_v_cs, __pyx_v_n, (&__pyx_v_z))); in __pyx_f_7shapely_8speedups_9_speedups_transform()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dcoords.c50 if (!GEOSCoordSeq_getZ_r(context, seq, i, z)) { in get_coordinates_simple()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp337 if ( ! GEOSCoordSeq_getZ_r( handle, seq_in, n, &val ) ) return nullptr; in LWGEOM_GEOS_getPointN()
H A Dqgsgeos.cpp1396 GEOSCoordSeq_getZ_r( geosinit()->ctxt, cs, i, z++ ); in sequenceToLinestring()
1442 GEOSCoordSeq_getZ_r( geosinit()->ctxt, cs, i, &z ); in coordSeqPoint()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp335 if ( ! GEOSCoordSeq_getZ_r( handle, seq_in, n, &val ) ) return nullptr; in LWGEOM_GEOS_getPointN()
H A Dqgsgeos.cpp1252 GEOSCoordSeq_getZ_r( geosinit()->ctxt, cs, i, z++ ); in sequenceToLinestring()
1298 GEOSCoordSeq_getZ_r( geosinit()->ctxt, cs, i, &z ); in coordSeqPoint()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_clean.c108 if ( ! GEOSCoordSeq_getZ_r(ctx->gctx, seq_in, n, &val) ) return NULL; in RTGEOM_GEOS_getPointN()
H A Drtgeom_geos.c117 if ( dims >= 3 ) GEOSCoordSeq_getZ_r(ctx->gctx, cs, i, &(point.z)); in ptarray_from_GEOSCoordSeq()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_ts_c.cpp2240GEOSCoordSeq_getZ_r(GEOSContextHandle_t extHandle, const CoordinateSequence* s, unsigned int idx, … in GEOSCoordSeq_getZ_r() function
H A Dgeos_c.h.in327 extern int GEOS_DLL GEOSCoordSeq_getZ_r(GEOSContextHandle_t handle,