| 123456789101112131415161718192021222324252627282930313233 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/pk_boundary_box.R
- \name{pk_bbox}
- \alias{pk_bbox}
- \title{Piirkonna piirikast BB}
- \usage{
- pk_bbox(x = NULL, type = 0)
- }
- \arguments{
- \item{x}{object of class 'sf', 'sfc' or 'sfg'.}
- \item{type}{num select value: 1-3. 0: Envelope (Bounding Box), 1: Minimum Oriented Rectangle, 2: Minimum Enclosing Circle, 3: Convex Hull.}
- }
- \value{
- The object with class 'qgis_object'.
- }
- \description{
- Funktsioon leiab etteantud piirkonnale piirikasti (boundary box). Tulemuseks on 'qgis_vector'.
- }
- \examples{
- ## Not run:
- ## class(pk)
- ## > [1] "sf" ...
- ##
- ## pk_bbox(x = pk, type = 1)
- ##
- ## End(**Not run**)
- }
- \seealso{
- \code{\link[qgisprocess:qgis_run_algorithm]{qgisprocess::qgis_run_algorithm()}}, \code{\link[qgisprocess:is_qgis_result]{qgisprocess::qgis_output()}}, \code{\link[=get_config]{get_config()}}
- }
- \keyword{boundarybox}
- \keyword{piirkond,}
|