as.aRTgeometry {aRT} | R Documentation |
Converts a Spatial data to the aRT format. It does not convert SpatialPoints
because this class does not have ID,
but it converts SpatialPointsDataFrame
.
## S4 method for signature 'SpatialPointsDataFrame': as.aRTgeometry(object) ## S4 method for signature 'SpatialLines': as.aRTgeometry(object) ## S4 method for signature 'SpatialPolygons': as.aRTgeometry(object)
object |
Object of sp class. |
Pedro Ribeiro de Andrade
getGeometry
to convert the result to sp
again.