<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Steve,<br><br>I plan to use a KD tree in the house number&nbsp; code. <br>I noticed that the existing Kd-tree implementation in<br>MapPointKdTtree is only usable with MapPoint instances,<br>although it only uses the getLocation() method .<br><br>I think this should be replaced using general interface<br>Locatable() with method getLocation()<br>and and general Kd-Tree implementaion for classes that implement <br>the Locatable interface. <br>The attached patch shows what I mean.<br><br>What do you think about it?<br>Do you see better names or packages for this?<br><br>Gerd<br><br>                                               </div></body>
</html>