Dependencies¶
uDig makes use of several dependencies (as outlined in the Platform Architecture <platform_architecture> page)
The vast majority of the dependencies in uDig are isolated into a single OSGi plugin (net.refractions.udig.libs). The complete list of dependencies is generated on the fly using an ant script.
GeoTools¶
Spatial library providing referencing and spatial format support including rendering.
Documentation:
- http://geotools.org
- http://docs.geotools.org/latest/userguide/
- http://docs.geotools.org/latest/developers/
uDig master uses the latest GeoTools SNAPSHOT:
uDig 1.1 uses GeoTools 2.2:
JTS Topology Suite¶
Provides the implementation of Geometry.
Documentation:
Related:
- http://www.vividsolutions.com/jcs/ (JTS Comflation Suite is a good source of processing and analysis examples)