com.esri.arcgis.datasourcesraster
Interface IClassifyFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassifyFunctionArguments, IClassifyFunctionArgumentsProxy

public interface IClassifyFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control Classify 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 IIDe5da8515_3acf_4c21_98f8_69a175cd1f41
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAddedFrameWidth()
          Width of safety frame added around pixel block, in pixel.
 IJSONObject getClassifierDefinition()
          The trained classifier definition json object.
 java.lang.String getClassifierDefinitionFile()
          The trained classifier definition file.
 java.lang.Object getRaster()
          The source raster object.
 java.lang.Object getRaster2()
          The second source raster object, optional.
 void setAddedFrameWidth(int pAddedFrameWidth)
          Width of safety frame added around pixel block, in pixel.
 void setClassifierDefinitionByRef(IJSONObject ppJsonObj)
          The trained classifier definition json object.
 void setClassifierDefinitionFile(java.lang.String pFileName)
          The trained classifier definition file.
 void setRaster2ByRef(java.lang.Object ppRaster2)
          The second source raster object, optional.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 

Field Detail

IIDe5da8515_3acf_4c21_98f8_69a175cd1f41

static final int IIDe5da8515_3acf_4c21_98f8_69a175cd1f41
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 source raster object.

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 source raster object.

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.

getClassifierDefinitionFile

java.lang.String getClassifierDefinitionFile()
                                             throws java.io.IOException,
                                                    AutomationException
The trained classifier definition file.

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

setClassifierDefinitionFile

void setClassifierDefinitionFile(java.lang.String pFileName)
                                 throws java.io.IOException,
                                        AutomationException
The trained classifier definition file.

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

getClassifierDefinition

IJSONObject getClassifierDefinition()
                                    throws java.io.IOException,
                                           AutomationException
The trained classifier definition json object.

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

setClassifierDefinitionByRef

void setClassifierDefinitionByRef(IJSONObject ppJsonObj)
                                  throws java.io.IOException,
                                         AutomationException
The trained classifier definition json object.

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

getRaster2

java.lang.Object getRaster2()
                            throws java.io.IOException,
                                   AutomationException
The second source raster object, optional.

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

setRaster2ByRef

void setRaster2ByRef(java.lang.Object ppRaster2)
                     throws java.io.IOException,
                            AutomationException
The second source raster object, optional.

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

getAddedFrameWidth

int getAddedFrameWidth()
                       throws java.io.IOException,
                              AutomationException
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.

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

setAddedFrameWidth

void setAddedFrameWidth(int pAddedFrameWidth)
                        throws java.io.IOException,
                               AutomationException
Width of safety frame added around pixel block, in pixel. Optional. Default is 128.

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