Package org.gvsig.lrs.lib.api
Interface LrsAlgorithm
- All Superinterfaces:
org.gvsig.tools.service.Service
public interface LrsAlgorithm
extends org.gvsig.tools.service.Service
- Author:
- fdiaz
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.gvsig.tools.task.SimpleTaskStatus taskStatus) Executes the algorithmGets algorithm's parameters.voidsetParams(LrsAlgorithmParams params) Sets parametersMethods inherited from interface org.gvsig.tools.service.Service
getManager
-
Method Details
-
getParams
LrsAlgorithmParams getParams()Gets algorithm's parameters.- Returns:
- A DynObject.
-
execute
Executes the algorithm- Throws:
LrsException
-
setParams
Sets parameters- Parameters:
params-- Throws:
IllegalArgumentException
-