Class QuadPrefixTree.Factory
  
  
  
  
    Inheritance
    System.Object
    
    QuadPrefixTree.Factory
   
  
  
  Assembly: Lucene.Net.Spatial.dll
  Syntax
  
    public class Factory : SpatialPrefixTreeFactory
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetLevelForDistance(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 Source
  
  
  NewSPT()
  
  
  Declaration
  
    protected override SpatialPrefixTree NewSPT()
   
  Returns
  
  Overrides