public interface IBuildBoundaryParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters for building the boundary of a mosaic dataset.' 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 |
IIDb178f641_6536_4c94_9a99_20974850db45 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getBufferDistanceFactor()
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry.
|
double |
getWeedTolerance()
The tolerance for weeding points.
|
boolean |
isAppendToExistingBoundary()
Indicates whether the computed boundary geometry is merged with existing mosaic boundary.
|
boolean |
isPerformWeeding()
Indicates whether the computed boundary geometry is run through a point-weeding routine.
|
boolean |
isRemoveSlivers()
Indicates whether polygons designated as slivers are removed from the boundary geometry.
|
boolean |
isUpdateBoundary()
Indicates whether the mosaic dataset is updated with the computed boundary geometry.
|
void |
setAppendToExistingBoundary(boolean pbAppendToExistingBoundary)
Indicates whether the computed boundary geometry is merged with existing mosaic boundary.
|
void |
setBufferDistanceFactor(double pBufferDistanceFactor)
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry.
|
void |
setPerformWeeding(boolean pbPerformWeeding)
Indicates whether the computed boundary geometry is run through a point-weeding routine.
|
void |
setRemoveSlivers(boolean pbRemoveSlivers)
Indicates whether polygons designated as slivers are removed from the boundary geometry.
|
void |
setUpdateBoundary(boolean pbUpdateBoundary)
Indicates whether the mosaic dataset is updated with the computed boundary geometry.
|
void |
setWeedTolerance(double pWeedTolerance)
The tolerance for weeding points.
|
static final int IIDb178f641_6536_4c94_9a99_20974850db45
static final int xxDummy
static final java.lang.String IID
void setAppendToExistingBoundary(boolean pbAppendToExistingBoundary) throws java.io.IOException, AutomationException
pbAppendToExistingBoundary
- The pbAppendToExistingBoundary (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAppendToExistingBoundary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPerformWeeding(boolean pbPerformWeeding) throws java.io.IOException, AutomationException
pbPerformWeeding
- The pbPerformWeeding (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isPerformWeeding() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWeedTolerance(double pWeedTolerance) throws java.io.IOException, AutomationException
pWeedTolerance
- The pWeedTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getWeedTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBufferDistanceFactor(double pBufferDistanceFactor) throws java.io.IOException, AutomationException
pBufferDistanceFactor
- The pBufferDistanceFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getBufferDistanceFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRemoveSlivers(boolean pbRemoveSlivers) throws java.io.IOException, AutomationException
pbRemoveSlivers
- The pbRemoveSlivers (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveSlivers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUpdateBoundary(boolean pbUpdateBoundary) throws java.io.IOException, AutomationException
pbUpdateBoundary
- The pbUpdateBoundary (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUpdateBoundary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.