org.apache.lucene.spatial.prefix.tree
Class QuadPrefixTree.Factory
java.lang.Object
org.apache.lucene.spatial.prefix.tree.SpatialPrefixTreeFactory
org.apache.lucene.spatial.prefix.tree.QuadPrefixTree.Factory
- Enclosing class:
- QuadPrefixTree
public static class QuadPrefixTree.Factory
- extends SpatialPrefixTreeFactory
Factory for creating QuadPrefixTree instances with useful defaults
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuadPrefixTree.Factory
public QuadPrefixTree.Factory()
getLevelForDistance
protected int getLevelForDistance(double degrees)
- Description copied from class:
SpatialPrefixTreeFactory
- Calls
SpatialPrefixTree.getLevelForDistance(double).
- Specified by:
getLevelForDistance in class SpatialPrefixTreeFactory
newSPT
protected SpatialPrefixTree newSPT()
- Specified by:
newSPT in class SpatialPrefixTreeFactory
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.