com.esri.arcgis.datasourcesraster
Interface IRemoveSliversParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRemoveSliversParameters2
All Known Implementing Classes:
BuildBoundaryParameters, IRemoveSliversParameters2Proxy, IRemoveSliversParametersProxy

public interface IRemoveSliversParameters
extends java.io.Serializable

COM Interface 'IRemoveSliversParameters'. 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 IIDcd210b62_ecf0_4429_95af_bddd8b404740
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMinArea()
          The area below which a polygon is considered a sliver.
 double getMinCircularityRatio()
          The circularity value below which a polygon is considered a sliver.
 int getMinPointsForElimination()
          A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests.
 void setMinArea(double pMinArea)
          The area below which a polygon is considered a sliver.
 void setMinCircularityRatio(double pMinCircularityRatio)
          The circularity value below which a polygon is considered a sliver.
 void setMinPointsForElimination(int pMinPointsForElimination)
          A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests.
 

Field Detail

IIDcd210b62_ecf0_4429_95af_bddd8b404740

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

setMinPointsForElimination

void setMinPointsForElimination(int pMinPointsForElimination)
                                throws java.io.IOException,
                                       AutomationException
A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests. A value of zero indicates that polygons are eligible.

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

getMinPointsForElimination

int getMinPointsForElimination()
                               throws java.io.IOException,
                                      AutomationException
A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests. A value of zero indicates that polygons are eligible.

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

setMinArea

void setMinArea(double pMinArea)
                throws java.io.IOException,
                       AutomationException
The area below which a polygon is considered a sliver.

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

getMinArea

double getMinArea()
                  throws java.io.IOException,
                         AutomationException
The area below which a polygon is considered a sliver.

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

setMinCircularityRatio

void setMinCircularityRatio(double pMinCircularityRatio)
                            throws java.io.IOException,
                                   AutomationException
The circularity value below which a polygon is considered a sliver.

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

getMinCircularityRatio

double getMinCircularityRatio()
                              throws java.io.IOException,
                                     AutomationException
The circularity value below which a polygon is considered a sliver.

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