Search Results for

    Show / Hide Table of Contents

    Class FeatureId

    Inheritance
    object
    FeatureId
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Features
    Assembly: Mapsui.dll
    Syntax
    public static class FeatureId

    Methods

    | Edit this page View Source

    CreateId(int, uint)

    Declaration
    public static long CreateId(int layerId, uint featureId)
    Parameters
    Type Name Description
    int layerId
    uint featureId
    Returns
    Type Description
    long
    | Edit this page View Source

    CreateId<T>(int, T, Func<T, uint>)

    Declaration
    public static long CreateId<T>(int layerId, T key, Func<T, uint> keyCreator)
    Parameters
    Type Name Description
    int layerId
    T key
    Func<T, uint> keyCreator
    Returns
    Type Description
    long
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX