PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwline_to_encoded_polyline()

static char * lwline_to_encoded_polyline ( const LWLINE line,
int  precision 
)
static

Definition at line 52 of file lwout_encoded_polyline.c.

References pointarray_to_encoded_polyline(), and LWLINE::points.

Referenced by lwgeom_to_encoded_polyline(), and lwmmpoint_to_encoded_polyline().

53 {
55 }
static char * pointarray_to_encoded_polyline(const POINTARRAY *, int precision)
uint8_t precision
Definition: cu_in_twkb.c:25
POINTARRAY * points
Definition: liblwgeom.h:422
Here is the call graph for this function:
Here is the caller graph for this function: