com.esri.arcgis.datasourcesraster
Interface IRadarCalibrationFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRadarCalibrationFunctionArgumentsProxy, RadarCalibrationFunctionArguments

public interface IRadarCalibrationFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control radiometric calibration for radar imagery.' 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 IID7c3d23e7_0f17_4eaf_a44b_9e7a97352fbd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCalibrationType()
          The type of calibration.
 java.lang.Object getRaster()
          The source raster object.
 void setCalibrationType(int pType)
          The type of calibration.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 

Field Detail

IID7c3d23e7_0f17_4eaf_a44b_9e7a97352fbd

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

setCalibrationType

void setCalibrationType(int pType)
                        throws java.io.IOException,
                               AutomationException
The type of calibration.

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

getCalibrationType

int getCalibrationType()
                       throws java.io.IOException,
                              AutomationException
The type of calibration.

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