31.5 SDO_TIN_PKG.GET_BLOCKING_METHOD

Format

SDO_TIN_PKG.GET_BLOCKING_METHOD(
     inp IN MDSYS.SDO_TIN 
   ) RETURN VARCHAR2;

Description

Gets the blocking option specified in the SDO_TIN object.

Parameters

inp

SDO_TIN object to be used for analysis.

Usage Notes

The supported blocking option values for a SDO_TIN object are:

  • TIN - Represents a TIN object
  • Mesh - Represents a 3D Mesh

Examples

The following example retrieves the blocking method for the input tin object as shown:

SQL> SELECT sdo_tin_pkg.get_blocking_method(tin) FROM tins WHERE tin_id=1;

The output obtained is as shown:

SDO_TIN_PKG.GET_BLOCKING_METHOD
–-------------------------------
TIN