Looks like you could use pointcloud by p.ramsey. You would store both your float [] as attributes of your pointcloud.others would be metadata and could be stored in column or in custom type along with id to the patch corresponding to your float[].<br>
Cheers, <br>Remi—C<br><br>Le samedi 21 décembre 2013, Nathaniel Hunter Clay <<a href="mailto:clay.nathaniel@gmail.com">clay.nathaniel@gmail.com</a>> a écrit :<br>> HI all,<br>><br>> I 've been thinking on implementing a  visibility, radio power and radiation patterns functions that would use an ray type input/output. Do you think that its a good idea or have objections to add a special data type? I know that radio power and radiation pattern functions would most likely be of little interest, however visibility of course would most likely be of interest.  Any input of any kind would be greatly appreciated.<br>
><br>> ray{<br>>     origin point;<br>>     end point;<br>>     samples float8[];<br>>     nsamples integer;<br>>     distance float8;<br>>     theta float8[]; // 0 at east, 0 down<br>> }<br>><br>
> Thanks,<br>><br>> Nathaniel Hunter Clay<br>> _______________________________________________<br>> postgis-devel mailing list<br>> <a href="mailto:postgis-devel@lists.osgeo.org">postgis-devel@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel</a><br>>