com.esri.arcgis.datasourcesraster
Interface IRedactionInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRedactionInfoProxy

public interface IRedactionInfo
extends java.io.Serializable

COM Interface 'IRedactionInfo'. 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 IIDdc0cd04e_3b3f_4c74_8461_818c9e4697a9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry getExcludeGeometry()
          getExcludeGeometry
 java.lang.Object getFillColor()
          getFillColor
 int getMethod()
          getMethod
 void setExcludeGeometryByRef(IGeometry ppExcludeGeometry)
          setExcludeGeometryByRef
 void setFillColor(java.lang.Object pvtFillColor)
          setFillColor
 void setMethod(int pMethod)
          setMethod
 

Field Detail

IIDdc0cd04e_3b3f_4c74_8461_818c9e4697a9

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

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.