com.esri.arcgis.datasourcesraster
Interface IRedactionFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRedactionFunctionArgumentsProxy, RedactionFunctionArguments

public interface IRedactionFunctionArguments
extends java.io.Serializable

COM Interface 'IRedactionFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 IIDbd564b9b_3c04_4629_aada_e89b46af1eed
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDbd564b9b_3c04_4629_aada_e89b46af1eed

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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input raster.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The input raster.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMethod

void setMethod(int pMethod)
               throws java.io.IOException,
                      AutomationException
setMethod

Parameters:
pMethod - A com.esri.arcgis.datasourcesraster.esriRasterRedactionMethod 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
getMethod

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

setExcludeGeometryByRef

void setExcludeGeometryByRef(IGeometry ppExcludeGeometry)
                             throws java.io.IOException,
                                    AutomationException
setExcludeGeometryByRef

Parameters:
ppExcludeGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExcludeGeometry

IGeometry getExcludeGeometry()
                             throws java.io.IOException,
                                    AutomationException
getExcludeGeometry

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFillColor

void setFillColor(java.lang.Object pvtFillColor)
                  throws java.io.IOException,
                         AutomationException
setFillColor

Parameters:
pvtFillColor - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFillColor

java.lang.Object getFillColor()
                              throws java.io.IOException,
                                     AutomationException
getFillColor

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.