Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Spatial: Make line out of (many) points
If I were you I'd probably do a little PL/SQL function
which gets the points in the right order, assembles
info and ordinate arrays and returns a geometry object.
insert into lines select linefunction(x.datasetid) from (select distinct datasetid ...) x;
or so.
If you are good at it, you could even do an aggregate function for this.
Lots of Greetings!
Volker
-- For email replies, please substitute the obvious.Received on Tue Sep 05 2006 - 12:42:12 CDT
![]() |
![]() |