com.esri.arcgis.datasourcesraster
Interface IScientificDataCrawler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IScientificDataCrawlerProxy, ScientificDataCrawler

public interface IScientificDataCrawler
extends java.io.Serializable

COM Interface 'IScientificDataCrawler'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9aaf3c26_7796_4171_bb5a_2844def87e59
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID9aaf3c26_7796_4171_bb5a_2844def87e59

static final int IID9aaf3c26_7796_4171_bb5a_2844def87e59
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getVariables

IStringArray getVariables()
                          throws java.io.IOException,
                                 AutomationException
Variables to be selected from the scientific dataset.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariablesByRef

void setVariablesByRef(IStringArray ppVariables)
                       throws java.io.IOException,
                              AutomationException
Variables to be selected from the scientific dataset.

Parameters:
ppVariables - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVariableTypes

IPropertySet getVariableTypes()
                              throws java.io.IOException,
                                     AutomationException
The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariableTypesByRef

void setVariableTypesByRef(IPropertySet ppVariableTypes)
                           throws java.io.IOException,
                                  AutomationException
The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset.

Parameters:
ppVariableTypes - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.