微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

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来渲染地图

昨天晚上,纯粹是为了好玩,我使用本地.NETGDI+方法来创建自己的地图服务引擎,使用的数据库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的地图引擎的一些屏幕输出,它们很好地包裹在一个小的工作区管理器中:

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐