com.esri.arcgis.datasourcesraster
Interface ISegmentToIndexFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISegmentToIndexFunctionArgumentsProxy, SegmentToIndexFunctionArguments

public interface ISegmentToIndexFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control SegmentToIndex 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 IIDd24d119c_3e16_4264_988d_ee5725103d7f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAddedFrameWidth()
          Width of safety frame added around pixel block, in pixel.
 java.lang.Object getRaster()
          The source raster object.
 void setAddedFrameWidth(int pAddedFrameWidth)
          Width of safety frame added around pixel block, in pixel.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 

Field Detail

IIDd24d119c_3e16_4264_988d_ee5725103d7f

static final int IIDd24d119c_3e16_4264_988d_ee5725103d7f
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.

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.