Home
last modified time | relevance | path

Searched refs:lwpoint (Results 26 – 50 of 80) sorted by relevance

1234

/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwcircstring.c288 LWPOINT *lwpoint; in lwcircstring_get_lwpoint() local
297 lwpoint = lwpoint_construct(circ->srid, NULL, pa); in lwcircstring_get_lwpoint()
298 return lwpoint; in lwcircstring_get_lwpoint()
H A Dlwpoint.c256 lwpoint_release(LWPOINT *lwpoint) in lwpoint_release() argument
258 lwgeom_release(lwpoint_as_lwgeom(lwpoint)); in lwpoint_release()
H A Dlwline.c312 LWPOINT *lwpoint; in lwline_get_lwpoint() local
321 lwpoint = lwpoint_construct(line->srid, NULL, pa); in lwline_get_lwpoint()
322 return lwpoint; in lwline_get_lwpoint()
H A Dlwgeodetic.h127 int lwline_covers_lwpoint(const LWLINE* lwline, const LWPOINT* lwpoint);
H A Dlwlinearreferencing.c184 lwpoint_locate_along(const LWPOINT *lwpoint, double m, __attribute__((__unused__)) double offset) in lwpoint_locate_along() argument
186 double point_m = lwpoint_get_m(lwpoint); in lwpoint_locate_along()
187 LWGEOM *lwg = lwpoint_as_lwgeom(lwpoint); in lwpoint_locate_along()
191 lwmpoint_add_lwpoint(r, lwpoint_clone(lwpoint)); in lwpoint_locate_along()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwpoint.c256 lwpoint_release(LWPOINT *lwpoint) in lwpoint_release() argument
258 lwgeom_release(lwpoint_as_lwgeom(lwpoint)); in lwpoint_release()
H A Dlwline.c312 LWPOINT *lwpoint; in lwline_get_lwpoint() local
321 lwpoint = lwpoint_construct(line->srid, NULL, pa); in lwline_get_lwpoint()
322 return lwpoint; in lwline_get_lwpoint()
H A Dlwgeodetic.h127 int lwline_covers_lwpoint(const LWLINE* lwline, const LWPOINT* lwpoint);
H A Dlwlinearreferencing.c184 lwpoint_locate_along(const LWPOINT *lwpoint, double m, __attribute__((__unused__)) double offset) in lwpoint_locate_along() argument
186 double point_m = lwpoint_get_m(lwpoint); in lwpoint_locate_along()
187 LWGEOM *lwg = lwpoint_as_lwgeom(lwpoint); in lwpoint_locate_along()
191 lwmpoint_add_lwpoint(r, lwpoint_clone(lwpoint)); in lwpoint_locate_along()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwpoint.c256 lwpoint_release(LWPOINT *lwpoint) in lwpoint_release() argument
258 lwgeom_release(lwpoint_as_lwgeom(lwpoint)); in lwpoint_release()
H A Dlwline.c312 LWPOINT *lwpoint; in lwline_get_lwpoint() local
321 lwpoint = lwpoint_construct(line->srid, NULL, pa); in lwline_get_lwpoint()
322 return lwpoint; in lwline_get_lwpoint()
H A Dlwgeodetic.h127 int lwline_covers_lwpoint(const LWLINE* lwline, const LWPOINT* lwpoint);
H A Dlwlinearreferencing.c184 lwpoint_locate_along(const LWPOINT *lwpoint, double m, __attribute__((__unused__)) double offset) in lwpoint_locate_along() argument
186 double point_m = lwpoint_get_m(lwpoint); in lwpoint_locate_along()
187 LWGEOM *lwg = lwpoint_as_lwgeom(lwpoint); in lwpoint_locate_along()
191 lwmpoint_add_lwpoint(r, lwpoint_clone(lwpoint)); in lwpoint_locate_along()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwpoint.c256 lwpoint_release(LWPOINT *lwpoint) in lwpoint_release() argument
258 lwgeom_release(lwpoint_as_lwgeom(lwpoint)); in lwpoint_release()
H A Dlwline.c321 LWPOINT *lwpoint; in lwline_get_lwpoint() local
330 lwpoint = lwpoint_construct(line->srid, NULL, pa); in lwline_get_lwpoint()
331 return lwpoint; in lwline_get_lwpoint()
H A Dlwlinearreferencing.c182 lwpoint_locate_along(const LWPOINT *lwpoint, double m, __attribute__((__unused__)) double offset) in lwpoint_locate_along() argument
184 double point_m = lwpoint_get_m(lwpoint); in lwpoint_locate_along()
185 LWGEOM *lwg = lwpoint_as_lwgeom(lwpoint); in lwpoint_locate_along()
189 lwmpoint_add_lwpoint(r, lwpoint_clone(lwpoint)); in lwpoint_locate_along()
H A Dlwgeodetic.h126 int lwline_covers_lwpoint(const LWLINE* lwline, const LWPOINT* lwpoint);
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dgeography_measurement.c694 LWGEOM *lwpoint = NULL; in geography_point_outside() local
712 lwpoint = (LWGEOM*) lwpoint_make2d(4326, pt.x, pt.y); in geography_point_outside()
716 lwgeom_set_geodetic(lwpoint, true); in geography_point_outside()
717 g_out = gserialized_from_lwgeom(lwpoint, &g_out_size); in geography_point_outside()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/cunit/
H A Dcu_algorithm.c841 LWPOINT *lwpoint = NULL; in test_geohash() local
846 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2)", LW_PARSER_CHECK_NONE); in test_geohash()
847 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
850 lwpoint_free(lwpoint); in test_geohash()
853 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2 2.0)", LW_PARSER_CHECK_NONE); in test_geohash()
854 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
857 lwpoint_free(lwpoint); in test_geohash()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/cunit/
H A Dcu_algorithm.c980 LWPOINT *lwpoint = NULL; in test_geohash() local
985 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2)", LW_PARSER_CHECK_NONE); in test_geohash()
986 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
989 lwpoint_free(lwpoint); in test_geohash()
992 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2 2.0)", LW_PARSER_CHECK_NONE); in test_geohash()
993 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
996 lwpoint_free(lwpoint); in test_geohash()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/cunit/
H A Dcu_algorithm.c980 LWPOINT *lwpoint = NULL; in test_geohash() local
985 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2)", LW_PARSER_CHECK_NONE); in test_geohash()
986 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
989 lwpoint_free(lwpoint); in test_geohash()
992 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2 2.0)", LW_PARSER_CHECK_NONE); in test_geohash()
993 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
996 lwpoint_free(lwpoint); in test_geohash()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/cunit/
H A Dcu_algorithm.c975 LWPOINT *lwpoint = NULL; in test_geohash() local
980 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2)", LW_PARSER_CHECK_NONE); in test_geohash()
981 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
984 lwpoint_free(lwpoint); in test_geohash()
987 lwpoint = (LWPOINT*)lwgeom_from_wkt("POINT(23.0 25.2 2.0)", LW_PARSER_CHECK_NONE); in test_geohash()
988 geohash = lwgeom_geohash((LWGEOM*)lwpoint,0); in test_geohash()
991 lwpoint_free(lwpoint); in test_geohash()
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dgeography_measurement.c681 LWGEOM *lwpoint = NULL; in geography_point_outside() local
696 lwpoint = (LWGEOM*) lwpoint_make2d(4326, pt.x, pt.y); in geography_point_outside()
698 PG_RETURN_POINTER(geography_serialize(lwpoint)); in geography_point_outside()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dgeography_measurement.c681 LWGEOM *lwpoint = NULL; in geography_point_outside() local
696 lwpoint = (LWGEOM*) lwpoint_make2d(4326, pt.x, pt.y); in geography_point_outside()
698 PG_RETURN_POINTER(geography_serialize(lwpoint)); in geography_point_outside()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dgeography_measurement.c691 LWGEOM *lwpoint = NULL; in geography_point_outside() local
709 lwpoint = (LWGEOM*) lwpoint_make2d(4326, pt.x, pt.y); in geography_point_outside()
711 g_out = geography_serialize(lwpoint); in geography_point_outside()

1234