C# 클래스 Lucene.Net.Spatial.Prefix.Tree.GeohashPrefixTree.GhCell

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

Private Properties

프로퍼티 타입 설명
GhCell Spatial4n.Core.Context
GhCell Spatial4n.Core.Context

공개 메소드들

메소드 설명
GetSubCell ( IPoint p ) : Cell
Reset ( byte bytes, int off, int len ) : void

보호된 메소드들

메소드 설명
GetSubCells ( ) : ICollection

비공개 메소드들

메소드 설명
GhCell ( GeohashPrefixTree outerInstance, byte bytes, int off, int len ) : Spatial4n.Core.Context
GhCell ( GeohashPrefixTree outerInstance, string token ) : Spatial4n.Core.Context

메소드 상세

GetSubCell() 공개 메소드

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

GetSubCells() 보호된 메소드

protected GetSubCells ( ) : ICollection
리턴 ICollection

Reset() 공개 메소드

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