DBA Data[Home] [Help]

FUNCTION: MDSYS.OGC_POINTN

Source


1 FUNCTION OGC_PointN(
2   c ST_Curve,
3   n Integer)
4     RETURN ST_Point IS
5 BEGIN
6   RETURN c.ST_PointN(n);
7 END OGC_PointN;