Search Results for

    Show / Hide Table of Contents

    Class GeoJSONHandlerFactory

    Inheritance
    Object
    NpgsqlTypeHandlerFactory
    NpgsqlTypeHandlerFactory<GeoJSONObject>
    GeoJSONHandlerFactory
    Inherited Members
    NpgsqlTypeHandlerFactory<GeoJSONObject>.CreateNonGeneric(PostgresType, NpgsqlConnection)
    NpgsqlTypeHandlerFactory<GeoJSONObject>.DefaultValueType
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Npgsql.GeoJSON
    Assembly: Npgsql.GeoJSON.dll
    Syntax
    public sealed class GeoJSONHandlerFactory : NpgsqlTypeHandlerFactory<GeoJSONObject>

    Constructors

    GeoJSONHandlerFactory(GeoJSONOptions)

    Declaration
    public GeoJSONHandlerFactory(GeoJSONOptions options = GeoJSONOptions.None)
    Parameters
    Type Name Description
    GeoJSONOptions options

    Methods

    Create(PostgresType, NpgsqlConnection)

    Declaration
    public override NpgsqlTypeHandler<GeoJSONObject> Create(PostgresType postgresType, NpgsqlConnection conn)
    Parameters
    Type Name Description
    PostgresType postgresType
    NpgsqlConnection conn
    Returns
    Type Description
    NpgsqlTypeHandler<GeoJSONObject>
    Overrides
    Npgsql.TypeHandling.NpgsqlTypeHandlerFactory<GeoJSONObject>.Create(Npgsql.PostgresTypes.PostgresType, Npgsql.NpgsqlConnection)
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team