aRTlayer-getPoints {aRT} | R Documentation |
Function that returns the points of a layer.
## S4 method for signature 'aRTlayer': getPoints(object, table=NULL, as.sp=TRUE)
object |
Object of class aRTlayer . |
table |
A table name, to be read from the database with the points as a SpatialPointsDataFrame. If NULL , the returned value does not contain any attribute but the ID. |
as.sp |
Return Spatial data or an object of class aRTgeometry |
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade
See aRTlayer-class
to the description of this class.