| java.lang.Object org.geotools.caching.spatialindex.rtree.RTree
Inner Class :class NNEntry | |
Inner Class :class NNEntryComparator implements Comparator | |
Inner Class :class ValidateEntry | |
Inner Class :class Data implements IData | |
Method Summary | |
public void | addDeleteNodeCommand(INodeCommand nc) | public void | addReadNodeCommand(INodeCommand nc) | public void | addWriteNodeCommand(INodeCommand nc) | public void | containmentQuery(IShape query, IVisitor v) | public boolean | deleteData(IShape shape, int id) | protected boolean | deleteData_impl(Region mbr, int id) | public void | deleteLeaf(Leaf l) | public void | deleteLeaf(Index node, int leafIndex) | protected void | deleteNode(Node n) | public void | flush() | public PropertySet | getIndexProperties() | public IStatistics | getStatistics() | public void | insertData(byte[] data, IShape shape, int id) | protected void | insertData_impl(byte[] pData, Region mbr, int id) | protected void | insertData_impl(byte[] pData, Region mbr, int id, int level, boolean[] overflowTable) | public void | intersectionQuery(IShape query, IVisitor v) | public boolean | isIndexValid() | public void | nearestNeighborQuery(int k, IShape query, IVisitor v, INearestNeighborComparator nnc) | public void | nearestNeighborQuery(int k, IShape query, IVisitor v) | public void | pointLocationQuery(IShape query, IVisitor v) | public void | queryStrategy(IQueryStrategy qs) | public List | readLeaf(Leaf leaf) | protected Node | readNode(int id) | public String | toString() | protected int | writeNode(Node n) |
m_dimension | int m_dimension(Code) | | |
m_fillFactor | double m_fillFactor(Code) | | |
m_headerID | int m_headerID(Code) | | |
m_indexCapacity | int m_indexCapacity(Code) | | |
m_leafCapacity | int m_leafCapacity(Code) | | |
m_nearMinimumOverlapFactor | int m_nearMinimumOverlapFactor(Code) | | |
m_reinsertFactor | double m_reinsertFactor(Code) | | |
m_splitDistributionFactor | double m_splitDistributionFactor(Code) | | |
m_treeVariant | int m_treeVariant(Code) | | |
deleteData | public boolean deleteData(IShape shape, int id)(Code) | | |
deleteData_impl | protected boolean deleteData_impl(Region mbr, int id)(Code) | | |
deleteLeaf | public void deleteLeaf(Index node, int leafIndex)(Code) | | |
insertData | public void insertData(byte[] data, IShape shape, int id)(Code) | | |
insertData_impl | protected void insertData_impl(byte[] pData, Region mbr, int id)(Code) | | |
insertData_impl | protected void insertData_impl(byte[] pData, Region mbr, int id, int level, boolean[] overflowTable)(Code) | | |
isIndexValid | public boolean isIndexValid()(Code) | | |
|
|