% 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 = "fid", crs_source = "EPSG:4326", crs_target = "EPSG:4326" ) } \arguments{ \item{x}{object of "qgis_result" spatial polygon.} \item{conf}{list database configuration. Default get_config()} \item{id}{field andmebaasi unikaalne id veerg. Default 'fid'} \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,}