com.esri.arcgis.datasourcesraster
Class IRasterXformer2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterXformerProxy
          extended by com.esri.arcgis.datasourcesraster.IRasterXformer2Proxy
All Implemented Interfaces:
IRasterXformer, IRasterXformer2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control raster transformer.' 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 IRasterXformer2Proxy
extends IRasterXformerProxy
implements IRasterXformer2, 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.IRasterXformer2
IID, IID9ddce4e9_d076_4dfc_b157_0924de623897
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterXformer
IID22803c42_60f8_46b6_9b2c_b0a282cd7324
 
Constructor Summary
  IRasterXformer2Proxy()
          Deprecated. For internal use only
  IRasterXformer2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRasterXformer2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterXformer2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterXformer2Proxy(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.  
 IPnt getCellSize()
          Deprecated. The output cell size.
 IEnvelope getExtent()
          Deprecated. The output extent.
 IGeodataXform getGeodataXform()
          Deprecated. The current geodata transform to be applied.
 int getHeight()
          Deprecated. The output height in pixels.
 IPixelReader getPixelReader()
          Deprecated. The current pixel reader for reading source pixels.
 int getWidth()
          Deprecated. The output width in pixels.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCellSize(IPnt ppCellsize)
          Deprecated. The output cell size.
 void setExtent(IEnvelope ppExtent)
          Deprecated. The output extent.
 void setGeodataXformByRef(IGeodataXform ppXform)
          Deprecated. The current geodata transform to be applied.
 void setPixelReaderByRef(IPixelReader ppReader)
          Deprecated. The current pixel reader for reading source pixels.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterXformerProxy
getApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, update
 
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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterXformer
getApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, update
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterXformer2Proxy

public IRasterXformer2Proxy(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

IRasterXformer2Proxy

public IRasterXformer2Proxy()
Deprecated. 
For internal use only


IRasterXformer2Proxy

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

IRasterXformer2Proxy

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

IRasterXformer2Proxy

protected IRasterXformer2Proxy(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 IRasterXformerProxy
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 IRasterXformerProxy
Throws:
java.io.IOException

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The output extent.

Specified by:
getExtent in interface IRasterXformer2
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtent

public void setExtent(IEnvelope ppExtent)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The output extent.

Specified by:
setExtent in interface IRasterXformer2
Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

public int getWidth()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The output width in pixels.

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

getHeight

public int getHeight()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The output height in pixels.

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

getCellSize

public IPnt getCellSize()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The output cell size.

Specified by:
getCellSize in interface IRasterXformer2
Returns:
A reference to a com.esri.arcgis.geodatabase.IPnt
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSize

public void setCellSize(IPnt ppCellsize)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The output cell size.

Specified by:
setCellSize in interface IRasterXformer2
Parameters:
ppCellsize - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodataXform

public IGeodataXform getGeodataXform()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The current geodata transform to be applied.

Specified by:
getGeodataXform in interface IRasterXformer2
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeodataXform
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeodataXformByRef

public void setGeodataXformByRef(IGeodataXform ppXform)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The current geodata transform to be applied.

Specified by:
setGeodataXformByRef in interface IRasterXformer2
Parameters:
ppXform - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelReader

public IPixelReader getPixelReader()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The current pixel reader for reading source pixels.

Specified by:
getPixelReader in interface IRasterXformer2
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IPixelReader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelReaderByRef

public void setPixelReaderByRef(IPixelReader ppReader)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The current pixel reader for reading source pixels.

Specified by:
setPixelReaderByRef in interface IRasterXformer2
Parameters:
ppReader - A reference to a com.esri.arcgis.datasourcesraster.IPixelReader (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.