<div dir="ltr">Can anyone suggest a workaround? I am trying to implement relationship classes from a Personal Geodatabase into PostGIS. What about if I created the relationship classes natively in the PostGIS database server? The issue then would be getting ArcMap to recognize the relationship classes and enforce them via editing. I know this is more of an ArcGIS question, but am lookin for the input of experienced PostGIS users. <br>
<br><div class="gmail_quote">On Tue, Jul 29, 2008 at 9:34 AM, Lee Hachadoorian <span dir="ltr"><<a href="mailto:lee.hachadoorian@gmail.com">lee.hachadoorian@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Yes, ArcCatalog creates a standard Access database table, but enforces<br>
the creation of a unique index called OBJECTID (which is not, however,<br>
actually a primary key).  So what Regina describes should work.<br>
<br>
There's an ogr2ogr cheatsheet at BostonGIS<br>
(<a href="http://www.bostongis.com/?content_name=ogr_cheatsheet" target="_blank">http://www.bostongis.com/?content_name=ogr_cheatsheet</a>).<br>
<br>
I'm not sure about the relationship classes question, although my<br>
suspicion is that the conversion works table-by-table on data (spatial<br>
and non-spatial) only.  Since the relationship classes are not stored<br>
in the feature class or non-spatial table itself (they are stored in a<br>
table called GDB_RelClasses), I suspect that ogr2ogr will not do<br>
anything to convert them.  Can someone confirm?<br>
<font color="#888888"><br>
--<br>
Lee Hachadoorian<br>
PhD Student, Geography<br>
Program in Earth & Environmental Sciences<br>
CUNY Graduate Center<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>