Home
last modified time | relevance | path

Searched refs:GEOSCoordSeq_getX (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dcoords.py68 lgeos.GEOSCoordSeq_getX(self._cseq, i, byref(dx))
90 lgeos.GEOSCoordSeq_getX(self._cseq, i, byref(dx))
104 lgeos.GEOSCoordSeq_getX(self._cseq, i, byref(dx))
128 lgeos.GEOSCoordSeq_getX(self._cseq, i, byref(temp))
173 lgeos.GEOSCoordSeq_getX(self._cseq, i, byref(temp))
199 lgeos.GEOSCoordSeq_getX(cs, i, byref(temp))
H A Dops.py343 lgeos.GEOSCoordSeq_getX(seq, 0, byref(x1))
345 lgeos.GEOSCoordSeq_getX(seq, 1, byref(x2))
H A Dctypes_declarations.py90 lgeos.GEOSCoordSeq_getX.restype = c_int
91 lgeos.GEOSCoordSeq_getX.argtypes = [c_void_p, c_uint, c_void_p]
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_geoscvt.c1412 GEOSCoordSeq_getX (cs, 0, &x); in fromGeosGeometry()
1428 GEOSCoordSeq_getX (cs, 0, &x); in fromGeosGeometry()
1483 GEOSCoordSeq_getX (cs, iv, &x); in fromGeosGeometry()
1645 GEOSCoordSeq_getX (cs, iv, &x); in fromGeosGeometry()
1661 GEOSCoordSeq_getX (cs, iv, &x); in fromGeosGeometry()
1759 GEOSCoordSeq_getX (cs, 0, &x); in fromGeosGeometry()
1775 GEOSCoordSeq_getX (cs, 0, &x); in fromGeosGeometry()
1822 GEOSCoordSeq_getX (cs, iv, &x); in fromGeosGeometry()
1840 GEOSCoordSeq_getX (cs, iv, &x); in fromGeosGeometry()
2000 GEOSCoordSeq_getX (cs, iv, &x); in fromGeosGeometry()
[all …]
H A Dgg_relations_ext.c2297 GEOSCoordSeq_getX (in_cs, 0, &x); in gaiaLineSubstringCommon()
2304 GEOSCoordSeq_getX (in_cs, 0, &x); in gaiaLineSubstringCommon()
2399 GEOSCoordSeq_getX (in_cs, 0, &x); in gaiaLineSubstringCommon()
2406 GEOSCoordSeq_getX (in_cs, 0, &x); in gaiaLineSubstringCommon()
3411 GEOSCoordSeq_getX (cs, 0, in gaiaShortestLineCommon()
3420 GEOSCoordSeq_getX (cs, 0, in gaiaShortestLineCommon()
3431 GEOSCoordSeq_getX (cs, 0, in gaiaShortestLineCommon()
3440 GEOSCoordSeq_getX (cs, 0, in gaiaShortestLineCommon()
3584 GEOSCoordSeq_getX (cs, 0, in gaiaShortestLineCommon()
3593 GEOSCoordSeq_getX (cs, 0, in gaiaShortestLineCommon()
[all …]
H A Dgg_relations.c3907 GEOSCoordSeq_getX (coords, iv, &x); in auxFromGeosPolygon()
3923 GEOSCoordSeq_getX (coords, iv, &x); in auxFromGeosPolygon()
3980 GEOSCoordSeq_getX (coords, iv, &x); in auxFromGeosPolygon()
3996 GEOSCoordSeq_getX (coords, iv, &x); in auxFromGeosPolygon()
4045 GEOSCoordSeq_getX (cs, iv, &x); in auxGeosMbr()
/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSCoordSeqTest.cpp86 ensure(0 != GEOSCoordSeq_getX(cs_, i, &xcheck)); in test()
124 ensure(0 != GEOSCoordSeq_getX(cs_, 0, &xcheck)); in test()
199 ensure(0 != GEOSCoordSeq_getX(cs_, 0, &xcheck)); in test()
/dports/databases/postgis31/postgis-3.1.4/fuzzers/
H A Dgeos_stub.h220 GEOSCoordSeq_getX() in GEOSCoordSeq_getX() function
/dports/databases/postgis30/postgis-3.0.4/fuzzers/
H A Dgeos_stub.h220 GEOSCoordSeq_getX() in GEOSCoordSeq_getX() function
/dports/databases/postgis32/postgis-3.2.0/fuzzers/
H A Dgeos_stub.h220 GEOSCoordSeq_getX() in GEOSCoordSeq_getX() function
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dgeos.c487 GEOSCoordSeq_getX(pseq[i], j, &x); in read_polygon_points()
501 GEOSCoordSeq_getX(pseq[i], j, &x); in read_polygon_points()
/dports/databases/postgis25/postgis-2.5.5/fuzzers/
H A Dwkb_import_fuzzer.cpp80 void GEOSCoordSeq_getX() { assert(0); } in GEOSCoordSeq_getX() function
H A Dwkt_import_fuzzer.cpp80 void GEOSCoordSeq_getX() { assert(0); } in GEOSCoordSeq_getX() function
/dports/devel/py-shapely/Shapely-1.8.0/shapely/geometry/
H A Dmultipoint.py102 lgeos.GEOSCoordSeq_getX(cs, 0, byref(temp))
/dports/databases/grass7/grass-7.8.6/vector/v.buffer/
H A Dgeos.c30 GEOSCoordSeq_getX(seq, i, &x); in ring2pts()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos_clean.c100 if (!GEOSCoordSeq_getX(seq_in, n, &val)) return NULL; in LWGEOM_GEOS_getPointN()
H A Dlwgeom_geos.c149 GEOSCoordSeq_getX(cs, i, &(point.x)); in ptarray_from_GEOSCoordSeq()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos_clean.c99 if (!GEOSCoordSeq_getX(seq_in, n, &val)) return NULL; in LWGEOM_GEOS_getPointN()
H A Dlwgeom_geos.c148 GEOSCoordSeq_getX(cs, i, &(point.x)); in ptarray_from_GEOSCoordSeq()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimPolyArea2d.cpp194 GEOSCoordSeq_getX(seq, i, &x); in ringToPoints()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos_clean.c102 if (!GEOSCoordSeq_getX(seq_in, n, &val)) return NULL; in LWGEOM_GEOS_getPointN()
H A Dlwgeom_geos.c149 GEOSCoordSeq_getX(cs, i, &(point.x)); in ptarray_from_GEOSCoordSeq()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos_clean.c103 if (!GEOSCoordSeq_getX(seq_in, n, &val)) return NULL; in LWGEOM_GEOS_getPointN()
/dports/databases/grass7/grass-7.8.6/vector/v.profile/
H A Dmain.c71 GEOSCoordSeq_getX(seq, i, &x); in ring2pts()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp913 GEOSCoordSeq_getX(const CoordinateSequence* s, unsigned int idx, double* val) in GEOSCoordSeq_getX() function

12