pgGetSRID {rpostgis} | R Documentation |
Get SRID(s) from a geometry/geography column in a full table
Description
Get SRID(s) from a geometry/geography column in a full table
Usage
pgGetSRID(conn, name, geom)
Arguments
conn |
A PostgreSQL connection |
name |
A schema/table name |
geom |
a geometry or geography column name |
[Package rpostgis version 1.6.0 Index]