|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Inherits Lucene.Net.Spatial.Prefix.Tree.Node.
Public Member Functions | |
| GhCell (String token, GeohashPrefixTree enclosingInstance) | |
| override void | Reset (string newToken) |
| override IList< Node > | GetSubCells () |
| override int | GetSubCellsSize () |
| override Node | GetSubCell (Point p) |
| override Shape | GetShape () |
| override Point | GetCenter () |
Public Member Functions inherited from Lucene.Net.Spatial.Prefix.Tree.Node | |
| SpatialRelation | GetShapeRel () |
| bool | IsLeaf () |
| void | SetLeaf () |
| String | GetTokenString () |
| int | GetLevel () |
| IList< Node > | GetSubCells (Shape shapeFilter) |
| int | CompareTo (Node o) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Additional Inherited Members | |
Static Public Attributes inherited from Lucene.Net.Spatial.Prefix.Tree.Node | |
| static byte | LEAF_BYTE = (byte)'+' |
Protected Member Functions inherited from Lucene.Net.Spatial.Prefix.Tree.Node | |
| Node (SpatialPrefixTree spatialPrefixTree, String token) | |
Protected Attributes inherited from Lucene.Net.Spatial.Prefix.Tree.Node | |
| SpatialRelation | shapeRel |
| readonly SpatialPrefixTree | spatialPrefixTree |
Definition at line 99 of file GeohashPrefixTree.cs.
| Lucene.Net.Spatial.Prefix.Tree.GeohashPrefixTree.GhCell.GhCell | ( | String | token, |
| GeohashPrefixTree | enclosingInstance | ||
| ) |
Definition at line 101 of file GeohashPrefixTree.cs.
|
virtual |
Reimplemented from Lucene.Net.Spatial.Prefix.Tree.Node.
Definition at line 146 of file GeohashPrefixTree.cs.
|
virtual |
Implements Lucene.Net.Spatial.Prefix.Tree.Node.
Definition at line 137 of file GeohashPrefixTree.cs.
|
virtual |
Implements Lucene.Net.Spatial.Prefix.Tree.Node.
Definition at line 130 of file GeohashPrefixTree.cs.
|
virtual |
Implements Lucene.Net.Spatial.Prefix.Tree.Node.
Definition at line 112 of file GeohashPrefixTree.cs.
|
virtual |
Implements Lucene.Net.Spatial.Prefix.Tree.Node.
Definition at line 125 of file GeohashPrefixTree.cs.
|
virtual |
Reimplemented from Lucene.Net.Spatial.Prefix.Tree.Node.
Definition at line 106 of file GeohashPrefixTree.cs.
1.8.3