| Previous release | Next release |
This page contains binary, javadoc and source code archive bundles of
Geotoolkit.org (abridged geotk)
version 3.09, released in March 2010.
As documented in the
"Downloading GeoTk binaries" page, this
download area provides a manual alternative to the automated downloading provided by the
Maven repository. Maven provides fine-grain control,
allowing users to fetch binary and source code on a module-by-module basis. Here, this download
area provides various bundles, grouping many or all modules into a single file, as a convenience
for those who do not wish to use Maven. These bundles are expandable into a single JAR file
using the unpack200 tool.
| |||||||||||||||||||||
API changes
For a list of all public API changes compared to the previous release, see the changes page.
New Features
- [GEOTK-58] - Create a
GridCoverageReaderinterface and implementationImprovements
- [GEOTK-78] -
Envelope.toString()implementations should return the box in WKT format- [GEOTK-79] - "AUTO" CRS authority needs to parse the unit code (since WMS 1.1)
Bug fixes
- [GEOTK-89] -
shearXandshearYcoefficients are interchanged inMetadataHelper.getAffineTransform(RectifiedGrid).