Hi all,
I have some geometries (about 5,000) that is store in Oracle Spatial as SDO_GEOMETRY
What will be the best and fastest way to get those geometries from oracle and display them in the map (ArcObjects).
I think of WKT,WKB, GML, UDT (user define type that represent sdo_geometry).
BTW
I don't have SDE and I don't want to use SDE.
Any help?