Add examples of GeoAPI implementations in the public domain
Description
Add relatively simple GeoAPI implementations in the public domain. Those implementations shall be wrappers around existing libraries. The intend is to:
Provide a proof of concept that GeoAPI can be used with library having a different design. * Provide a starting point that vendor can use and adapt for their own product, without any legal constraint. * Demonstrate that the GeoAPI complexity can be reduced by merging some interfaces (implement them by the same class). * Provide wrappers useful enough for being workable alternative implementations.
CodeHaus Comment From: desruisseaux - Time: Fri, 9 Mar 2012 05:39:50 -0600 ---------------------
<p>A few classes have their root in the GeoTools project. Actually almost all of them were created before GeoTools 2 inception, except the JTS wrappers which are really GeoTools creation.</p>
Add relatively simple GeoAPI implementations in the public domain. Those implementations shall be wrappers around existing libraries. The intend is to:
Provide a proof of concept that GeoAPI can be used with library having a different design.
* Provide a starting point that vendor can use and adapt for their own product, without any legal constraint.
* Demonstrate that the GeoAPI complexity can be reduced by merging some interfaces (implement them by the same class).
* Provide wrappers useful enough for being workable alternative implementations.
The "simple" demo implementations are provided in the http://www.geoapi.org/geoapi-examples/index.html - geoapi-examples module. Other wrappers will be provided in their own module.