JTS, Shapefile, Geotools的最小包依赖
2013-11-24 13:54:55| 分类:
Scala
| 标签:
|举报
|字号大中小 订阅
如果仅仅使用geotools获取shapefile中包含的地理几何边界,不需要把geotools中的几十个包都卷进来,经过测试最少需要如下包。
<library name="geotools" systemlibrary="false">
<archive path="F:/share/geotools-10.0-bin/geotools-10.0/gt-api-10.0.jar"/>
<archive path="F:/share/geotools-10.0-bin/geotools-10.0/gt-data-10.0.jar"/>
<archive path="F:/share/geotools-10.0-bin/geotools-10.0/gt-jts-wrapper-10.0.jar"/>
<archive path="F:/share/geotools-10.0-bin/geotools-10.0/gt-main-10.0.jar"/>
<archive path="F:/share/geotools-10.0-bin/geotools-10.0/gt-metadata-10.0.jar"/>
<archive path="F:/share/geotools-10.0-bin/geotools-10.0/gt-opengis-10.0.jar"/>
<archive path="F:/share/geotools-10.0-bin/geotools-10.0/gt-shapefile-10.0.jar"/>
</library>
评论这张
转发至微博
转发至微博
评论