Show / Hide Table of Contents

    Struct Heuristic

    Heuristics used for tree generation

    Namespace: Mapsui.Desktop.Shapefile.Indexing
    Assembly: Mapsui.Desktop.dll
    Syntax
    public struct Heuristic

    Fields

    | Improve this Doc View Source

    Maxdepth

    Maximum tree depth

    Declaration
    public int Maxdepth
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    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
    System.Int32
    | Improve this Doc View Source

    Mintricnt

    Minimum object count at node

    Declaration
    public int Mintricnt
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Tartricnt

    Target object count at node

    Declaration
    public int Tartricnt
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX