public interface IRasterizeFeatureClassFunctionArguments2 extends IRasterizeFeatureClassFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control RasterizeFeatureClass function arguments.' 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 |
IID38e45970_9e8b_43da_8b55_12295ff64604 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe20840ea_3a4c_4e87_b623_3d92a4633529
Modifier and Type | Method and Description |
---|---|
int |
getResolveOverlapMethod()
The resolve overlap method.
|
void |
setResolveOverlapMethod(int pResolveMethod)
The resolve overlap method.
|
getClassIndexField, getFeatureClass, getRaster, setClassIndexField, setFeatureClassByRef, setRasterByRef
static final int IID38e45970_9e8b_43da_8b55_12295ff64604
static final int xxDummy
static final java.lang.String IID
int getResolveOverlapMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResolveOverlapMethod(int pResolveMethod) throws java.io.IOException, AutomationException
pResolveMethod
- A com.esri.arcgis.datasourcesraster.esriRasterizeResolveOverlapMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.