org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:4490" from authority "EPSG" found for object of type "EngineeringCRS".
at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.noSuchAuthorityException(CartesianAuthorityFactory.java:137)
at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createEngineeringCRS(CartesianAuthorityFactory.java:129)
at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createCoordinateReferenceSystem(CartesianAuthorityFactory.java:120)
at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:780)
at org.geotools.referencing.factory.FallbackAuthorityFactory.createCoordinateReferenceSystem(FallbackAuthorityFactory.java:625)
at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:780)
at org.geotools.referencing.factory.ThreadedAuthorityF
No code “EPSG:4490“ from authority “EPSG“ found for object of type “EngineeringCRS“.解决方案
最新推荐文章于 2025-02-21 15:23:44 发布
本文介绍了解决在GeoTools中遇到的NoSuchAuthorityCodeException异常的方法,该异常源于尝试使用未定义的坐标系代码EPSG:4490。通过在项目中引入gt-epsg-hsql包,可以成功解析所需的坐标系。

最低0.47元/天 解锁文章
285

被折叠的 条评论
为什么被折叠?



