com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsParameters

All Superinterfaces:
Serializable
All Known Subinterfaces:
IBuildFootprintsParameters2
All Known Implementing Classes:
BuildFootprintsParameters, IBuildFootprintsParametersProxy

public interface IBuildFootprintsParameters
extends 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 getMethod()
          The method that determines how item footprints are computed.
 void setMethod(int method)
          The method that determines how item footprints are computed.
 

Method Detail

setMethod

void setMethod(int method)
               throws IOException,
                      AutomationException
The method that determines how item footprints are computed.

Product Availability

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

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

getMethod

int getMethod()
              throws IOException,
                     AutomationException
The method that determines how item footprints are computed.

Product Availability

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

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