地理空间Java开发库:Spatial4j
Spatial4j是一个通用的空间/地理空间ASL许可的开源Java库。它的核心能力有3个方面:
1、提供公共图形,可工作在 Euclidean 和 geodesic (球体的表面)的世界模型。
2、提供距离计算和其它数学计算。
3、从WKT 格式化字符串来读取形状。
Spatial4j的主要部分是它的形状集合。在Spatial4j形状具有以下功能:
- Compute its lat-lon bounding box.
- Compute an area. For some shapes its more of an estimate.
- Compute if it contains a provided point.
- Compute the relationship to a lat-lon rectangle. Relationships are: CONTAINS, WITHIN, DISJOINT, INTERSECTS. Note that Spatial4j doesn't have a notion of "touching".
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!