• 大小: 0.16M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: Java
  • 标签: java  

资源简介


r-tree的java实现,可直接运行,有直接运行的例子,有问题可询问

资源截图

代码片段和文件信息

//ABL.java
//  
//This library is free software; you can redistribute it and/or
//modify it under the terms of the GNU Lesser General Public
//License as published by the Free Software Foundation; either
//version 2.1 of the License or (at your option) any later version.
//  
//This library is distributed in the hope that it will be useful
//but WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
//Lesser General Public License for more details.
package rtree;
//package rtree;
/**Active Branch List
   This class will consist of the Elements and their MINDIST from the point of query.
   When the array of this object is returned by the ‘nearestSearch‘ method
   kindly type cast ‘Elemen‘t to ‘LeafElement‘ when necessary.
   This library should be considered as an open source library. Formal GNU licensing I will include later.
*/
public class ABL implements Cloneable
{
  /**
     Please type cast it to LeafElemen

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        299  2009-02-17 20:25  Rtree-eclipse\rtree\.classpath

     文件        381  2009-02-17 20:25  Rtree-eclipse\rtree\.project

     文件        634  2009-02-17 20:25  Rtree-eclipse\rtree\.settings\org.eclipse.jdt.core.prefs

     文件       2044  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\ABL.class

     文件        315  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\app.dat

     文件       4071  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\BufferHeader.class

     文件       5148  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\CachedNodes.class

     文件       3249  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\ChangeLog

     文件       1093  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\Element.class

     文件        372  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\ElementNotFoundException.class

     文件       8454  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\FileHdr.class

     文件        442  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\IllegalValueException.class

     文件       1173  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\CompElmtX.class

     文件        863  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\CompRectX.class

     文件       1590  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\ContainedByPred.class

     文件       1533  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\ContainsPred.class

     文件       1504  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\EqualsPred.class

     文件       1428  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\IntersectPred.class

     文件       5363  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\Join.class

     文件        426  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\JoinException.class

     文件       1022  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\MeetPred.class

     文件        812  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\Pair.class

     文件        998  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\PairElmt.class

     文件        592  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\Predicate.class

     文件       2454  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\join\SweepLine.class

     文件       2383  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\LeafElement.class

     文件       1405  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\Logic.txt

     文件      22943  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\Node.class

     文件        354  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\NodeEmptyException.class

     文件        351  2009-02-17 20:25  Rtree-eclipse\rtree\bin\rtree\NodeFullException.class

............此处省略84个文件信息

评论

共有 条评论