您的位置:首页 > 其它

SharpGIS博客翻译2005年6月:使用.NET来渲染地图

2007-02-23 22:47 639 查看
Rendering maps using .NET
【原文】: http://www.sharpgis.net/2005/06/10/RenderingMapsUsingNET.aspx
【翻译】:小粟 日期:2007年2月23日
Last night I was, just for fun, fooling around with creating my own mapserver engine using native .NET and GDI+ methods, combined with a PostGreSQL/PostGIS database. Until now I got Points, Labels and Line layertypes implemented.
I didn’t expect much of the speed, but it turned out that GDI+’s drawing methods and anti-aliasing rendering combined with .NETs automatic connection pooling provided me with an ultra fast map render engine. And just by exposing LineStyles as System.Drawing.Pen you get a vast amount of options for customizing the look of the rendered output. And it even looks great! I’m all ecstatic about the result, and will probably follow this further with more geometry types and additional data-providers (shapefile, Oracle etc). I’ll post some results here later.

使用.NET来渲染地图
昨天晚上,纯粹是为了好玩,我使用本地.NET和GDI+方法来创建自己的地图服务引擎,使用的数据库是PostGreSQL/PostGIS。现在,我实现了点、注记和线图层的绘制。
当时我并没有怎么考虑速度的问题,不过实践表明,GDI+的绘制方法和基于.NET自动连接池反走样绘制技术给我提供了一个足够快的地图绘制引擎。并且,通过基于System.Drawing.Pen的线条样式定义,可以得到很多对绘制进行定制的选项,而它们的显示效果也很不错。我对它完全着迷了,所以有可能将对此例子增加更多的几何类型和数据类型(shapefile, Oracle等等),并发布到这里。

Rendering maps using .NET - Part II
I promised some screendumps from my PostGIS/.NET based MapEngine, so here it is. Nicely packed into a small workspace manager:
这是我的基于PostGIS/.NET的地图引擎的一些屏幕输出,它们很好地包裹在一个小的工作区管理器中:


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: