<pre>>Sorry if the question sounds "silly", but as I understand it, both<br>>extensions (PostGIS and Oracle Spatial) provide topological<br>>operations, so, they both have topological models to define<br>
>relationships between objects. My point is I think Oracle uses a more<br>>complicated way to define these objects (for example, a polygon).<br>><br>>I don't really think the reason is the Oracle's way is better for <br>
>kind of operations (calculate intersections, or whatever), because I'm<br>>talking about the way of representing data for the user, not the way<br>>the data are stored.<br></pre>They are two question quite difference.<br>
<br>A question is to be capable of topological operation. This is possible with oracle and with postgis.<br><br>Another question is use a "topological store model". This is possible for oracle but not for postgis. There is a topology package for postgis but it seem to be too early.<br>
<br>A "topological store model" is a technic to store the data using three tables:<br><br>a table for faces, a table for edges and a table for nodes.<br><br>like oracle <br><a href="http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14256/sdo_topo_concepts.htm#BABBBDBJ">http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14256/sdo_topo_concepts.htm#BABBBDBJ</a><br>
<br>But to have this you must don't use the SDO_GFeometry but instead the SDO_Topo_Geometry.<br><br>With a sdo_topo_geometry when you put a polygon, it is split in 1 face, some edge and some node.<br>The most know properties of a topological model od storing data is that one edge can be owned from one or two faces.<br>
<br>So is usually say that a topological model is more efficient because use one only lines instead of two lines overlapped (one for each of the two touching polygons), and when the user change an edge (a line)<br>the change is inherited even from the boundary of the two faces (two polygon).<br>
<br>This is even for nodes over the edges and so on...<br><br>But...<br>is no easy work with the Oracle Topological model ....<br><br>And I don't know NO ONE tool gis to support the Oracle Topological.<br><br>Every tools, (esri, intergraph, qgis, and so on)<br>
support only the geometry Model (sdo_geometry) <br>absolutely do not support the oracle topological model (sdo_topo_geometry)<br><br>So use the oracle topology , mean work using many query sql.<br><br clear="all">Regards, <br>
<br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty אטלעש<br>-----------------<br><br>