File: spTransform.Rd

package info (click to toggle)
r-cran-sp 1%3A2.2-0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,856 kB
  • sloc: ansic: 1,091; sh: 14; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{spTransform}
\alias{spTransform-methods}
\alias{spTransform,Spatial,CRS-method}
\alias{spTransform,Spatial,character-method}
\alias{spTransform,Spatial,ANY-method}
\alias{spTransform}

\title{ spTransform for map projection and datum transformation }
\description{ spTransform for map projection and datum transformation }
\usage{
spTransform(x, CRSobj, ...)
}
\arguments{
\item{x}{ object to be transformed }
\item{CRSobj}{ object of class \link{CRS}, or of class \code{character} in
which case it is converted to \link{CRS}}
\item{...}{further arguments (ignored) }

}
\value{
object with coordinates transformed to the new coordinate reference
system.
}
\note{
Package \code{sf} provides the methods doing actual transformation.
}
\keyword{methods}
\keyword{spatial}