Hi,
can someone help me to export topology into oracle spatial database like oraexport command but using visual studio c#. Thanks for help
Solved! Go to Solution.
Hi,
can someone help me to export topology into oracle spatial database like oraexport command but using visual studio c#. Thanks for help
Solved! Go to Solution.
Hi,
give us some details:
- what have you tried so far?
- what is background / purpose of your application? Why do you need to have an app at all?
- how familiar are you with Map / Oracle etc.?
- what kind of topology?
- do you want to transfer Map topology members to Oracle Spatial geometry or do you want to map Map topology to Oracle topology?
Rob
Hi,
give us some details:
- what have you tried so far?
- what is background / purpose of your application? Why do you need to have an app at all?
- how familiar are you with Map / Oracle etc.?
- what kind of topology?
- do you want to transfer Map topology members to Oracle Spatial geometry or do you want to map Map topology to Oracle topology?
Rob
Hi,
so you know the API for creating/maintaining Map topologies but you don't know much about how to export to Oracle Spatial?
I don't have a solution just a hint - either you use
* Map API for connecting to Oracle and saving data back using Map API and FDO
--> there are samples available, also some written documentation by Autodesk and course material provided by ADN
http://adndevblog.typepad.com/infrastructure/2012/05/inserting-fdo-features-into-sql-server-using-ge...
\Map ObjectARX SDK 20XY\Map Samples\Platform
or
* connect to Oracle via .net / Oracle.net
--> documentation available as well
I assume in both cases you need to "translate" the topology into FDO or Spatial geometries yourself as I don't think Map API has a converter for that.
Rob
Hi,
so you know the API for creating/maintaining Map topologies but you don't know much about how to export to Oracle Spatial?
I don't have a solution just a hint - either you use
* Map API for connecting to Oracle and saving data back using Map API and FDO
--> there are samples available, also some written documentation by Autodesk and course material provided by ADN
http://adndevblog.typepad.com/infrastructure/2012/05/inserting-fdo-features-into-sql-server-using-ge...
\Map ObjectARX SDK 20XY\Map Samples\Platform
or
* connect to Oracle via .net / Oracle.net
--> documentation available as well
I assume in both cases you need to "translate" the topology into FDO or Spatial geometries yourself as I don't think Map API has a converter for that.
Rob
Hi ron. thanks for the suggestion. I'll try on it.
Hi ron. thanks for the suggestion. I'll try on it.
Can't find what you're looking for? Ask the community or share your knowledge.