public interface IBuildFootprintsParameters2 extends IBuildFootprintsParameters, 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 |
IID74648190_ba1d_499b_97e1_7bad62ae4357 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9f80035d_a4e5_4d7e_af00_9bf94ed5c4b2
Modifier and Type | Method and Description |
---|---|
int |
getFootprintSimplificationMethod()
The method that determines how footprint geometry is simplified.
|
void |
setFootprintSimplificationMethod(int pSimplificationMethod)
The method that determines how footprint geometry is simplified.
|
getMethod, setMethod
static final int IID74648190_ba1d_499b_97e1_7bad62ae4357
static final int xxDummy
static final java.lang.String IID
void setFootprintSimplificationMethod(int pSimplificationMethod) throws java.io.IOException, AutomationException
pSimplificationMethod
- A com.esri.arcgis.datasourcesraster.esriGeometrySimplificationMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFootprintSimplificationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.