public interface IScientificDataCrawler
extends java.io.Serializable
Description: 'Provides access to members that control a scientific data crawler.' 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 |
IID9aaf3c26_7796_4171_bb5a_2844def87e59 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getVariables()
Variables to be selected from the scientific dataset.
|
IPropertySet |
getVariableTypes()
The mapping of variable names to corresponding variable types.
|
void |
setVariablesByRef(IStringArray ppVariables)
Variables to be selected from the scientific dataset.
|
void |
setVariableTypesByRef(IPropertySet ppVariableTypes)
The mapping of variable names to corresponding variable types.
|
static final int IID9aaf3c26_7796_4171_bb5a_2844def87e59
static final int xxDummy
static final java.lang.String IID
IStringArray getVariables() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVariablesByRef(IStringArray ppVariables) throws java.io.IOException, AutomationException
ppVariables
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getVariableTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVariableTypesByRef(IPropertySet ppVariableTypes) throws java.io.IOException, AutomationException
ppVariableTypes
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.