convPolyToMulti | R Documentation |
Convert a table with a Polygon geometry to a table with a MultiPolygon geometry.
convPolyToMulti(db, dat, schema, dtype)
db |
Database connection to OFPE formatted database. |
dat |
Data of 'sp' object that was imported to the specified schema and table to convert to multipolygon geometry. Must have a column named 'geometry'. |
schema |
Name of the schema with the table to convert geometry in. |
dtype |
The name of the table to convert geometry in. |
Polygon geometry type converted to MultiPolygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.