PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwline_as_lwgeom()

LWGEOM* lwline_as_lwgeom ( const LWLINE obj)

Definition at line 339 of file lwgeom.c.

340 {
341  if ( obj == NULL ) return NULL;
342  return (LWGEOM *)obj;
343 }

Referenced by _lwt_AddEdge(), _lwt_AddLine(), _lwt_AddLineEdge(), _lwt_AddPoint(), _lwt_CheckEdgeCrossing(), _lwt_EdgeRingGetBbox(), _lwt_FaceByEdges(), _lwt_FindAdjacentEdges(), _lwt_FindFaceContainingRing(), _lwt_FindNextRingEdge(), _lwt_GetEqualEdge(), BOX2D_to_LWGEOM(), BOX3D_to_LWGEOM(), GenerateLineStringGeometry(), geography_interpolate_points(), geography_line_interpolate_point(), geography_substring(), geometry_line_extend(), linestring_from_pa(), lwcurvepoly_construct_from_lwpoly(), LWGEOM_addpoint(), lwgeom_construct_empty(), LWGEOM_envelope(), LWGEOM_exteriorring_polygon(), lwgeom_filter_m_ignore_null(), lwgeom_force_dims(), lwgeom_from_twkb_state(), LWGEOM_line_from_mpoint(), LWGEOM_line_interpolate_point(), lwgeom_segmentize_sphere(), lwgeom_split_wrapx(), lwline_clip_to_ordinate_range(), lwline_interpolate_point_3d(), lwline_interpolate_points(), lwline_locate_along(), lwline_offsetcurve(), lwline_release(), lwline_unstroke(), lwmultiline_from_twkb_state(), lwt_AddIsoEdge(), lwt_ChangeEdgeGeom(), lwt_GetEdgeByPoint(), lwt_GetFaceByPoint(), lwt_GetFaceContainingPoint(), lwt_GetFaceEdges(), parse_gml_line(), path_to_geometry(), rt_raster_get_convex_hull(), rt_raster_get_envelope_geom(), ST_BoundingDiagonal(), test_gbox_from_spherical_coordinates(), test_lwline_interpolate_points(), test_ptarray_append_point(), test_ptarray_append_ptarray(), test_ptarray_insert_point(), test_ptarray_scale(), test_ptarray_scroll(), and wkt_parser_linestring_new().