com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsByGeometryParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BuildFootprintsParameters, IBuildFootprintsByGeometryParametersProxy

public interface IBuildFootprintsByGeometryParameters
extends java.io.Serializable

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

Description: 'Provides access to members that control parameters to the build footprints by Geometry operation.' 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 IID79d6fe35_a7f6_4975_84ec_ea08d359864d
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID79d6fe35_a7f6_4975_84ec_ea08d359864d

static final int IID79d6fe35_a7f6_4975_84ec_ea08d359864d
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

setMaximumVertices

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

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

getMaximumVertices

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

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