com.esri.arcgis.geoprocessing.gen
Class GPImporter
java.lang.Object
com.esri.arcgis.geoprocessing.gen.GPImporter
public class GPImporter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tab
public static final String tab
- See Also:
- Constant Field Values
sc
public static final String sc
- See Also:
- Constant Field Values
em
public static final String em
- See Also:
- Constant Field Values
qt
public static final String qt
- See Also:
- Constant Field Values
prefix
public static final String prefix
- See Also:
- Constant Field Values
valsVar
public static final String valsVar
- See Also:
- Constant Field Values
removeChars
public static final char[] removeChars
defaultParamImporter
public static final GPParamImporter defaultParamImporter
paramImporters
public static final HashMap paramImporters
helpStrs
public HashMap helpStrs
gclass
public GenClass gclass
tool
public IGPTool tool
func
public IGPFunction func
toolName
public String toolName
toolboxName
public String toolboxName
toolboxAlias
public String toolboxAlias
GPImporter
public GPImporter(String toolName,
String toolboxName)
throws Exception
- Throws:
Exception
GPImporter
public GPImporter(String toolName,
String toolboxName,
String toolboxPath,
String metadataFileDir)
throws Exception
- Throws:
Exception
GPImporter
public GPImporter(String toolName,
String toolPackageName,
String toolboxName,
String toolboxPath,
String metadataFileDir)
throws Exception
- Throws:
Exception
addParamImporter
public static void addParamImporter(GPParamImporter paramImporter)
start
public void start()
throws Exception
- Throws:
Exception