我的github
posts - 3243,  comments - 42,  views - 158万

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

posted on   XiaoNiuFeiTian  阅读(381)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享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
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示