Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.1.0
-
Component/s: metadata, referencing, util
-
Labels:
-
Number of attachments :
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.
The "simple" demo implementations are provided in the geoapi-examples module. Other wrappers will be provided in their own module.
Issue Links
- depends upon
-
GEOT-4017
Asking permission to copy portion of code in the public domain
-
1. |
Add Proj.4 wrappers as an example of GeoAPI implementation | |
|
Martin Desruisseaux |
|
|||||||
2. |
Add NetCDF wrappers as an example of GeoAPI implementation | |
|
Martin Desruisseaux |
|
|||||||
| 3. | Add JTS wrappers as an example of GeoAPI implementation | |
|
Unassigned |
|
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.