aRTgeometry-getClip {aRT}R Documentation

getClip

Description

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.

Usage

## S4 method for signature 'aRTgeometry':
getClip(object, geometry, as.sp)

Arguments

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?

Author(s)

Pedro Ribeiro de Andrade

See Also

See aRTgeometry-class to the description of this class.


[Package aRT version 1.6-4 Index]