Class QuadPrefixTree
A SpatialPrefixTree which uses a quad tree in which an indexed term will be generated for each cell, 'A', 'B', 'C', 'D'.
@lucene.experimental
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Spatial.dll
Syntax
[Serializable]
public class QuadPrefixTree : SpatialPrefixTree
Constructors
Name | Description |
---|---|
QuadPrefixTree(SpatialContext) | |
QuadPrefixTree(SpatialContext, IRectangle, Int32) | |
QuadPrefixTree(SpatialContext, Int32) |
Fields
Name | Description |
---|---|
DEFAULT_MAX_LEVELS | |
MAX_LEVELS_POSSIBLE |
Properties
Name | Description |
---|---|
GridH |
Methods
Name | Description |
---|---|
GetCell(IPoint, Int32) | |
GetCell(Byte[], Int32, Int32) | |
GetCell(String) | |
GetLevelForDistance(Double) | |
PrintInfo(TextWriter) |