|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoveSliversParameters
Provides access to members that control parameters for sliver removal.
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. |
Method Detail |
---|
void setMinPointsForElimination(int pMinPointsForElimination) throws IOException, AutomationException
pMinPointsForElimination
- The pMinPointsForElimination (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMinPointsForElimination() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinArea(double pMinArea) throws IOException, AutomationException
pMinArea
- The pMinArea (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinArea() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinCircularityRatio(double pMinCircularityRatio) throws IOException, AutomationException
pMinCircularityRatio
- The pMinCircularityRatio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinCircularityRatio() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |