| Previous release | Next release |
This page contains binary, javadoc and source code archive bundles of
Geotoolkit.org (abridged geotk)
version 3.17, released in March 2011.
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.
Improvements
- [GEOTK-2] - CachedAuthorityFactory should use (type,code) keys instead than (code) alone
- [GEOTK-109] - Better support of java.util.Locale during XML marshalling
- [GEOTK-151] - During XML marshalling, InternationalStrings and CodeLists need to be localized according the locale provided by DefaultMetadata.language
Bug fixes
- [GEOTK-74] - Metadata elements defined by ISO 19115-2 shall be in the "gmi" namespace
- [GEOTK-121] - Invalid URL for a codelist value when marshalled in XML
- [GEOTK-122] - Invalid value for the ISO19115 language tag when marshalled in XML
- [GEOTK-144] - A severe error for uom=''null'' does not allow the unmarshalling of a metadata record
- [GEOTK-148] - Wrongs @XmlElement(required = ...) definition for a few attributes
- [GEOTK-152] - In ISO 19139 XML, there is only one LocalizedCharacterString per TextGroup
Tasks completed
- [GEOTK-127] - Upgrate the EPSG database to version 7.6
- [GEOTK-146] - Rename internal JAXB adapters to ISO identifiers, for easier testing
- [GEOTK-147] - Move the various ensureNonNull(...) and ensureFooUnit(...) methods in public static methods in utility classes
- [GEOTK-150] - Replace the 'Catching' interface by calls to [Un]Marshaller.setProperty(...)