Hello Chris
Le 19/12/12 07:40, Mattmann, Chris A (388J) a écrit :
+1, I filed a JIRA for this, and will try and get to it by the end of the
week:
https://issues.apache.org/jira/browse/SIS-68
Thanks, I just posted a comment on it. Basically I propose to separate
"coordinate representation" from "coordinate transformation" tasks. I
think that the getShiftedLat() and getShiftedLon() method belong to the
later category, which I think could be managed from outside of
DirectPosition.
Replace them and integrate what you're doing (which is actively
maintained, and supported) into the Quad Tree :)
Alternatively, they could also be moved for now as package-privated
classes in the QuadTree package. The key point is to avoid duplication
at least in the API, but the implementation under the hood can have more
flexibility. I think it is ok if QuadTree uses internally its own object
specially tuned for its need.
Martin