public interface IBuildFootprintsParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID9f80035d_a4e5_4d7e_af00_9bf94ed5c4b2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getMethod()
The method that determines how item footprints are computed.
|
void |
setMethod(int method)
The method that determines how item footprints are computed.
|
static final int IID9f80035d_a4e5_4d7e_af00_9bf94ed5c4b2
static final int xxDummy
static final java.lang.String IID
void setMethod(int method) throws java.io.IOException, AutomationException
method
- A com.esri.arcgis.datasourcesraster.esriBuildFootprintsMethods constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.