Select to view content in your preferred language

Display Oracle Spatial geometry

2479
4
06-16-2010 06:45 AM
amirshauli
Emerging Contributor
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?
0 Kudos
4 Replies
amirshauli
Emerging Contributor
I want to change my question.
I checked and the fastest way to query those geometries from oracle spatial is UDT (User Defined Type).
The question is can ESRI read the UDT (oracle SDO_GEOMETRY)?
Or should I do some parsing in order to display it?

maybe It will be faster to use WKT because ESRI is familiar with the UDT format?
0 Kudos
amirshauli
Emerging Contributor
maybe It will be faster to use WKT because ESRI is familiar with the UDT format?


I meant maybe It will be faster to use WKT because ESRI is NOT familiar with the UDT format?

any help here?
0 Kudos
amirshauli
Emerging Contributor
Thanks.
It's good to know ESRI have this functionality.
But actually I need something little different.
I can't let the client access the DB directly (security), So I have a server that pulls the geographic data for the clients and pass it on to them. I want to be able to take this data (UDT is the best way I think) and display it on the map.

How can I do it?
Can ESRI know how to read the SDO_GEOMETRY (UDT) type?
Should I need to cast the UDT to something else that ESRI can read?
0 Kudos