public interface IRegionPixelCountFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Region Pixel Count raster 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 |
IID18b899d3_c48c_4e83_a45c_f3b087d50334 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxRegionSize()
The maximum region size.
|
int |
getPixelNeighborhood()
The pixel neighborhood, four or eight.
|
java.lang.Object |
getRaster()
The input raster.
|
void |
setMaxRegionSize(int maxRegionSize)
The maximum region size.
|
void |
setPixelNeighborhood(int pPixelNeighborhood)
The pixel neighborhood, four or eight.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IID18b899d3_c48c_4e83_a45c_f3b087d50334
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.int getMaxRegionSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxRegionSize(int maxRegionSize) throws java.io.IOException, AutomationException
maxRegionSize
- The maxRegionSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPixelNeighborhood() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelNeighborhood(int pPixelNeighborhood) throws java.io.IOException, AutomationException
pPixelNeighborhood
- A com.esri.arcgis.datasourcesraster.esriPixelNeighborhood constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.