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 |
|
Activity
Martin Desruisseaux
logged work - 29/Aug/11 10:00 AM
-
- Time Spent:
- 3 days
- Initial draft of SimpleCRS, MetadataHandler and related object.
Martin Desruisseaux
logged work - 04/Nov/11 10:00 AM
-
- Time Spent:
- 2 days
- Added parameters implementation, javadoc cleaning.
Martin Desruisseaux
logged work - 08/Jan/12 10:00 AM
-
- Time Spent:
- 2 days
- Added affine transform example and some other classes.
Martin Desruisseaux
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Remaining Estimate | 1 week [ 604800 ] | 4 days [ 345600 ] |
| Time Spent | 3 days [ 259200 ] | |
| Worklog Id | 113552 [ 113552 ] |
Martin Desruisseaux
made changes -
| Remaining Estimate | 4 days [ 345600 ] | 2 days [ 172800 ] |
| Time Spent | 3 days [ 259200 ] | 5 days [ 432000 ] |
| Worklog Id | 113553 [ 113553 ] |
Martin Desruisseaux
made changes -
| Remaining Estimate | 2 days [ 172800 ] | 0 minutes [ 0 ] |
| Time Spent | 5 days [ 432000 ] | 1 week [ 604800 ] |
| Worklog Id | 113554 [ 113554 ] |
Martin Desruisseaux
made changes -
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.