public interface IPixelFilter3
extends java.io.Serializable
Description: 'Provides access to additional members that control a pixel filter.' 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 |
IID0ed41a27_9699_4b09_b3af_7cffd9f57c28 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
synchronize(IRaster pRaster)
Synchronizes this filter when raster properties are changed.
|
static final int IID0ed41a27_9699_4b09_b3af_7cffd9f57c28
static final int xxDummy
static final java.lang.String IID
void synchronize(IRaster pRaster) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.