Interface OperationFactory


public interface OperationFactory
Author:
fdiaz
  • Method Details

    • createParameters

      org.gvsig.tools.dynobject.DynObject createParameters()
      Returns:
      Parameters to create a Operation
    • create

      Operation create()
      Returns:
      a Operation
    • createParametersDefinition

      org.gvsig.tools.dynobject.DynStruct createParametersDefinition()
      Returns:
      Parameters definition to create a Operation
    • getName

      String getName()
      Returns:
      Name
    • getDescription

      String getDescription()
      Returns:
      Description
    • isApplicable

      OperationFactory.Applicable isApplicable(Buffer buffer)
      Parameters:
      buffer -
      Returns:
      if can be applied to the buffer
    • isApplicable

      OperationFactory.Applicable isApplicable(Operation operation)
      Parameters:
      operation -
      Returns:
      if can be applied to the result of the operation in chained fashion