public interface ITransposeBitsFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Transpose Bits 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 |
IID491417fa_9959_4be9_80af_ca9e7c74bf32 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getConstantFillValue()
Constant Fill Value.
|
java.lang.Object |
getFillRaster()
The fill raster.
|
ILongArray |
getInputBitPositions()
Input Bit Positions.
|
ILongArray |
getOutputBitPositions()
Output Bit Positions.
|
java.lang.Object |
getRaster()
The input raster.
|
boolean |
isConstantFillCheck()
Constant Fill Check.
|
void |
setConstantFillCheck(boolean pConstantFillCheck)
Constant Fill Check.
|
void |
setConstantFillValue(int pConstantFillValue)
Constant Fill Value.
|
void |
setFillRasterByRef(java.lang.Object ppFillRaster)
The fill raster.
|
void |
setInputBitPositionsByRef(ILongArray ppInputBit)
Input Bit Positions.
|
void |
setOutputBitPositionsByRef(ILongArray ppOutputBit)
Output Bit Positions.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IID491417fa_9959_4be9_80af_ca9e7c74bf32
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.ILongArray getInputBitPositions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputBitPositionsByRef(ILongArray ppInputBit) throws java.io.IOException, AutomationException
ppInputBit
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getOutputBitPositions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputBitPositionsByRef(ILongArray ppOutputBit) throws java.io.IOException, AutomationException
ppOutputBit
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isConstantFillCheck() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConstantFillCheck(boolean pConstantFillCheck) throws java.io.IOException, AutomationException
pConstantFillCheck
- The pConstantFillCheck (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getConstantFillValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConstantFillValue(int pConstantFillValue) throws java.io.IOException, AutomationException
pConstantFillValue
- The pConstantFillValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getFillRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFillRasterByRef(java.lang.Object ppFillRaster) throws java.io.IOException, AutomationException
ppFillRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.