C# Drawing Oracle Spatial Geometries
- by Keeper
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?