public interface IRedactionFunctionArguments
extends java.io.Serializable
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 |
IIDbd564b9b_3c04_4629_aada_e89b46af1eed |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
getExcludeGeometry()
getExcludeGeometry
|
java.lang.Object |
getFillColor()
getFillColor
|
int |
getMethod()
getMethod
|
java.lang.Object |
getRaster()
The input raster.
|
void |
setExcludeGeometryByRef(IGeometry ppExcludeGeometry)
setExcludeGeometryByRef
|
void |
setFillColor(java.lang.Object pvtFillColor)
setFillColor
|
void |
setMethod(int pMethod)
setMethod
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IIDbd564b9b_3c04_4629_aada_e89b46af1eed
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriRasterRedactionMethod 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.void setExcludeGeometryByRef(IGeometry ppExcludeGeometry) throws java.io.IOException, AutomationException
ppExcludeGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getExcludeGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFillColor(java.lang.Object pvtFillColor) throws java.io.IOException, AutomationException
pvtFillColor
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getFillColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.