DBA Data[Home] [Help]

MDSYS.ST_ANNOTATION_TEXT dependencies on SDO_3GL

Line 13: mbr := sdo_3gl.sdo_mbr(anText.PRIVATELOCATION,anText.PRIVATELOCATION);

9: geom := null;
10: FOR idx in 1 .. anTextArray.PRIVATEARRAY.count LOOP
11: anText := anTextArray.ElementN(idx);
12: IF (anText.PRIVATELEADERLINE is NULL) THEN
13: mbr := sdo_3gl.sdo_mbr(anText.PRIVATELOCATION,anText.PRIVATELOCATION);
14: ELSE
15: mbr := sdo_3gl.sdo_mbr(anText.PRIVATELOCATION, anText.PRIVATELEADERLINE);
16: END IF;
17: geom := sdo_util.append(geom, mbr);

Line 15: mbr := sdo_3gl.sdo_mbr(anText.PRIVATELOCATION, anText.PRIVATELEADERLINE);

11: anText := anTextArray.ElementN(idx);
12: IF (anText.PRIVATELEADERLINE is NULL) THEN
13: mbr := sdo_3gl.sdo_mbr(anText.PRIVATELOCATION,anText.PRIVATELOCATION);
14: ELSE
15: mbr := sdo_3gl.sdo_mbr(anText.PRIVATELOCATION, anText.PRIVATELEADERLINE);
16: END IF;
17: geom := sdo_util.append(geom, mbr);
18: END LOOP;
19: -- PRIVATEENVELOPE := sdo_geom.sdo_mbr(geom);