Class GeoJSONHandlerFactory
Inheritance
GeoJSONHandlerFactory
Assembly: Npgsql.GeoJSON.dll
Syntax
public sealed class GeoJSONHandlerFactory : NpgsqlTypeHandlerFactory<GeoJSONObject>
Constructors
GeoJSONHandlerFactory(GeoJSONOptions)
Declaration
public GeoJSONHandlerFactory(GeoJSONOptions options = GeoJSONOptions.None)
Parameters
Methods
Create(PostgresType, NpgsqlConnection)
Declaration
public override NpgsqlTypeHandler<GeoJSONObject> Create(PostgresType postgresType, NpgsqlConnection conn)
Parameters
Returns
Overrides
Npgsql.TypeHandling.NpgsqlTypeHandlerFactory<GeoJSONObject>.Create(Npgsql.PostgresTypes.PostgresType, Npgsql.NpgsqlConnection)