com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsParameters2

All Superinterfaces:
IBuildFootprintsParameters, Serializable
All Known Implementing Classes:
BuildFootprintsParameters

public interface IBuildFootprintsParameters2
extends IBuildFootprintsParameters, Serializable

Provides access to members that control parameters to the build footprints operation.

Product Availability

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


Method Summary
 int getFootprintSimplificationMethod()
          The method that determines how footprint geometry is simplified.
 void setFootprintSimplificationMethod(int pSimplificationMethod)
          The method that determines how footprint geometry is simplified.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildFootprintsParameters
getMethod, setMethod
 

Method Detail

setFootprintSimplificationMethod

void setFootprintSimplificationMethod(int pSimplificationMethod)
                                      throws IOException,
                                             AutomationException
The method that determines how footprint geometry is simplified.

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.

getFootprintSimplificationMethod

int getFootprintSimplificationMethod()
                                     throws IOException,
                                            AutomationException
The method that determines how footprint geometry is simplified.

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.