The code knows .. how to reproject data
Part three on the road to support reprojection as part of the GeoTools
Query API, now that the FeatureType is all straigtened out lets change
the actual information to match.
To Review
The GeoTools API has fallen into a trap where we promissed to reproject
data when asked the correct Query. Problem is none of the
implementations picked up on...
The code knows ... how to handle Query
One of the questions that came up in yesterdays debug hunt was this ...
"what to do when the query does not match the data". Lets see what the code has to say.
We have a couple of options on the table, and actually all of them are
implemented! While this is horrible for client code (they cannot know
what to expect) it is great for us since we will...
The code always knows
Abstract: For the last couple of months the GeoTools community has been
creeping around a problem ... one of quality. I am going to
wade in and do something about it; a code reivew. The catch? It is
probably going to be my own code.
The problem? We have some plugin implementations that do not follow a
coding contact. Normally this is not such a big deal (...