- 一 初识PostGIS
- 1.1 PostGIS特性
- 1.2 PostGIS使用场景
- [1.2.1 适用场景](installation/PostgreSQL Installation.md)
- [1.2.2 不适用场景](installation/PostGIS Installation.md)
- 1.3 PostGIS使用建议
- 1.4 PostGIS安装
- [1.4.1 PostgreSQL安装](installation/PostgreSQL Installation.md)
- [1.4.2 PostGIS安装](installation/PostGIS Installation.md)
- 1.5 PostGIS重大版本
- 二 PostGIS入门
-
2.1 客户端介绍
- 2.1.1 psql
- 2.1.2 qgis
-
2.2 空间数据库
-
2.3 数据导入
- 2.3.1 shp
- 2.3.2 csv
- 2.3.3 excel
-
- 八 矢量函数
-
8.2 空间表管理
-
8.4 元数据读写
- GeometryType
- ST_GeometryType
- ST_CoordDim与ST_NDims
- ST_Dimension
- ST_Zmflag
- ST_HasArc
- ST_IsPolygonCCW
- ST_IsPolygonCW
- ST_IsClosed
- ST_IsCollection
- ST_IsEmpty
- ST_IsRing
- ST_IsSimple
- ST_Boundary
- ST_Envelope
- ST_BoundingDiagonal
- ST_X,ST_Y,ST_Z,ST_M
- ST_StartPoint,ST_EndPoint
- ST_NumGeometries,ST_GeometryN
- ST_NRings,ST_ExteriorRing,ST_NumInteriorRings,ST_NumInteriorRing,ST_InteriorRingN
- ST_NumPatches,ST_PatchN
- ST_NPoints,ST_NumPoints,ST_PointN,ST_Points
- ST_MemSize
- ST_Summary
- ST_Dump,ST_DumpPoints,ST_DumpRings
-
8.11 空间关系
-
8.12 空间测量
-
8.14 仿射变换
-
8.15 空间聚类
-
8.16 线性参考
-