aRTlayer-getOperation {aRT} | R Documentation |
Returns some spatial operation that is not stored in the layer. It returns the result of this operation over each element.
## S4 method for signature 'aRTlayer': getOperation(object, operation, distance)
object |
Object of class aRTlayer . |
operation |
One of:
|
distance |
The distance, used only with buffer. |
Pedro Ribeiro de Andrade Neto
See aRTlayer-class
to the description of this class.
## Not run: getOperation(layer, "hull") getOperation(layer, "buffer", dist=500) ## End(Not run)