SDO_NET.GET_LRS_LINK_GEOMETRY
Format
SDO_NET.GET_LRS_LINK_GEOMETRY(
network IN VARCHAR2,
link_id IN NUMBER
) RETURN SDO_GEOMETRY;
Description
Returns the LRS geometry associated with a link in a spatial LRS network.
Parameters
network
Network name.
link_id
ID number of the link for which to return the geometry.
Usage Notes
None.
Examples
The following example returns the LRS geometry associated with the link whose link ID is 103 in the network named ROADS_NETWORK.
SELECT SDO_NET.GET_LRS_LINK_GEOMETRY('ROADS_NETWORK', 103) FROM DUAL;
SDO_NET.GET_LRS_LINK_GEOMETRY('ROADS_NETWORK',103)(SDO_GTYPE, SDO_SRID, SDO_POIN
--------------------------------------------------------------------------------
SDO_GEOMETRY(2002, NULL, NULL, SDO_ELEM_INFO_ARRAY(1, 2, 1), SDO_ORDINATE_ARRAY(
8, 4, 12, 4))