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}
|