internal GeoJsonHandler(PostgresType postgresType, GeoJSONOptions options, CrsMap crsMap) { PostgresType = postgresType; _options = options; _crsMap = crsMap; }
internal GeoJsonHandler(PostgresType postgresType, GeoJSONOptions options, CrsMap crsMap) : base(postgresType) { _options = options; _crsMap = crsMap; }
internal GeoJsonHandler(GeoJSONOptions options, CrsMap crsMap) { _options = options; _crsMap = crsMap; }