Struct Heuristic
Heuristics used for tree generation
Inherited Members
Namespace: Mapsui.Nts.Providers.Shapefile.Indexing
Assembly: Mapsui.Nts.dll
Syntax
public struct Heuristic
Fields
| Edit this page View SourceMaxdepth
Maximum tree depth
Declaration
public int Maxdepth
Field Value
| Type | Description |
|---|---|
| int |
Minerror
Minimum Error metric – the volume of a box + a unit cube. The unit cube in the metric prevents big boxes that happen to be flat having a zero result and muddling things up.
Declaration
public int Minerror
Field Value
| Type | Description |
|---|---|
| int |
Mintricnt
Minimum object count at node
Declaration
public int Mintricnt
Field Value
| Type | Description |
|---|---|
| int |
Tartricnt
Target object count at node
Declaration
public int Tartricnt
Field Value
| Type | Description |
|---|---|
| int |