PostGIS
2.1.10dev-r@@SVN_REVISION@@
|
int lwgeom_has_m | ( | const LWGEOM * | geom | ) |
Return LW_TRUE if geometry has M ordinates.
Definition at line 799 of file lwgeom.c.
References LWGEOM::flags, FLAGS_GET_M, and LW_FALSE.
Referenced by LWGEOM2GEOS(), LWGEOM_expand(), LWGEOM_exteriorring_polygon(), lwgeom_homogenize(), lwgeom_interpolate_point(), LWGEOM_line_interpolate_point(), lwgeom_locate_along(), lwgeom_locate_between(), lwgeom_segmentize_sphere(), lwline_clip_to_ordinate_range(), lwline_from_lwmpoint(), lwline_locate_along(), lwmline_clip_to_ordinate_range(), lwmline_locate_along(), lwmpoint_clip_to_ordinate_range(), lwmpoint_locate_along(), lwpoint_clip_to_ordinate_range(), lwpoint_locate_along(), and parse_geojson_multipolygon().