public interface IPythonAdapterFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control python adapter function arguments.' 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 |
IIDc9f2f0eb_f6fe_4816_ba9d_92c10f659d87 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getAttributes()
Attributes of the python class.
|
java.lang.String |
getClassName()
The name of the python class that implements the raster function.
|
java.lang.Object |
getParameterInfo()
Input parameters required by the python raster function.
|
java.lang.String |
getPythonModule()
The python module file path.
|
void |
setClassName(java.lang.String pClassName)
The name of the python class that implements the raster function.
|
void |
setPythonModule(java.lang.String pModule)
The python module file path.
|
static final int IIDc9f2f0eb_f6fe_4816_ba9d_92c10f659d87
static final int xxDummy
static final java.lang.String IID
java.lang.String getPythonModule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPythonModule(java.lang.String pModule) throws java.io.IOException, AutomationException
pModule
- The pModule (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassName(java.lang.String pClassName) throws java.io.IOException, AutomationException
pClassName
- The pClassName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getParameterInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getAttributes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.