public interface IPixelResampler
extends java.io.Serializable
Description: 'Provides access to members that control a pixel resampler.' 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 |
IID25c98a24_1331_49a0_bcf2_4f5155e1e016 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getWindowSize()
The resampling window size in terms of number of source pixels.
|
boolean |
isDownSampling()
Indicates if this is a down sampling only type of resampler.
|
boolean |
isLinearScaling()
Indicates if only linear scaling is necessary.
|
boolean |
isSupportLinearScaling()
Indicates if this resampler can accept simplified point array for simple linear scaling.
|
void |
resample(int iCol,
int iRow,
int nCols,
int nRows,
_WKSPoint points,
double ulx,
double uly,
double dx,
double dy,
IPixelBlock pSrcPixelBlock,
IPixelBlock pDstPixelBlock)
Resamples an input pixel block into an output pixel block.
|
void |
setLinearScaling(boolean pLinearScaling)
Indicates if only linear scaling is necessary.
|
static final int IID25c98a24_1331_49a0_bcf2_4f5155e1e016
static final int xxDummy
static final java.lang.String IID
boolean isSupportLinearScaling() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isLinearScaling() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLinearScaling(boolean pLinearScaling) throws java.io.IOException, AutomationException
pLinearScaling
- The pLinearScaling (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getWindowSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDownSampling() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void resample(int iCol, int iRow, int nCols, int nRows, _WKSPoint points, double ulx, double uly, double dx, double dy, IPixelBlock pSrcPixelBlock, IPixelBlock pDstPixelBlock) throws java.io.IOException, AutomationException
iCol
- The iCol (in)iRow
- The iRow (in)nCols
- The nCols (in)nRows
- The nRows (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)ulx
- The ulx (in)uly
- The uly (in)dx
- The dx (in)dy
- The dy (in)pSrcPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)pDstPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.