copy_polygon_to_db.Rd 932 B

12345678910111213141516171819202122232425262728293031323334353637
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/copy_polygon_to_db.R
  3. \name{copy_polygon_to_db}
  4. \alias{copy_polygon_to_db}
  5. \title{Polügoni kopeerimine andmebaasi}
  6. \usage{
  7. copy_polygon_to_db(
  8. x = NULL,
  9. conf = NULL,
  10. id = "id",
  11. crs_source = "EPSG:4326",
  12. crs_target = "EPSG:4326"
  13. )
  14. }
  15. \arguments{
  16. \item{x}{object of "qgis_result" spatial polygon.}
  17. \item{conf}{list database configuration.}
  18. \item{id}{field andmebaasi unikaalne id veerg.}
  19. \item{crs_source}{CRS source CRS for example 'EPSG:3301' (estonia). Default is 'EPSG:4326'.}
  20. \item{crs_target}{CRS target CRS for example 'EPSG:4326'. Default is 'EPSG:4326'.}
  21. }
  22. \description{
  23. Funktsioon kopeerib sf polügooni postgis andmebaasi. Andmebaasi parameetri muutmiseks muuda konfiguratsiooni muutujat config <- ruut::get_config().
  24. }
  25. \examples{
  26. ## Not run:
  27. ##
  28. ## copy_polygon_to_db()
  29. ##
  30. ## End(**Not run**)
  31. }
  32. \keyword{polygon}
  33. \keyword{postgis,}