PostGIS
Synopsis
setof anyelement +`*`+ST_FromFlatGeobuf
*(`anyelement
`Table reference
, bytea FlatGeobuf input data`
)`;
Description
Reads FlatGeobuf data (http://flatgeobuf.org). NOTE: PostgreSQL bytea cannot exceed 1GB.
tabletype
reference to a table type.
data
input FlatGeobuf data.
Availability: 3.2.0
ST_FromFlatGeobufToTable |
ST_AsEWKT |