com.esri.arcgis.geoanalyst
Interface IMLClassifyFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMLClassifyFunctionArgumentsProxy, MLClassifyFunctionArguments

public interface IMLClassifyFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control ML classification 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID469a6fe2_0bbb_411b_be0c_4bf2ba4d6346
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getRaster()
          The input raster for conversion.
 java.lang.String getSignatureFile()
          The class signature file.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster for conversion.
 void setSignatureFile(java.lang.String pFile)
          The class signature file.
 

Field Detail

IID469a6fe2_0bbb_411b_be0c_4bf2ba4d6346

static final int IID469a6fe2_0bbb_411b_be0c_4bf2ba4d6346
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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input raster for conversion.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The input raster for conversion.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSignatureFile

java.lang.String getSignatureFile()
                                  throws java.io.IOException,
                                         AutomationException
The class signature file.

Returns:
The pFile
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSignatureFile

void setSignatureFile(java.lang.String pFile)
                      throws java.io.IOException,
                             AutomationException
The class signature file.

Parameters:
pFile - The pFile (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.