com.esri.arcgis.datasourcesraster
Interface IRasterResamplingControl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterResamplingControlProxy, MapServerLayer, MapServerRESTLayer, Raster, RenderedRaster

public interface IRasterResamplingControl
extends java.io.Serializable

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

Description: 'Provides access to members that provides raster resampling control.' 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 IIDdfef659c_012d_41ae_965d_5e1ec4841add
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getResamplingHint()
          The raster resampling hint.
 void setResamplingHint(int pHint)
          The raster resampling hint.
 

Field Detail

IIDdfef659c_012d_41ae_965d_5e1ec4841add

static final int IIDdfef659c_012d_41ae_965d_5e1ec4841add
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

getResamplingHint

int getResamplingHint()
                      throws java.io.IOException,
                             AutomationException
The raster resampling hint.

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

setResamplingHint

void setResamplingHint(int pHint)
                       throws java.io.IOException,
                              AutomationException
The raster resampling hint.

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