欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GeoTools
第15行: | 第15行: | ||
* layers for data abstraction | * layers for data abstraction | ||
* plugins for extendability | * plugins for extendability | ||
− | + | ==Install== | |
+ | 获得源码 http://download.huihoo.com/geotools/ | ||
+ | unzip gt2-2.3.5-src.zip | ||
+ | cd gt2-2.3.5 | ||
+ | mvn install | ||
+ | |||
==Getting Started== | ==Getting Started== | ||
get gt2-2.3.5-bin.zip | get gt2-2.3.5-bin.zip |
2008年2月1日 (五) 01:42的版本
GeoTools is an open source java GIS toolkit.
GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data, for example to implement Geographic Information Systems (GIS). The GeoTools library implements Open Geospatial Consortium (OGC) specifications as they are developed, in close collaboration with the GeoAPI and GeoWidgets projects. Includes two great SLD based renderers, raster access and reprojection. Plugns fo Shapefile, ArcGrid, ArcSDE, Postgis, OracleSpatial, MySQL and many more.
GeoTools2 is developed using the same modular structure as Netbeans and we plan to integrate GeoTools into Netbeans.
uDig is also GeoTools application.
There are two system architecture patterns in use:
- layers for data abstraction
- plugins for extendability
目录 |
Install
获得源码 http://download.huihoo.com/geotools/ unzip gt2-2.3.5-src.zip cd gt2-2.3.5 mvn install
Getting Started
get gt2-2.3.5-bin.zip unzip gt2-2.3.5-bin.zip cd gt2-2.3.5 mvn archetype:create -DgroupId=org.geotools.demo.example -DartifactId=geotools-example creating a geotools-example directory cd geotools-example mvn eclipse:eclipse mvn exec:java -Dexec.mainClass="org.geotools.demo.example.App mvn compile
more details: http://docs.codehaus.org/display/GEOTDOC/03+First+Project