public interface ISegmentMeanShiftFunctionArguments
extends 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 |
IID4e91d1ed_e61c_4bf9_aad9_0352a8fea4bd |
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.
|
int |
getMinNumPixelsPerSegment()
Segments smaller than this get merged with best fitting neighbor segment.
|
int |
getNumThreadsToUse()
Number of threads to use.
|
java.lang.Object |
getRaster()
The input raster.
|
int |
getSpatialDetail()
The spatial detail.
|
int |
getSpatialRadius()
The radius for mean computation, spatial part.
|
double |
getSpectralDetail()
The spectral detail.
|
double |
getSpectralRadius()
The radius for mean computation, spectral part.
|
boolean |
isBoundariesOnly()
Output segment boundaries only.
|
void |
setAddedFrameWidth(int pAddedFrameWidth)
Width of safety frame added around pixel block, in pixel.
|
void |
setBoundariesOnly(boolean pBoundaries)
Output segment boundaries only.
|
void |
setMinNumPixelsPerSegment(int pMinNumPixelsPerSegment)
Segments smaller than this get merged with best fitting neighbor segment.
|
void |
setNumThreadsToUse(int pNumThreads)
Number of threads to use.
|
void |
setRasterByRef(java.lang.Object ppImage)
The input raster.
|
void |
setSpatialDetail(int pDetail)
The spatial detail.
|
void |
setSpatialRadius(int pRadius)
The radius for mean computation, spatial part.
|
void |
setSpectralDetail(double pDetail)
The spectral detail.
|
void |
setSpectralRadius(double pRadius)
The radius for mean computation, spectral part.
|
static final int IID4e91d1ed_e61c_4bf9_aad9_0352a8fea4bd
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 ppImage) throws java.io.IOException, AutomationException
ppImage
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSpectralRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpectralRadius(double pRadius) throws java.io.IOException, AutomationException
pRadius
- The pRadius (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSpatialRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialRadius(int pRadius) throws java.io.IOException, AutomationException
pRadius
- The pRadius (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSpectralDetail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpectralDetail(double pDetail) throws java.io.IOException, AutomationException
pDetail
- The pDetail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSpatialDetail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialDetail(int pDetail) throws java.io.IOException, AutomationException
pDetail
- The pDetail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinNumPixelsPerSegment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinNumPixelsPerSegment(int pMinNumPixelsPerSegment) throws java.io.IOException, AutomationException
pMinNumPixelsPerSegment
- The pMinNumPixelsPerSegment (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.boolean isBoundariesOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBoundariesOnly(boolean pBoundaries) throws java.io.IOException, AutomationException
pBoundaries
- The pBoundaries (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNumThreadsToUse() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumThreadsToUse(int pNumThreads) throws java.io.IOException, AutomationException
pNumThreads
- The pNumThreads (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.