public interface IPythonRasterBuilder
extends java.io.Serializable
Description: 'Builder 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 |
IID93f13881_dc0d_41a8_b7d2_3e662023c80a |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuilderName()
The builder class name.
|
java.lang.String |
getCrawlerName()
The crawler class name.
|
java.lang.String |
getModulePath()
The python module path.
|
void |
setBuilderName(java.lang.String pBuilderName)
The builder class name.
|
void |
setCrawlerName(java.lang.String pCrawlerName)
The crawler class name.
|
void |
setModulePath(java.lang.String pModulePath)
The python module path.
|
static final int IID93f13881_dc0d_41a8_b7d2_3e662023c80a
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 setBuilderName(java.lang.String pBuilderName)
throws java.io.IOException,
AutomationException
pBuilderName - The pBuilderName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getBuilderName()
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.