com.esri.arcgis.datasourcesraster
Interface ISegmentMeanShiftFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISegmentMeanShiftFunctionArgumentsProxy, SegmentMeanShiftFunctionArguments

public interface ISegmentMeanShiftFunctionArguments
extends java.io.Serializable

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

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 IID4e91d1ed_e61c_4bf9_aad9_0352a8fea4bd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID4e91d1ed_e61c_4bf9_aad9_0352a8fea4bd

static final int IID4e91d1ed_e61c_4bf9_aad9_0352a8fea4bd
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 input raster. 3 bands (color) or 1 band (greyvalue), 8 bits per band.

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 ppImage)
                    throws java.io.IOException,
                           AutomationException
The input raster. 3 bands (color) or 1 band (greyvalue), 8 bits per band.

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

getSpectralRadius

double getSpectralRadius()
                         throws java.io.IOException,
                                AutomationException
The radius for mean computation, spectral part.

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

setSpectralRadius

void setSpectralRadius(double pRadius)
                       throws java.io.IOException,
                              AutomationException
The radius for mean computation, spectral part.

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

getSpatialRadius

int getSpatialRadius()
                     throws java.io.IOException,
                            AutomationException
The radius for mean computation, spatial part.

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

setSpatialRadius

void setSpatialRadius(int pRadius)
                      throws java.io.IOException,
                             AutomationException
The radius for mean computation, spatial part.

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

getSpectralDetail

double getSpectralDetail()
                         throws java.io.IOException,
                                AutomationException
The spectral detail. Range [1..20]. Radius = 22 - detail.

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

setSpectralDetail

void setSpectralDetail(double pDetail)
                       throws java.io.IOException,
                              AutomationException
The spectral detail. Range [1..20]. Radius = 22 - detail.

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

getSpatialDetail

int getSpatialDetail()
                     throws java.io.IOException,
                            AutomationException
The spatial detail. Range [1..20]. Radius = 22 - detail.

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

setSpatialDetail

void setSpatialDetail(int pDetail)
                      throws java.io.IOException,
                             AutomationException
The spatial detail. Range [1..20]. Radius = 22 - detail.

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

getMinNumPixelsPerSegment

int getMinNumPixelsPerSegment()
                              throws java.io.IOException,
                                     AutomationException
Segments smaller than this get merged with best fitting neighbor segment.

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

setMinNumPixelsPerSegment

void setMinNumPixelsPerSegment(int pMinNumPixelsPerSegment)
                               throws java.io.IOException,
                                      AutomationException
Segments smaller than this get merged with best fitting neighbor segment.

Parameters:
pMinNumPixelsPerSegment - The pMinNumPixelsPerSegment (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.

isBoundariesOnly

boolean isBoundariesOnly()
                         throws java.io.IOException,
                                AutomationException
Output segment boundaries only. All other pixel invalid.

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

setBoundariesOnly

void setBoundariesOnly(boolean pBoundaries)
                       throws java.io.IOException,
                              AutomationException
Output segment boundaries only. All other pixel invalid.

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

getNumThreadsToUse

int getNumThreadsToUse()
                       throws java.io.IOException,
                              AutomationException
Number of threads to use. Optional. Default is 50% of available cores.

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

setNumThreadsToUse

void setNumThreadsToUse(int pNumThreads)
                        throws java.io.IOException,
                               AutomationException
Number of threads to use. Optional. Default is 50% of available cores.

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