Hi everybody.<br><br>I'm creating a postgres function and I need that
it returns a multipoint geometry so then I access to the geometry
returned using the geometryN(mymultipoint) function.<br><br>I create "mymultipoint" variable like:
<br><br>mymultipoint geometry;<br><br>but I could not find the way to add points to that geometry, except using a linestring and using the <span>AddPoint()
function. I dont know if there is a way to add some points to a
geometry and then access its using the geometryN() function, but that
is what I'm looking for.
<br><br>Thanks.<br><br>Rodrigo.</span>