com.esri.arcgis.datasourcesraster
Interface IBuildBoundaryParameters2

All Superinterfaces:
IBuildBoundaryParameters, java.io.Serializable
All Known Implementing Classes:
BuildBoundaryParameters, IBuildBoundaryParameters2Proxy

public interface IBuildBoundaryParameters2
extends IBuildBoundaryParameters, java.io.Serializable

COM Interface 'IBuildBoundaryParameters2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf7251e46_2901_4e68_9d46_51daf31c04bd
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildBoundaryParameters
IIDb178f641_6536_4c94_9a99_20974850db45
 
Method Summary
 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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildBoundaryParameters
getBufferDistanceFactor, getWeedTolerance, isAppendToExistingBoundary, isPerformWeeding, isRemoveSlivers, isUpdateBoundary, setAppendToExistingBoundary, setBufferDistanceFactor, setPerformWeeding, setRemoveSlivers, setUpdateBoundary, setWeedTolerance
 

Field Detail

IIDf7251e46_2901_4e68_9d46_51daf31c04bd

static final int IIDf7251e46_2901_4e68_9d46_51daf31c04bd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getBoundarySimplificationMethod

int getBoundarySimplificationMethod()
                                    throws java.io.IOException,
                                           AutomationException
The simplification method to simplify the geometry of the mosaic dataset boundary

Returns:
A com.esri.arcgis.datasourcesraster.esriGeometrySimplificationMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBoundarySimplificationMethod

void setBoundarySimplificationMethod(int pSimplificationMethod)
                                     throws java.io.IOException,
                                            AutomationException
The simplification method to simplify the geometry of the mosaic dataset boundary

Parameters:
pSimplificationMethod - A com.esri.arcgis.datasourcesraster.esriGeometrySimplificationMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.