C# Drawing Oracle Spatial Geometries
Posted
by Keeper
on Stack Overflow
See other posts from Stack Overflow
or by Keeper
Published on 2010-05-18T07:35:45Z
Indexed on
2010/05/18
7:40 UTC
Read the original article
Hit count: 345
I need to create a simple app which can display geometries from Oracle Spatial in C#. These geometries are exported from AutoCAD Map 3D 2010 to Oracle Spatial.
I need to pan, zoom, manage layers of these objects, events (like right click to popup a contextual menu, potentially different for every object), creating/deleting points (maybe also other polygons): a sort of simple AutoCAD interface.
Should I look for an AutoCAD OEM license? Is there a drawing framework which can handle this or do I need to create my own?
© Stack Overflow or respective owner