Shape 文件中的问题
我需要帮助 我有一个连续 3716 个多边形记录的形状文件,并且想要绘制这个形状文件,其中一些多边形需要具有指定的颜色
,或者想要一种搜索技术来搜索此地图上的点(经纬度)并获取它所属的多边形但不是通过搜索所有多边形,
我尝试了所有,OpenJump-源代码,GeoTools,....
i need a help
i have a shape file that continue 3716 polygon record and want to draw this shape file where some of those polygons need to have a specified color
OR WANT a search technique to search this map for a point (lat-long) and get it's belong polygon but not by searching all polygons
i tries all, OpenJump-Source code, GeoTools,....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 GeoTools 中,您可以按照样式教程向您展示如何显示您的形状文件。没有办法在多边形搜索中执行点而不至少检查每个多边形的边界框,但是 GeoTools 查询实验室 将向您介绍设置查询的基础知识(如果您的 shapefile 有空间索引,那么它会足够快)。
In GeoTools you can follow the Style tutorial to show you how to display your shapefile. There is no way to carry out a point in polygon search without at least examining the bounding box of each polygon but the GeoTools Query Lab will talk you through the basics of setting up a query (and if your shapefile has a spatial index then it will be quick enough).