GeoTools连接PostGIS的一些坑


一月 25, 2022 2:23:06 下午 org.postgresql.Driver connect
严重: Connection error:
org.postgresql.util.PSQLException: 致命错误: 用户 "Geotools" Password 认证失败 (pgjdbc: autodetected server-encoding to be GB2312, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf)

参考:https://blog.csdn.net/chajizhuo3103/article/details/80353056

参考2:https://blog.csdn.net/TcCookEgg/article/details/106905155

但是并没有找到geotools连接postgresql的代码。。为什么会直接调用postgresql的driver呢。。感觉很奇怪。。

>>说说geotools中坐标转换那点事:

>>geotools等值线和等值面的生成:https://blog.csdn.net/GISShiXiSheng/article/details/80556441