C# Class Lucene.Net.Spatial.Prefix.Tree.GeohashPrefixTree.Factory

Factory for creating GeohashPrefixTree instances with useful defaults
Inheritance: SpatialPrefixTreeFactory
ファイルを表示 Open project: apache/lucenenet Class Usage Examples

Protected Methods

Method Description
GetLevelForDistance ( double degrees ) : int
NewSPT ( ) : SpatialPrefixTree

Method Details

GetLevelForDistance() protected method

protected GetLevelForDistance ( double degrees ) : int
degrees double
return int

NewSPT() protected method

protected NewSPT ( ) : SpatialPrefixTree
return SpatialPrefixTree