Class GeohashPrefixTreeFactory
Factory for creating GeohashPrefixTree instances with useful defaults
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Spatial.Prefix.Tree
Assembly: Lucene.Net.Spatial.dll
Syntax
public class GeohashPrefixTreeFactory : SpatialPrefixTreeFactory
  Methods
| Improve this Doc View SourceGetLevelForDistance(Double)
Declaration
protected override int GetLevelForDistance(double degrees)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double | degrees | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
| Improve this Doc View SourceNewSPT()
Declaration
protected override SpatialPrefixTree NewSPT()
  Returns
| Type | Description | 
|---|---|
| SpatialPrefixTree |