Interface Operation
- All Known Subinterfaces:
SpecifiedBandsOperation
public interface Operation
- Author:
- fdiaz
-
Method Details
-
execute
Buffer execute(org.gvsig.tools.task.SimpleTaskStatus status, Buffer buffer, org.gvsig.tools.dynobject.DynObject parameters) throws BufferOperationException - Parameters:
status-buffer-parameters-- Returns:
- the buffer result of executing the operation
- Throws:
BufferOperationException
-
getFactory
OperationFactory getFactory()- Returns:
- the factory
-