Definition at line 662 of file lwgeom_functions_lrs.c.
663{
664 POSTGIS_DEBUGF(2, "lwgeom_locate_between called for lwgeom %p", lwin);
665
667 {
674
680
681
684 lwpgerror("Areal geometries are not supported by locate_between_measures");
685 return NULL;
686 }
687
688 lwpgerror("Unknown geometry type (%s:%d)", __FILE__, __LINE__);
689 return NULL;
690}
#define POINTTYPE
LWTYPE numbers, used internally by PostGIS.
static LWGEOM * lwpoint_locate_between_m(LWPOINT *lwpoint, double m0, double m1)
static LWGEOM * lwline_locate_between_m(LWLINE *lwline_in, double m0, double m1)
static LWGEOM * lwcollection_locate_between_m(LWCOLLECTION *lwcoll, double m0, double m1)
References COLLECTIONTYPE, LINETYPE, lwcollection_locate_between_m(), lwline_locate_between_m(), lwpoint_locate_between_m(), MULTILINETYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, POINTTYPE, POLYGONTYPE, and LWGEOM::type.
Referenced by lwcollection_locate_between_m(), and LWGEOM_locate_between_m().