valikud_params.R 2.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ## Arguments
  2. # \code{\link{brocolors}}
  3. ## Mina:
  4. #' @param dir The directory where the shapefiles are located.
  5. #' @param layer str Layer to use.
  6. #' @param schema str A database schema name.
  7. #' @param conf A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.
  8. #' @param x object of class 'sf', 'sfc' or 'sfg'.
  9. #' @param type num select value: 1-3. 0: Envelope (Bounding Box), 1: Minimum Oriented Rectangle, 2: Minimum Enclosing Circle, 3: Convex Hull.
  10. #' @param x object of 'qgis_result' spatial object.
  11. #' @param id A specified feature id will be processed. Unique field database. Default value 'fid'.
  12. #' @param crs_source CRS source CRS for example 'EPSG:3301' (Estonia). Default is 'EPSG:4326'.
  13. #' @param crs_target CRS target CRS for example 'EPSG:4326'. Default is 'EPSG:4326'.
  14. #' @param geometry_type str Force a geometry type for new layer. One of: NONE, GEOMETRY, POINT, LINESTRING, POLYGON, GEOMETRYCOLLECTION, MULTIPOINT, MULTIPOLYGON, or MULTILINESTRING, or PROMOTE_TO_MULTI or CONVERT_TO_LINEAR. Add "25D" for 3D layers.
  15. #' @param ... Passed to processx::run().
  16. #' @param sort If TRUE, will show the largest groups at the top.
  17. #' @param env A list() of environment variables. Defaults to qgis_env().
  18. #' @param path A path to the 'qgis_process' executable. Defaults to qgis_path().
  19. #' @param action An action to take if the 'qgis_process' executable could not be found.
  20. #' @param quiet Use FALSE to display more information about the command, possibly useful for debugging.
  21. #' @param query Use TRUE to refresh the cached value.
  22. #' @param x An object passed to a QGIS processing algorithm
  23. #' @param spec A list() with values for algorithm, name, description, and qgis_type. See qgis_argument_spec() to create a blank spec for testing.
  24. #' @param value The result of as_qgis_argument() after the QGIS processing algorithm has been run.
  25. #' @param algorithm A qualified algorithm name (e.g., "native:filedownloader") or a path to a QGIS model file.
  26. #' @param name, description, qgis_type, available_values, acceptable_values Column values of arguments denoting the argument name, description, and acceptable values.
  27. #' @param arguments The result of qgis_arguments().
  28. #' @param src A data source