WriteStratumPolygon | R Documentation |
Writes a StratumPolygon to GeoJSON, StoX_WKT or shapefile.
WriteStratumPolygon(
StratumPolygon,
FileFormat = c("GeoJSON", "StoX_multipolygon_WKT", "StoX_shapefile")
)
StratumPolygon |
The |
FileFormat |
The format of the files to write the StratumPolygon to. |
The actual writing takes place in RstoxFramework. This function only converts the data to appropriate classes interpreted by RstoxFramework.
A WriteStratumPolygonData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.