2012年12月26日

用程序把shape文件直接写入oracle数据库——java

摘要: 利用oracle提供的一个工具类可以很方便地把shape文件写入oracle数据库主要是 oracle.spatial.util.SampleShapefileToJGeomFeature 类该类提供了main()方法,直接传递数据库相关信息即可:下面是一个我写的源码示例: 1 import java.io.File; 2 import java.io.FileNotFoundException; 3 import java.sql.Connection; 4 import java.sql.Statement; 5 6 import javax.swing.JFileChoos... 阅读全文

posted @ 2012-12-26 14:45 weldonh 阅读(3565) 评论(2) 推荐(0)

英语

摘要: We will keep an eye on it.that's a good workaround!I've currently no solution for this. 阅读全文

posted @ 2012-12-26 12:44 weldonh 阅读(127) 评论(0) 推荐(0)

导航