construct_to_gpkg_output_file_str.Rd 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/construct_to_gpkg_output_file_str.R
  3. \name{construct_to_gpkg_output_file_str}
  4. \alias{construct_to_gpkg_output_file_str}
  5. \title{'qgisprocess' funktsiooonides GPKG INPUT/OUTPUT konstrueerimine}
  6. \usage{
  7. construct_to_gpkg_output_file_str(
  8. gpkg_home = "/tmp",
  9. gpkg_file = "test",
  10. gpkg_table = "layer_one"
  11. )
  12. }
  13. \arguments{
  14. \item{gpkg_home}{Kataloog kuhu gpkg failid salvestatakse. Algväärtus "/tmp".}
  15. \item{gpkg_file}{Faili nimi ilma laiendita '*.gpkg'. Laiend lisatakse automaatselt. Algväärtus "/tmp".}
  16. \item{gpkg_table}{Geomeetrilise kihi nimetuse failis. Algväärtus "layer_one".}
  17. }
  18. \value{
  19. A string '"PG:dbname='\%s' host=\%s port=\%d user='\%s' password='\%s' sslmode=\%s"'.
  20. }
  21. \description{
  22. See funktsioon konstrueerib 'qgisprocess' funktsioonides enamasti INPUT/OUTPUT/OVERLAY parameetri argumentide kasutatava fraasi, mis on vajalik andmebaasiga ühendamisegs.
  23. }
  24. \examples{
  25. \dontrun{
  26. construct_to_gpkg_output_file_str()
  27. }
  28. }
  29. \seealso{
  30. \code{\link[=construct_ogr2ogr_PG_connect_str]{construct_ogr2ogr_PG_connect_str()}}, \code{\link[=construct_qgis_output_result_to_beter_format]{construct_qgis_output_result_to_beter_format()}}
  31. }
  32. \keyword{gpkg}