public interface IPythonRasterCrawler
extends java.io.Serializable
Description: 'Crawler for python raster types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID41b3af94_3969_4001_91cc_f04d0a6ace92 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCrawlerName()
The crawler class name.
|
java.lang.String |
getModulePath()
The python module path.
|
void |
setCrawlerName(java.lang.String pCrawlerName)
The crawler class name.
|
void |
setModulePath(java.lang.String pModulePath)
The python module path.
|
static final int IID41b3af94_3969_4001_91cc_f04d0a6ace92
static final int xxDummy
static final java.lang.String IID
void setModulePath(java.lang.String pModulePath) throws java.io.IOException, AutomationException
pModulePath
- The pModulePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getModulePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCrawlerName(java.lang.String pCrawlerName) throws java.io.IOException, AutomationException
pCrawlerName
- The pCrawlerName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCrawlerName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.