Method MakeSPT
MakeSPT(IDictionary<String, String>, SpatialContext)
The factory is looked up via "prefixTree" in args, expecting "geohash" or "quad".
Declaration
public static SpatialPrefixTree MakeSPT(IDictionary<string, string> args, SpatialContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | args | |
SpatialContext | ctx |
Returns
Type | Description |
---|---|
SpatialPrefixTree |
Remarks
The factory is looked up via "prefixTree" in args, expecting "geohash" or "quad". If its neither of these, then "geohash" is chosen for a geo context, otherwise "quad" is chosen.