public interface IBuildBoundaryParameters2 extends IBuildBoundaryParameters, 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 |
IIDf7251e46_2901_4e68_9d46_51daf31c04bd |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDb178f641_6536_4c94_9a99_20974850db45
Modifier and Type | Method and Description |
---|---|
int |
getBoundarySimplificationMethod()
The simplification method to simplify the geometry of the mosaic dataset boundary
|
void |
setBoundarySimplificationMethod(int pSimplificationMethod)
The simplification method to simplify the geometry of the mosaic dataset boundary
|
getBufferDistanceFactor, getWeedTolerance, isAppendToExistingBoundary, isPerformWeeding, isRemoveSlivers, isUpdateBoundary, setAppendToExistingBoundary, setBufferDistanceFactor, setPerformWeeding, setRemoveSlivers, setUpdateBoundary, setWeedTolerance
static final int IIDf7251e46_2901_4e68_9d46_51daf31c04bd
static final int xxDummy
static final java.lang.String IID
int getBoundarySimplificationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBoundarySimplificationMethod(int pSimplificationMethod) throws java.io.IOException, AutomationException
pSimplificationMethod
- A com.esri.arcgis.datasourcesraster.esriGeometrySimplificationMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.