com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsByGeometryParameters

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

public interface IBuildFootprintsByGeometryParameters
extends Serializable

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

Product Availability

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


Method Summary
 int getMaximumVertices()
          The maximum number of vertices in the output footprint.
 void setMaximumVertices(int pMaximumVertices)
          The maximum number of vertices in the output footprint.
 

Method Detail

setMaximumVertices

void setMaximumVertices(int pMaximumVertices)
                        throws IOException,
                               AutomationException
The maximum number of vertices in the output footprint.

Product Availability

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

Parameters:
pMaximumVertices - The pMaximumVertices (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumVertices

int getMaximumVertices()
                       throws IOException,
                              AutomationException
The maximum number of vertices in the output footprint.

Product Availability

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

Returns:
The pMaximumVertices
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.