public interface IUnitConversionFunctionArguments
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe13d8443_10d2_41e3_9254_b480d5e632dc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDe13d8443_10d2_41e3_9254_b480d5e632dc
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFromUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromUnit(int pUnit) throws java.io.IOException, AutomationException
pUnit
- The pUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getToUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToUnit(int pUnit) throws java.io.IOException, AutomationException
pUnit
- The pUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.