简体   繁体   中英

How to draw spatial data stored in Oracle database in C# .NET

I'm trying to implement application that draws spatial data (mostly polygons) stored in Oracle database using C#. Connection to DB is done using ODP.NET. How can i pull data from sdo_geometry and store it in some c# or .net representation and then draw it?

Thanks

最简单的方法可能是将其以ISO标准格式(例如WKT,WKB,GML或KML)提取出来并进行解析。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM