public interface IBuildSeamlinesParameters5 extends IBuildSeamlinesParameters4, java.io.Serializable
Description: 'Provides access to members that control parameters to the build seamlines operation.' 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 |
IIDa8cd2c5e_9687_4bf4_a573_876e9b4cded0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDad1b41d0_de6a_43ad_994e_6b0611fe3ddc
IID041fae1f_f36b_4540_a699_7d40a9698e1a
IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5
Modifier and Type | Method and Description |
---|---|
int |
getMaximumSliverSize()
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
|
double |
getMinimumCircularity()
The circularity value below which a polygon is considered a sliver.
|
int |
getMinimumRegionSize()
The minimum number of pixels used for computing valid region.
|
void |
setMaximumSliverSize(int pMaxSliverSize)
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
|
void |
setMinimumCircularity(double pMinimumDataValue)
The circularity value below which a polygon is considered a sliver.
|
void |
setMinimumRegionSize(int pMinimumRegionSize)
The minimum number of pixels used for computing valid region.
|
getDirtyArea, isUpdateSeamlines, setDirtyAreaByRef, setUpdateSeamlines
getBlendWidthUnits, setBlendWidthUnits
getBlendType, getBlendWidth, getCellSizes, getMethod, getOrderByBaseValue, getOrderByFieldName, getRequestSize, getRequestSizeType, getSortMethod, getViewpoint, isAscending, setAscending, setBlendType, setBlendWidth, setCellSizesByRef, setMethod, setOrderByBaseValue, setOrderByFieldName, setRequestSize, setRequestSizeType, setSortMethod, setViewpointByRef
getCellSizeClusterTolerance, getCursor, getDifferenceFunctionTemplate, getSeamlineModifier, isModifySeamlines, isUpdateSeamlineOrder, setCellSizeClusterTolerance, setCursorByRef, setDifferenceFunctionTemplateByRef, setModifySeamlines, setSeamlineModifierByRef, setUpdateSeamlineOrder
static final int IIDa8cd2c5e_9687_4bf4_a573_876e9b4cded0
static final int xxDummy
static final java.lang.String IID
void setMinimumRegionSize(int pMinimumRegionSize) throws java.io.IOException, AutomationException
pMinimumRegionSize
- The pMinimumRegionSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinimumRegionSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumCircularity(double pMinimumDataValue) throws java.io.IOException, AutomationException
pMinimumDataValue
- The pMinimumDataValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumCircularity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumSliverSize(int pMaxSliverSize) throws java.io.IOException, AutomationException
pMaxSliverSize
- The pMaxSliverSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaximumSliverSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.