com.esri.arcgis.datasourcesraster
Interface IContrastBrightnessFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ContrastBrightnessFunctionArguments, IContrastBrightnessFunctionArgumentsProxy

public interface IContrastBrightnessFunctionArguments
extends java.io.Serializable

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

Description: 'Adjusts brightness and contrast of a raster.' 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 IIDc00501c8_3cda_4d36_80c0_0d66634221ce
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getBrightnessOffset()
          The brightness offset.
 double getContrastOffset()
          The contrast offset.
 java.lang.Object getRaster()
          The input raster.
 void setBrightnessOffset(double pBrightnessOffset)
          The brightness offset.
 void setContrastOffset(double pContrastOffset)
          The contrast offset.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster.
 

Field Detail

IIDc00501c8_3cda_4d36_80c0_0d66634221ce

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

setContrastOffset

void setContrastOffset(double pContrastOffset)
                       throws java.io.IOException,
                              AutomationException
The contrast offset.

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

getContrastOffset

double getContrastOffset()
                         throws java.io.IOException,
                                AutomationException
The contrast offset.

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

getBrightnessOffset

double getBrightnessOffset()
                           throws java.io.IOException,
                                  AutomationException
The brightness offset.

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

setBrightnessOffset

void setBrightnessOffset(double pBrightnessOffset)
                         throws java.io.IOException,
                                AutomationException
The brightness offset.

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