Show / Hide Table of Contents

    Class GeohashPrefixTree.Factory

    Factory for creating GeohashPrefixTree instances with useful defaults

    Inheritance
    System.Object
    SpatialPrefixTreeFactory
    GeohashPrefixTree.Factory
    Inherited Members
    SpatialPrefixTreeFactory.PREFIX_TREE
    SpatialPrefixTreeFactory.MAX_LEVELS
    SpatialPrefixTreeFactory.MAX_DIST_ERR
    SpatialPrefixTreeFactory.m_args
    SpatialPrefixTreeFactory.m_ctx
    SpatialPrefixTreeFactory.m_maxLevels
    SpatialPrefixTreeFactory.MakeSPT(IDictionary<String, String>, SpatialContext)
    SpatialPrefixTreeFactory.Init(IDictionary<String, String>, SpatialContext)
    SpatialPrefixTreeFactory.InitMaxLevels()
    Namespace: Lucene.Net.Spatial.Prefix.Tree
    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
    SpatialPrefixTreeFactory.GetLevelForDistance(Double)
    | Improve this Doc View Source

    NewSPT()

    Declaration
    protected override SpatialPrefixTree NewSPT()
    Returns
    Type Description
    SpatialPrefixTree
    Overrides
    SpatialPrefixTreeFactory.NewSPT()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)