postgis 问答列表

Postgres 字符串前面的“E”是什么?

作者:thor 提问时间:1/16/2016

我正在阅读这样的 Postgres/PostGIS 语句: SELECT ST_AsBinary( ST_GeomFromWKB( E'\\001\\001\\000\\000\\000\\321...

java.lang.IllegalArgumentException:无法随机转换 org.postgresql.util.PGobject 类型的对象

作者:Dhara Patel 提问时间:8/26/2022

我随机遇到这个问题:我有一个带有纬度、经度和位置类型列的表,其中位置列具有几何类型并且数据输入正确,而且我能够在某个时候取回数据,但有时我得到一个java.lang.IllegalArgumentEx...

如何通过 Spring Boot Rest API 发送 PostGiS 几何和点数据类型

作者:Simonas Petkevičius 提问时间:8/11/2022

我有一个查询,它返回一个接口 OverlayDTO,这是我从本机查询中获取的。中心是PostGIS,正如您可能已经猜到的那样pointgeometrygeometry @Query("SELECT ...

错误:Hibernate 6 和 Spring Boot 3 遇到无效的 endian 标志值

作者:Eric Murphy 提问时间:9/20/2022

我在使用 PostGIS 和 Spring Boot 3.0 的 Hibernate Spatial 6 时遇到了一些问题。这个项目我已经拍摄并升级到 SB 3.0 快照:https://github...

PostgisPG10Dialect 现在是否被 PostgreSQLDialect 取代?

作者:Tim Lammarsch 提问时间:10/23/2022

我在 PostgreSQL 12.1 的 6.1 版中使用 hibernate-spatial 。 根据较旧的指南或这个问题,org.hibernate.spatial.dialect.postgi...

对 XYM 坐标使用 Geometry.reverse() 的结果不正确

作者:wjans 提问时间:11/21/2022

我们将 () 与 () 一起使用,以从 PostGis () 数据库中检索具有测量尺寸的几何图形。jts-coreorg.locationtech.jts:jts-core:jar:1.19.0hib...

Micronaut投影DTO类型转换

作者:JerryThePineapple 提问时间:11/13/2022

给定以下实体模型: @Entity(name = "Accounts") open class AccountEntity( @field:Id @field:GeneratedValue(st...

PostGis 使用ST_GeomFromText时几何无效

作者:JavDevHar 提问时间:1/10/2023

我正在将 Postgis 与 Spring Boot Hibernate JPA 一起使用。 存储库中的代码: @Query(value = "select {h-schema}ref_plz_g...

SpringBoot 3,hibernate-spatial 6,PostGIS::java.lang.ClassNotFoundException:org.hibernate.dialect.PgJdbcHelper

作者:Urman Ratneshwar 提问时间:5/5/2023

我正在尝试将我当前的 Spring Boot 2 应用程序迁移到 3。我正在使用 PostGIS(我没有设置显式方言,因此它使用 org.hibernate.dialect.PostgreSQLDia...

pgr_TSP版本之间的路由结果差异(3.1.2 与 3.2.1)

作者:postgis-user 提问时间:9/23/2023

我一直在使用 pgrouting 库中的 pgr_TSP 函数,我注意到它在 3.1.2 和 3.2.1 版本之间的行为发生了变化。具体来说,似乎在 3.2.1 中,该算法从使用“模拟退火”算法升级为...


共11条 当前第1页