aRTgeometry-getClip {aRT} | R Documentation |
Returns a clip of a set of polygons or lines over a given set of polygons. It returns the result of this operation over each element, and maintain the respective IDs.
## S4 method for signature 'aRTgeometry': getClip(object, geometry, as.sp)
object |
Object of class aRTgeometry , containing polygons exclusive or lines. |
geometry |
Object of class aRTgeometry , containing polygons. If you have cells, you have to convert them to polygons. |
as.sp |
Convert the result to a sp object or keep it as a TerraLib object in memory? |
Pedro Ribeiro de Andrade
See aRTgeometry-class
to the description of this class.