com.esri.arcgis.datasourcesraster
Class IPixelResamplerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IPixelResamplerProxy
All Implemented Interfaces:
IPixelResampler, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRGB32PixelResamplerProxy, ISimplePixelResamplerProxy

Deprecated. Internal use only. Proxy for COM Interface 'IPixelResampler'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =

public class IPixelResamplerProxy
extends com.esri.arcgis.interop.Dispatch
implements IPixelResampler, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IPixelResampler
IID, IID25c98a24_1331_49a0_bcf2_4f5155e1e016
 
Constructor Summary
  IPixelResamplerProxy()
          Deprecated. For internal use only
  IPixelResamplerProxy(java.lang.Object obj)
          Deprecated.  
protected IPixelResamplerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPixelResamplerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPixelResamplerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getWindowSize()
          Deprecated. The resampling window size in terms of number of source pixels.
 boolean isDownSampling()
          Deprecated. Indicates if this is a down sampling only type of resampler.
 boolean isLinearScaling()
          Deprecated. Indicates if only linear scaling is necessary.
 boolean isSupportLinearScaling()
          Deprecated. Indicates if this resampler can accept simplified point array for simple linear scaling.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void resample(int iCol, int iRow, int nCols, int nRows, _WKSPoint points, double ulx, double uly, double dx, double dy, IPixelBlock pSrcPixelBlock, IPixelBlock pDstPixelBlock)
          Deprecated. Resamples an input pixel block into an output pixel block.
 void setLinearScaling(boolean pLinearScaling)
          Deprecated. Indicates if only linear scaling is necessary.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IPixelResamplerProxy

public IPixelResamplerProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IPixelResamplerProxy

public IPixelResamplerProxy()
Deprecated. 
For internal use only


IPixelResamplerProxy

public IPixelResamplerProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IPixelResamplerProxy

protected IPixelResamplerProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IPixelResamplerProxy

protected IPixelResamplerProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isSupportLinearScaling

public boolean isSupportLinearScaling()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if this resampler can accept simplified point array for simple linear scaling.

Specified by:
isSupportLinearScaling in interface IPixelResampler
Returns:
The pSupportLinearScaling
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLinearScaling

public boolean isLinearScaling()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if only linear scaling is necessary.

Specified by:
isLinearScaling in interface IPixelResampler
Returns:
The pLinearScaling
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearScaling

public void setLinearScaling(boolean pLinearScaling)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if only linear scaling is necessary.

Specified by:
setLinearScaling in interface IPixelResampler
Parameters:
pLinearScaling - The pLinearScaling (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWindowSize

public int getWindowSize()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The resampling window size in terms of number of source pixels.

Specified by:
getWindowSize in interface IPixelResampler
Returns:
The pNumPixels
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDownSampling

public boolean isDownSampling()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if this is a down sampling only type of resampler.

Specified by:
isDownSampling in interface IPixelResampler
Returns:
The pDownSampling
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resample

public 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
Deprecated. 
Resamples an input pixel block into an output pixel block.

Specified by:
resample in interface IPixelResampler
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.