Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用sharpmap 来处理shapefile。现在形状文件很大,sharpmap 需要很长时间才能加载图层。请告诉我如何加快使用 shapefile 的速度。
您可以将其导入数据库并仅查询需要显示的宗地,而不是一次加载所有宗地数据。我使用一个小型 Windows 窗体应用程序将 shapefile 转换为数据库字节数据。如果你愿意,我可以分享你的代码。(仅适用于 Shp 文件类型)