com.supermap.geoprocessor.modeleroperate
Class GetListForModeler
- java.lang.Object
-
- com.supermap.geoprocessor.modeleroperate.GetListForModeler
-
- All Implemented Interfaces:
- ISchedulerAction
public class GetListForModeler extends java.lang.Object implements ISchedulerAction
Get processlist for the following operations: 1. Get geoprocessor list (SuperMap.GeoProcessor.ProcessList.xml) 2. Get model list (modellist.xml) 3. Group geoprocess list and model list, and return.
-
-
Constructor Summary
Constructors Constructor and Description GetListForModeler()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringdoAction(java.lang.String data, java.util.Map dataMap)Start action.
-
-
-
Method Detail
-
doAction
public java.lang.String doAction(java.lang.String data, java.util.Map dataMap)Start action.- Specified by:
doActionin interfaceISchedulerAction- Parameters:
data- Received client message.dataMap- Extra parameter set- Returns:
- Message from client after process
-
-