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

Inheritance: Node
Afficher le fichier Open project: apache/lucenenet

Private Properties

Свойство Type Description
GhCell Spatial4n.Core.Context
GhCell Spatial4n.Core.Context

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetSubCells ( ) : ICollection

Private Methods

Méthode 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 méthode

public GetSubCell ( IPoint p ) : Cell
p IPoint
Résultat Cell

GetSubCells() protected méthode

protected GetSubCells ( ) : ICollection
Résultat ICollection

Reset() public méthode

public Reset ( byte bytes, int off, int len ) : void
bytes byte
off int
len int
Résultat void