6.50 SDO_NET.GET_GEOMETRY_TYPE
Format
SDO_NET.GET_GEOMETRY_TYPE(
network IN VARCHAR2
) RETURN VARCHAR2;Description
Returns the geometry type for a spatial network.
Usage Notes
This function returns the value of the GEOMETRY_TYPE column for the network in the USER_SDO_NETWORK_METADATA view (see Table 5-38 in xxx_SDO_NETWORK_METADATA Views).
Examples
The following example returns the geometry type for the network named ROADS_NETWORK.
SELECT SDO_NET.GET_GEOMETRY_TYPE('ROADS_NETWORK') FROM DUAL;
SDO_NET.GET_GEOMETRY_TYPE('ROADS_NETWORK')
--------------------------------------------------------------------------------
LRS_GEOMETRY Parent topic: SDO_NET Package Subprograms