在上一篇博文《Oracle数据表转换为Shapefile(一)》中详细描述了一种基于Oracle数据表生产Shapefile的技术方法,本文同样以详细图解的方式描述一种更便捷的方法来完成同样的功能。

详细步骤如下

选择连接Oracle数据库方式

Oracle数据表转换为Shapefile(二)

设置连接用户名和密码,测试连接正常即可。

Oracle数据表转换为Shapefile(二)

选择上一步建立的连接,连接至Oracle。

Oracle数据表转换为Shapefile(二)

二 创建Shapefile

选择含有坐标值字段的数据表,创建Shapefile。

Oracle数据表转换为Shapefile(二)

设置X、Y坐标所对应的字段,设置坐标系。

Oracle数据表转换为Shapefile(二)

最终结果如下。

Oracle数据表转换为Shapefile(二)

相关文章:

  • 2021-11-19
  • 2021-06-23
  • 2021-07-26
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
猜你喜欢
  • 2021-08-12
  • 2021-11-17
  • 2021-08-28
  • 2022-12-23
  • 2021-12-24
  • 2021-07-13
  • 2022-12-23
相关资源
相似解决方案