geos库是jts库的C++实现。GEOS is a C/C++ library for computational geometry with a focus on algorithms used in geographic information systems (GIS) software. It implements the OGC Simple Features geometry model and provides all the spatial functions in that standard as well as many others. GEOS is a core dependency of PostGIS, QGIS, GDAL, Shapely and many others.
Capabilities(功能)
Spatial Model and Functions空间模型和方法
- Geometry Model: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, GeometryCollection
- Predicates: Intersects, Touches, Disjoint, Crosses, Within, Contains, Overlaps, Equals, Covers
- Operations: Union, Distance, Intersection, Symmetric Difference, Convex Hull, Envelope, Buffer, Simplify, Polygon Assembly, Valid, Area, Length,
- Prepared geometry (using internal spatial indexes)
- Spatial Indexes: STR (Sort-Tile-Recursive) packed R-tree spatial index
- Input/Output: OGC Well Known Text (WKT) and Well Known Binary (WKB) readers and writers.
参考1:https://blog.csdn.net/Azqxws/article/details/132182542
参考2:http://libgeos.org/doxygen/classgeos_1_1index_1_1strtree_1_1AbstractSTRtree.html
参考3:https://betheme.net/yidongkaifa/102940.html?action=onClick
geos源码
参考4:https://github.com/libgeos/geos/blob/main/src/index/strtree/STRtree.cpp
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
2022-09-30 GeoServer文件管理
2021-09-30 Node.js中环境变量process.env怎么获取?pm2的安装和使用
2021-09-30 nodejs调用外部exe执行程序
2021-09-30 Mongodb导入导出数据库
2020-09-30 osmdroid-开源移动GIS
2020-09-30 MapView类-移动GIS-SurveyOnMap v1.0