com.esri.arcgis.datasourcesraster
Interface IColorspaceConversionFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ColorspaceConversionFunctionArguments, IColorspaceConversionFunctionArgumentsProxy

public interface IColorspaceConversionFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control colorspace conversion 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 IID30a52a27_cc15_4185_bff7_58c7b3c99195
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getConversionType()
          The colorspace conversion type.
 java.lang.Object getRaster()
          The source raster object.
 void setConversionType(int pConversionType)
          The colorspace conversion type.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 

Field Detail

IID30a52a27_cc15_4185_bff7_58c7b3c99195

static final int IID30a52a27_cc15_4185_bff7_58c7b3c99195
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 source raster object.

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 source raster object.

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.

getConversionType

int getConversionType()
                      throws java.io.IOException,
                             AutomationException
The colorspace conversion type.

Returns:
A com.esri.arcgis.datasourcesraster.esriColorspaceConversionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConversionType

void setConversionType(int pConversionType)
                       throws java.io.IOException,
                              AutomationException
The colorspace conversion type.

Parameters:
pConversionType - A com.esri.arcgis.datasourcesraster.esriColorspaceConversionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.