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

Inheritance: Node
Mostra file Open project: apache/lucenenet

Private Properties

Property Type Description
GhCell Spatial4n.Core.Context
GhCell Spatial4n.Core.Context

Public Methods

Method Description
GetSubCell ( IPoint p ) : Cell
Reset ( byte bytes, int off, int len ) : void

Protected Methods

Method Description
GetSubCells ( ) : ICollection

Private Methods

Method Description
GhCell ( GeohashPrefixTree outerInstance, byte bytes, int off, int len ) : Spatial4n.Core.Context
GhCell ( GeohashPrefixTree outerInstance, string token ) : Spatial4n.Core.Context

Method Details

GetSubCell() public method

public GetSubCell ( IPoint p ) : Cell
p IPoint
return Cell

GetSubCells() protected method

protected GetSubCells ( ) : ICollection
return ICollection

Reset() public method

public Reset ( byte bytes, int off, int len ) : void
bytes byte
off int
len int
return void