欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GeoTools
第4行: | 第4行: | ||
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. | 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. | ||
− | |||
[http://docs.codehaus.org/display/GEOT/Using+NetBeans+with+Geotools Using NetBeans with Geotools] | [http://docs.codehaus.org/display/GEOT/Using+NetBeans+with+Geotools Using NetBeans with Geotools] | ||
第11行: | 第10行: | ||
[[uDig]] is also GeoTools application. | [[uDig]] is also GeoTools application. | ||
+ | |||
+ | [[Image:geotools-architecture.gif|thumb|right|Architecture]] | ||
+ | There are two system architecture patterns in use: | ||
+ | * layers for data abstraction | ||
+ | * plugins for extendability | ||
+ | |||
==Screenshots== | ==Screenshots== | ||
[[Image:geotools-01.jpg|thumb|left]] [[Image:geotools-02.jpg|thumb|left]] | [[Image:geotools-01.jpg|thumb|left]] [[Image:geotools-02.jpg|thumb|left]] |
2008年1月9日 (三) 11:28的版本
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