Class GeohashPrefixTree
A SpatialPrefixTree based on Geohashes. Uses GeohashUtils to do all the geohash work.
@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 GeohashPrefixTree : SpatialPrefixTree
Constructors
Name | Description |
---|---|
GeohashPrefixTree(SpatialContext, Int32) |
Properties
Name | Description |
---|---|
MaxLevelsPossible | Any more than this and there's no point (double lat & lon are the same). |
Methods
Name | Description |
---|---|
GetCell(IPoint, Int32) | |
GetCell(Byte[], Int32, Int32) | |
GetCell(String) | |
GetLevelForDistance(Double) |