com.esri.arcgis.geoanalyst
Interface IMLClassifyFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
MLClassifyFunctionArguments

public interface IMLClassifyFunctionArguments
extends Serializable

Provides access to members that control ML classification function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Object getRaster()
          The input raster for conversion.
 String getSignatureFile()
          The class signature file.
 void setRasterByRef(Object ppRaster)
          The input raster for conversion.
 void setSignatureFile(String pFile)
          The class signature file.
 

Method Detail

getRaster

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRasterByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSignatureFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSignatureFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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