Constructor Cell
Cell(SpatialPrefixTree, String)
Declaration
protected Cell(SpatialPrefixTree outerInstance, string token)
Parameters
Type | Name | Description |
---|---|---|
SpatialPrefixTree | outerInstance | |
System.String | token |
Cell(SpatialPrefixTree, Byte[], Int32, Int32)
Declaration
protected Cell(SpatialPrefixTree outerInstance, byte[] bytes, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
SpatialPrefixTree | outerInstance | |
System.Byte[] | bytes | |
System.Int32 | off | |
System.Int32 | len |