com.esri.arcgis.datasourcesraster
Interface IUnitConversionFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUnitConversionFunctionArgumentsProxy, UnitConversionFunctionArguments

public interface IUnitConversionFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control unit conversion raster 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 IIDe13d8443_10d2_41e3_9254_b480d5e632dc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFromUnit()
          The presumed units associated with pixels in the input raster.
 java.lang.Object getRaster()
          The input raster.
 int getToUnit()
          The units associated with pixels in the output raster.
 void setFromUnit(int pUnit)
          The presumed units associated with pixels in the input raster.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster.
 void setToUnit(int pUnit)
          The units associated with pixels in the output raster.
 

Field Detail

IIDe13d8443_10d2_41e3_9254_b480d5e632dc

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

getFromUnit

int getFromUnit()
                throws java.io.IOException,
                       AutomationException
The presumed units associated with pixels in the input raster. The value is the numeric representation of a value from one of these enumerations defined in System: esriUnits, esriAreaUnits, esriSpeedUnits, or esriTemperatureUnits.

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

setFromUnit

void setFromUnit(int pUnit)
                 throws java.io.IOException,
                        AutomationException
The presumed units associated with pixels in the input raster. The value is the numeric representation of a value from one of these enumerations defined in System: esriUnits, esriAreaUnits, esriSpeedUnits, or esriTemperatureUnits.

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

getToUnit

int getToUnit()
              throws java.io.IOException,
                     AutomationException
The units associated with pixels in the output raster. The value is the numeric representation of a value from one of these enumerations defined in System: esriUnits, esriAreaUnits, esriSpeedUnits, or esriTemperatureUnits. Additionally, values for input and ou?G?^??

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

setToUnit

void setToUnit(int pUnit)
               throws java.io.IOException,
                      AutomationException
The units associated with pixels in the output raster. The value is the numeric representation of a value from one of these enumerations defined in System: esriUnits, esriAreaUnits, esriSpeedUnits, or esriTemperatureUnits. Additionally, values for input and ou?G?^??

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