...
4. Update documentation - before tagging in others so there are working examples
- JG
JG: review javadocs
- JG
NC: gt-opengis filter api update ObjectAID diagram and describe the new class
5. XML Encoding / Decoding
5. XML Encoding / Decoding
...
- ? Update Filter 1.0 bindings
-
WFS POST/GET request Encoding
-
BCD: Ensure OGC Standard supports n-dimensional bounding boxes
-
6. Support Pull request
-
submit pull request
-
AA :review
7. Update and test downstream applications
-
NC: GeoServer patch
- JG: uDig Patch
8.
Support SQL encoding of 3D Bounding Boxes
- split the 3D bbox filter into two. PRE: reduce to a 2D bbox to take advantage of spatial index. POST: Client side check of the Z values
- proof of concepts using jdbc-hsql
- roll out to remaining implementations: jdbc-postgis, jdbc-oracle etc...
79. QA Run to confirm existing datastore implementations do not fail when provided a 3D BBox to test against
- provide
provide a sample test using shapefile
cut and paste the test in for shapefile-ng, wfs and so on
8. Pull request
-
submit pull request
- AA :review
9. Update and test downstream applications
- NC: GeoServer patch
- JG: uDig Patch
JG: sample property file provided, with tests, showed several problems
10. ReferencedEnvelope fails when provided a 3D CRS
JG: GEOT-4325 Introduce factory method ReferencedEnvelope.create
11. FeatureCollection getBounds() implementations fail when provided a 3D CRS
JG: Fix PropertyDataStore so we have a working example
JG: GEOT-4331 Fix OracleDataStore (customer funded)
12. Finish and cleanup
- NC: revise based on integration with downstream applications (usually just javadocs, or the occasional bug report)
...