com.esri.arcgis.datasourcesraster
Interface IRemoveSliversParameters2

All Superinterfaces:
IRemoveSliversParameters, java.io.Serializable
All Known Implementing Classes:
BuildBoundaryParameters, IRemoveSliversParameters2Proxy

public interface IRemoveSliversParameters2
extends IRemoveSliversParameters, java.io.Serializable

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

Description: 'Provides access to members that control parameters for sliver removal.' 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 IID6f64a9ea_489a_4075_b5e3_99a56ad4f969
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemoveSliversParameters
IIDcd210b62_ecf0_4429_95af_bddd8b404740
 
Method Summary
 double getMaxSliverArea()
          The maximum allowed area below which a polygon part may be considered a sliver based on MinCircularityRatio.
 void setMaxSliverArea(double pMaxSliverArea)
          The maximum allowed area below which a polygon part may be considered a sliver based on MinCircularityRatio.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveSliversParameters
getMinArea, getMinCircularityRatio, getMinPointsForElimination, setMinArea, setMinCircularityRatio, setMinPointsForElimination
 

Field Detail

IID6f64a9ea_489a_4075_b5e3_99a56ad4f969

static final int IID6f64a9ea_489a_4075_b5e3_99a56ad4f969
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

setMaxSliverArea

void setMaxSliverArea(double pMaxSliverArea)
                      throws java.io.IOException,
                             AutomationException
The maximum allowed area below which a polygon part may be considered a sliver based on MinCircularityRatio.

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

getMaxSliverArea

double getMaxSliverArea()
                        throws java.io.IOException,
                               AutomationException
The maximum allowed area below which a polygon part may be considered a sliver based on MinCircularityRatio.

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