com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IBuildFootprintsParameters2
All Known Implementing Classes:
BuildFootprintsParameters, IBuildFootprintsParameters2Proxy, IBuildFootprintsParametersProxy

public interface IBuildFootprintsParameters
extends java.io.Serializable

COM Interface 'IBuildFootprintsParameters'. 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 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 IID9f80035d_a4e5_4d7e_af00_9bf94ed5c4b2
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID9f80035d_a4e5_4d7e_af00_9bf94ed5c4b2

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

setMethod

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

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

getMethod

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

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