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的地图引擎的一些屏幕输出,它们很好地包裹在一个小的工作区管理器中:

相关文章

项目需要,有个数据需要导入,拿到手一开始以为是mysql,结果...
本文小编为大家详细介绍“怎么查看PostgreSQL数据库中所有表...
错误现象问题原因这是在远程连接时pg_hba.conf文件没有配置正...
因本地资源有限,在公共测试环境搭建了PGsql环境,从数据库本...
wamp 环境 这个提示就是说你的版本低于10了。 先打印ph...
psycopg2.OperationalError: SSL SYSCALL error: EOF detect...