|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemoveSliversParameters
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 |
|---|
static final int IIDcd210b62_ecf0_4429_95af_bddd8b404740
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||