DBA Data[Home] [Help]

MDSYS.SDO_NET dependencies on STANDARD

Line 1201: -- the point geometry can be a 2d standard geometry or an LRS geometry

1197: part_size_tolerance IN NUMBER default 0);
1198:
1199:
1200: -- Returns the ordinate of a point geometry given the ordinate index
1201: -- the point geometry can be a 2d standard geometry or an LRS geometry
1202:
1203: FUNCTION get_pt_geom_ord(geometry IN MDSYS.SDO_GEOMETRY, idx IN INTEGER)
1204: RETURN NUMBER;
1205: