| 12345678910111213141516171819202122232425262728293031323334353637 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/copy_polygon_to_db.R
- \name{copy_polygon_to_db}
- \alias{copy_polygon_to_db}
- \title{Polügoni kopeerimine andmebaasi}
- \usage{
- copy_polygon_to_db(
- x = NULL,
- conf = NULL,
- id = "id",
- crs_source = "EPSG:4326",
- crs_target = "EPSG:4326"
- )
- }
- \arguments{
- \item{x}{object of "qgis_result" spatial polygon.}
- \item{conf}{list database configuration.}
- \item{id}{field andmebaasi unikaalne id veerg.}
- \item{crs_source}{CRS source CRS for example 'EPSG:3301' (estonia). Default is 'EPSG:4326'.}
- \item{crs_target}{CRS target CRS for example 'EPSG:4326'. Default is 'EPSG:4326'.}
- }
- \description{
- Funktsioon kopeerib sf polügooni postgis andmebaasi. Andmebaasi parameetri muutmiseks muuda konfiguratsiooni muutujat config <- ruut::get_config().
- }
- \examples{
- ## Not run:
- ##
- ## copy_polygon_to_db()
- ##
- ## End(**Not run**)
- }
- \keyword{polygon}
- \keyword{postgis,}
|