C# 클래스 Lucene.Net.Spatial.Prefix.Tree.QuadPrefixTree.QuadCell

상속: Cell
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetSubCells ( ) : ICollection

비공개 메소드들

메소드 설명
MakeShape ( ) : IRectangle
QuadCell ( QuadPrefixTree outerInstance, byte bytes, int off, int len ) : Spatial4n.Core.Context

메소드 상세

GetSubCell() 공개 메소드

public GetSubCell ( IPoint p ) : Cell
p IPoint
리턴 Cell

GetSubCells() 보호된 메소드

protected GetSubCells ( ) : ICollection
리턴 ICollection

QuadCell() 공개 메소드

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

QuadCell() 공개 메소드

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

Reset() 공개 메소드

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