The following is a list of license information for jar files used in J/GeoToolkit.
Library | Project URL | License | Version | Source |
gt2-referencing.jar gt2-referencing3D.jar |
www.geotools.org | LGPL 3.0 | 2.2.0 | gt2-2.2.0-src.zip |
2.3.5 | gt2-2.3.5-src.zip | |||
gt-referencing.jar gt-referencing3D.jar gt-api.jar gt-coverage.jar gt-imageio-ext-gdal.jar gt-main.jar gt-metadata.jar |
www.geotools.org | LGPL 3.0 | 2.6.0 | geotools-2.6.0-project.zip |
gt-referencing.jar gt-referencing3D.jar gt-api.jar gt-coverage.jar gt-imageio-ext-gdal.jar gt-main.jar gt-metadata.jar |
www.geotools.org | LGPL 3.0 | 8.0 | geotools-8.0-project.zip |
Patched gt-referencing.jar To allow JHS formula For TransverseMercator |
www.geotools.org | LGPL 3.0 | 8.0 | TransverseMercator.java TransverseMercatorTest.java See NOTE1 |
imageio-ext-customstreams.jar imageio-ext-gdal-bindings.jar imageio-ext-gdalframework.jar imageio-ext-gdalmrsid.jar imageio-ext-geocore.jar imageio-ext-imagereadmt.jar imageio-ext-utilities.jar |
github.com/jai-imageio/jai-imageio-core/ | LGPL 2.1 | 1.0.4 | imageio-ext-1.0.4-sources.zip |
jcommon-1.0.0-rc1.jar | www.jfree.org/jcommon | LGPL 3.0 | 1.0.0-rc1 | jcommon-1.0.0-rc1.zip |
jcommon-xml-1.0.0-rc1.jar | ||||
pixie-0.8.4.jar | sourceforge.net/projects/jfreereport/ | LGPL 3.0 | 0.8.4 | pixie-0.8.4.zip |
jfreereport.jar | www.jfree.org | LGPL 3.0 | 0.8.5-5 | jfreereport-0.8.5-5.zip |
pentaho-reporting-engine-classic-0.8.9-ga.jar jcommon-1.0.12.jar jcommon-serializer-0.2.0.jar libfonts-0.3.4.jar libformula-0.1.15.jar libloader-0.3.7.jar librepository-0.1.5.jar libxml-0.9.11.jar pixie-0.8.10.jar |
reporting.pentaho.org/classic_engine.php | LGPL 3.0 | 0.8.9-ga | pentaho-reporting-engine-classic-0.8.9-ga.zip |
jts.jar | sourceforge.net/projects/jts-topo-suite/ | LGPL 3.0 | 1.7.1 | gt2-2.3.5-src.zip |
swing-worker-1.2.jar | en.wikipedia.org/wiki/SwingWorker | LGPL 2.1 | 1.2 | swing-worker-src-1.2.zip |
Installation Instructions
Java Jar Files
First create a backup copy of the Java jar file provided in the INT distribution. Use the provided source code to build a jar file, and then replace the jar file in the jars directory of your INT distribution.
NOTE1 You should unzip the GeoTools project zip file, replace TransverseMercator.java with the file from this web site, and then add TransverseMercatorTest.java at the directory modules/library/referencing/src/test/java/org/geotools/referencing/operation/transform. You can then do a normal maven build in the directory modules/library/referencing to obtain a new referencing jar file.