public interface IRemoveSliversParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcd210b62_ecf0_4429_95af_bddd8b404740 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDcd210b62_ecf0_4429_95af_bddd8b404740
static final int xxDummy
static final java.lang.String IID
void setMinPointsForElimination(int pMinPointsForElimination) throws java.io.IOException, AutomationException
pMinPointsForElimination
- The pMinPointsForElimination (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinPointsForElimination() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinArea(double pMinArea) throws java.io.IOException, AutomationException
pMinArea
- The pMinArea (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinArea() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinCircularityRatio(double pMinCircularityRatio) throws java.io.IOException, AutomationException
pMinCircularityRatio
- The pMinCircularityRatio (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinCircularityRatio() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.