PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWGEOM* lwgeom_from_encoded_polyline | ( | const char * | encodedpolyline, |
int | precision | ||
) |
Create an LWGEOM object from an Encoded Polyline representation.
encodedpolyline | the Encoded Polyline input |
Definition at line 32 of file lwin_encoded_polyline.c.
References LW_FALSE, lwgeom_add_bbox(), lwline_construct(), POINT4D::m, ptarray_append_point(), ptarray_construct_empty(), window::res, POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by do_encoded_polyline_test(), and line_from_encoded_polyline().