Search Results for

    Show / Hide Table of Contents

    Class CrsMapExtensions

    Extensions for getting a CrsMap from a database.

    Inheritance
    object
    CrsMapExtensions
    Namespace: Npgsql.GeoJSON
    Assembly: Npgsql.GeoJSON.dll
    Syntax
    public static class CrsMapExtensions

    Methods

    | Improve this Doc View Source

    GetCrsMap(NpgsqlDataSource)

    Gets the full crs details from the database.

    Declaration
    public static CrsMap GetCrsMap(this NpgsqlDataSource dataSource)
    Parameters
    Type Name Description
    NpgsqlDataSource dataSource
    Returns
    Type Description
    CrsMap
    | Improve this Doc View Source

    GetCrsMapAsync(NpgsqlDataSource)

    Gets the full crs details from the database.

    Declaration
    public static Task<CrsMap> GetCrsMapAsync(this NpgsqlDataSource dataSource)
    Parameters
    Type Name Description
    NpgsqlDataSource dataSource
    Returns
    Type Description
    Task<><CrsMap>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team