C# Class Lucene.Net.Spatial.Prefix.Tree.QuadPrefixTree.QuadCell

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

Méthodes publiques

Méthode Description
GetSubCell ( IPoint p ) : Cell
QuadCell ( QuadPrefixTree outerInstance, string token ) : Spatial4n.Core.Context
QuadCell ( QuadPrefixTree outerInstance, string token, SpatialRelation shapeRel ) : Spatial4n.Core.Context
Reset ( byte bytes, int off, int len ) : void

Méthodes protégées

Méthode Description
GetSubCells ( ) : ICollection

Private Methods

Méthode Description
MakeShape ( ) : IRectangle
QuadCell ( QuadPrefixTree outerInstance, byte bytes, int off, int len ) : 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

QuadCell() public méthode

public QuadCell ( QuadPrefixTree outerInstance, string token ) : Spatial4n.Core.Context
outerInstance QuadPrefixTree
token string
Résultat Spatial4n.Core.Context

QuadCell() public méthode

public QuadCell ( QuadPrefixTree outerInstance, string token, SpatialRelation shapeRel ) : Spatial4n.Core.Context
outerInstance QuadPrefixTree
token string
shapeRel SpatialRelation
Résultat Spatial4n.Core.Context

Reset() public méthode

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