com.esri.arcgis.datasourcesraster
Interface IBuildBoundaryParameters2

All Superinterfaces:
IBuildBoundaryParameters, Serializable
All Known Implementing Classes:
BuildBoundaryParameters

public interface IBuildBoundaryParameters2
extends IBuildBoundaryParameters, Serializable

Provides access to members that control parameters for building the boundary of a mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

getBoundarySimplificationMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setBoundarySimplificationMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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