public interface ISegmentMeanShiftFunctionArguments2 extends ISegmentMeanShiftFunctionArguments, java.io.Serializable
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 |
IIDb36aab3d_a1fa_48f8_8438_b22d9299e33e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4e91d1ed_e61c_4bf9_aad9_0352a8fea4bd
Modifier and Type | Method and Description |
---|---|
int |
getMaxNumPixelsPerSegment()
Segments larger than this get cut up into squares.
|
void |
setMaxNumPixelsPerSegment(int pMaxNumPixelsPerSegment)
Segments larger than this get cut up into squares.
|
getAddedFrameWidth, getMinNumPixelsPerSegment, getNumThreadsToUse, getRaster, getSpatialDetail, getSpatialRadius, getSpectralDetail, getSpectralRadius, isBoundariesOnly, setAddedFrameWidth, setBoundariesOnly, setMinNumPixelsPerSegment, setNumThreadsToUse, setRasterByRef, setSpatialDetail, setSpatialRadius, setSpectralDetail, setSpectralRadius
static final int IIDb36aab3d_a1fa_48f8_8438_b22d9299e33e
static final int xxDummy
static final java.lang.String IID
int getMaxNumPixelsPerSegment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxNumPixelsPerSegment(int pMaxNumPixelsPerSegment) throws java.io.IOException, AutomationException
pMaxNumPixelsPerSegment
- The pMaxNumPixelsPerSegment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.