PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
#include <assert.h>
#include <string.h>
#include <math.h>
#include "liblwgeom.h"
#include "../postgis_config.h"
Go to the source code of this file.
Functions | |
LWGEOM * | lwgeom_from_encoded_polyline (const char *encodedpolyline, int precision) |
Create an LWGEOM object from an Encoded Polyline representation. More... | |