com.esri.arcgis.datasourcesraster
Interface ITransposeBitsFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITransposeBitsFunctionArgumentsProxy, TransposeBitsFunctionArguments

public interface ITransposeBitsFunctionArguments
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID491417fa_9959_4be9_80af_ca9e7c74bf32
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID491417fa_9959_4be9_80af_ca9e7c74bf32

static final int IID491417fa_9959_4be9_80af_ca9e7c74bf32
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.

getInputBitPositions

ILongArray getInputBitPositions()
                                throws java.io.IOException,
                                       AutomationException
Input Bit Positions.

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

setInputBitPositionsByRef

void setInputBitPositionsByRef(ILongArray ppInputBit)
                               throws java.io.IOException,
                                      AutomationException
Input Bit Positions.

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

getOutputBitPositions

ILongArray getOutputBitPositions()
                                 throws java.io.IOException,
                                        AutomationException
Output Bit Positions.

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

setOutputBitPositionsByRef

void setOutputBitPositionsByRef(ILongArray ppOutputBit)
                                throws java.io.IOException,
                                       AutomationException
Output Bit Positions.

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

isConstantFillCheck

boolean isConstantFillCheck()
                            throws java.io.IOException,
                                   AutomationException
Constant Fill Check.

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

setConstantFillCheck

void setConstantFillCheck(boolean pConstantFillCheck)
                          throws java.io.IOException,
                                 AutomationException
Constant Fill Check.

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

getConstantFillValue

int getConstantFillValue()
                         throws java.io.IOException,
                                AutomationException
Constant Fill Value.

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

setConstantFillValue

void setConstantFillValue(int pConstantFillValue)
                          throws java.io.IOException,
                                 AutomationException
Constant Fill Value.

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

getFillRaster

java.lang.Object getFillRaster()
                               throws java.io.IOException,
                                      AutomationException
The fill 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.

setFillRasterByRef

void setFillRasterByRef(java.lang.Object ppFillRaster)
                        throws java.io.IOException,
                               AutomationException
The fill raster.

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