- 积分
- 12
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-9-24
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
王老师:
你好,我用你写的java 版本的wcontour-1.6.1.jar版本的api
1、tracingBorders
2、tracingContourLines
3、smoothLines
4、tracingPolygons
生成等值面的时候,发生了自相交的情况:
[size=15.0667px]SELECT
[size=15.0667px]VALUE
[size=15.0667px] ,
[size=15.0667px] st_intersection ( G.shape, x.shape ) AS shape
[size=15.0667px]FROM
[size=15.0667px] "***********" G,
[size=15.0667px] "XZQH" x
[size=15.0667px]WHERE
[size=15.0667px] to_char( G."refTime", 'YYYY-MM-DD HH24:MI:SS' ) || '_' || G."surfaceValue" = '2019-09-25 18:00:00_10000'
[size=15.0667px]> ERROR: lwgeom_intersection: GEOS Error: TopologyException: Input geom 0 is invalid: Self-intersection at or near point 98.861732636590531 18.12727345592743 at 98.861732636590531 18.12727345592743
[size=15.0667px]> 时间: 0.512s
|
|