C# Класс Lucene.Net.Spatial.Prefix.Tree.QuadPrefixTree.QuadCell

Наследование: Cell
Показать файл Открыть проект

Открытые методы

Метод Описание
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