public interface IResampleFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control resample 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 |
IIDf6e52e07_4af9_4f64_a204_1b958958a10c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPnt |
getInputCellsize()
The input resampling cellsize.
|
IPnt |
getOutputCellsize()
The output resampling cellsize.
|
java.lang.Object |
getRaster()
The source raster object.
|
int |
getResamplingType()
The resampling type.
|
void |
setInputCellsizeByRef(IPnt ppCellsize)
The input resampling cellsize.
|
void |
setOutputCellsizeByRef(IPnt ppCellsize)
The output resampling cellsize.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setResamplingType(int pResamplingType)
The resampling type.
|
static final int IIDf6e52e07_4af9_4f64_a204_1b958958a10c
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 getResamplingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResamplingType(int pResamplingType) throws java.io.IOException, AutomationException
pResamplingType
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt getInputCellsize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputCellsizeByRef(IPnt ppCellsize) throws java.io.IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt getOutputCellsize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputCellsizeByRef(IPnt ppCellsize) throws java.io.IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.