<pre>>My question is how to design database for this system? I was thinking of 2
>tables polygons and points, but I'm not sure if it's good way of thinking.</pre><br>Hi,<br>we chhose by desing to use two table for the geometries (lines and polygons).<br>And many tables to link the geometries inside these two tables.<br>
The two tables with geometries was called ""elementary_lines" (arcs) and "soil" (polygons).<br><br>The main rule is that every element of the "elementary lines" is a linear object and it is also a segment on the boundary of one or two element polygons of the "soil" .<br>
Another rule is that the "soil" will give a "full cover of the soil". And every point has one and only one polygon to cover it.<br><br>Every object of the "elementary lines" and of the "soil" as an unique alphanumeric universal identifier.<br>
It allow to have others table without geometry that allow to have distinct and specific attributes for every specific kind of object.<br><br>This choice was need to grant a full topology for all the objects of the db.<br>
<br>Also we develope a profile of "GML topological" to allow the exchange of out database.<br><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty אטלעש<br>-----------------<br><br>