| 1234567891011121314151617181920212223242526272829 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/construct_to_gpkg_output_file_str.R
- \name{construct_to_gpkg_output_file_str}
- \alias{construct_to_gpkg_output_file_str}
- \title{'qgisprocess' funktsiooonides GPKG INPUT/OUTPUT konstrueerimine}
- \usage{
- construct_to_gpkg_output_file_str(conf = conf)
- }
- \arguments{
- \item{conf}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.}
- }
- \value{
- A string "ogr:dbname='\%s/\%s.gpkg' table=\"\%s\" (geometry)".
- }
- \description{
- See funktsioon konstrueerib 'qgisprocess' funktsioonides enamasti INPUT/OUTPUT/OVERLAY parameetri argumentide kasutatava fraasi, mis on vajalik andmebaasiga ühendamisegs.
- }
- \examples{
- \dontrun{
- conf <- ruut::get_config()
- construct_to_gpkg_output_file_str(conf = conf)
- }
- }
- \seealso{
- \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()}}
- }
- \keyword{gpkg}
|