AutoCAD Map 3D Developer
Welcome to Autodesk’s AutoCAD Map 3D Developer Forums. Share your knowledge, ask questions, and explore popular AutoCAD Map 3D Developer topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Export topology into oracle database

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
Anonymous
747 Views, 4 Replies

Export topology into oracle database

Anonymous
Not applicable

Hi,

can someone help me to export topology into oracle spatial database like oraexport command but using visual studio c#. Thanks for help

0 Likes

Export topology into oracle database

Hi,

can someone help me to export topology into oracle spatial database like oraexport command but using visual studio c#. Thanks for help

4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

Anonymous
Not applicable

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

 

0 Likes

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

 

Message 3 of 5
Anonymous
in reply to: Anonymous

Anonymous
Not applicable
thanks for reply ron. I'm using autocad map 3d for and have routine to draw
some 2d parcel, clean in (as closed polyline), create topology to the
parcel layer (ex. layer parcel name is "020100"),
and then manually using command "_oraexport" to export into oracle spatial
database. The purpose is to do "_oraexport" command in background using new
command (like [CommandMethod("myoraexport")]) that create using objectarx
.NET using c#,
because i'm familiar with it language. i'm new with oracle spatial. i
create 2d topology with polygon option as topology type. any option like
transfer Map topology members to oracle spatial geometry or map Map
topology to Oracle topology is very useful. Thanks
0 Likes

thanks for reply ron. I'm using autocad map 3d for and have routine to draw
some 2d parcel, clean in (as closed polyline), create topology to the
parcel layer (ex. layer parcel name is "020100"),
and then manually using command "_oraexport" to export into oracle spatial
database. The purpose is to do "_oraexport" command in background using new
command (like [CommandMethod("myoraexport")]) that create using objectarx
.NET using c#,
because i'm familiar with it language. i'm new with oracle spatial. i
create 2d topology with polygon option as topology type. any option like
transfer Map topology members to oracle spatial geometry or map Map
topology to Oracle topology is very useful. Thanks
Message 4 of 5
Anonymous
in reply to: Anonymous

Anonymous
Not applicable
Accepted solution

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

 

 

Message 5 of 5
Anonymous
in reply to: Anonymous

Anonymous
Not applicable

Hi ron. thanks for the suggestion. I'll try on it. Smiley Wink

0 Likes

Hi ron. thanks for the suggestion. I'll try on it. Smiley Wink

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report