public interface ISegmentToIndexFunctionArguments
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd24d119c_3e16_4264_988d_ee5725103d7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDd24d119c_3e16_4264_988d_ee5725103d7f
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAddedFrameWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAddedFrameWidth(int pAddedFrameWidth) throws java.io.IOException, AutomationException
pAddedFrameWidth
- The pAddedFrameWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.