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

Inheritance: Cell
Mostra file Open project: apache/lucenenet

Public Methods

Method 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

Protected Methods

Method Description
GetSubCells ( ) : ICollection

Private Methods

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

QuadCell() public method

public QuadCell ( QuadPrefixTree outerInstance, string token ) : Spatial4n.Core.Context
outerInstance QuadPrefixTree
token string
return Spatial4n.Core.Context

QuadCell() public method

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

Reset() public method

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