|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResampleFunctionArguments
COM Interface 'IResampleFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf6e52e07_4af9_4f64_a204_1b958958a10c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDf6e52e07_4af9_4f64_a204_1b958958a10c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |