com.esri.arcgis.datasourcesraster
Class IRaster2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRaster2Proxy
All Implemented Interfaces:
IRaster2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control a raster.' 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 IRaster2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IRaster2, 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.IRaster2
IID, IID0d668d08_92c1_4999_9a77_490790821969
 
Constructor Summary
  IRaster2Proxy()
          Deprecated. For internal use only
  IRaster2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRaster2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRaster2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRaster2Proxy(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.  
 IRasterCursor createCursorEx(IPnt pBlockSize)
          Deprecated. Creates a cursor with a given pixel block size or native block size.
 ITable getAttributeTable()
          Deprecated. The raster value attribute table.
 IRasterColormap getColormap()
          Deprecated. The colormap.
 IGeodataXform getGeodataXform()
          Deprecated. The geodata transform.
 IGeoTransformationOperationSet getGeoTransformations()
          Deprecated. The set of geographic transformations to be applied.
 java.lang.Object getPixelValue(int iBand, int iColumn, int iRow)
          Deprecated. Gets the pixel value for a given band at a given column and row.
 IRasterDataset getRasterDataset()
          Deprecated. The parent raster dataset.
 IRasterXformer getRasterXformer()
          Deprecated. The raster transformer.
 void mapToPixel(double x, double y, int[] pColumn, int[] pRow)
          Deprecated. Converts a location (x, y) in map space into pixel space.
 void pixelToMap(int iColumn, int iRow, double[] pX, double[] pY)
          Deprecated. Converts a location (column, row) in pixel space into map space.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAttributeTableByRef(ITable ppVAT)
          Deprecated. The raster value attribute table.
 void setColormapByRef(IRasterColormap ppColormap)
          Deprecated. The colormap.
 void setGeodataXform(IGeodataXform ppXform)
          Deprecated. The geodata transform.
 void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms)
          Deprecated. The set of geographic transformations to be applied.
 double toMapX(int iColumn)
          Deprecated. Maps a pixel column to the x coordinate in map space.
 double toMapY(int iRow)
          Deprecated. Maps a pixel row to the y coordinate in map space.
 int toPixelColumn(double x)
          Deprecated. Maps a x coordinate in map space to the pixel column.
 int toPixelRow(double y)
          Deprecated. Maps a y coordinate in map space to the pixel row.
 
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

IRaster2Proxy

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

IRaster2Proxy

public IRaster2Proxy()
Deprecated. 
For internal use only


IRaster2Proxy

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

IRaster2Proxy

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

IRaster2Proxy

protected IRaster2Proxy(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

getGeodataXform

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

Specified by:
getGeodataXform in interface IRaster2
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.

setGeodataXform

public void setGeodataXform(IGeodataXform ppXform)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The geodata transform.

Specified by:
setGeodataXform in interface IRaster2
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.

setGeoTransformationsByRef

public void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The set of geographic transformations to be applied.

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

getGeoTransformations

public IGeoTransformationOperationSet getGeoTransformations()
                                                     throws java.io.IOException,
                                                            AutomationException
Deprecated. 
The set of geographic transformations to be applied.

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

getAttributeTable

public ITable getAttributeTable()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The raster value attribute table.

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

setAttributeTableByRef

public void setAttributeTableByRef(ITable ppVAT)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The raster value attribute table.

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

getColormap

public IRasterColormap getColormap()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The colormap.

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

setColormapByRef

public void setColormapByRef(IRasterColormap ppColormap)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The colormap.

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

getRasterDataset

public IRasterDataset getRasterDataset()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The parent raster dataset.

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

createCursorEx

public IRasterCursor createCursorEx(IPnt pBlockSize)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Creates a cursor with a given pixel block size or native block size.

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

getRasterXformer

public IRasterXformer getRasterXformer()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The raster transformer.

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

mapToPixel

public void mapToPixel(double x,
                       double y,
                       int[] pColumn,
                       int[] pRow)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Converts a location (x, y) in map space into pixel space.

Specified by:
mapToPixel in interface IRaster2
Parameters:
x - The x (in)
y - The y (in)
pColumn - The pColumn (out: use single element array)
pRow - The pRow (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pixelToMap

public void pixelToMap(int iColumn,
                       int iRow,
                       double[] pX,
                       double[] pY)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Converts a location (column, row) in pixel space into map space.

Specified by:
pixelToMap in interface IRaster2
Parameters:
iColumn - The iColumn (in)
iRow - The iRow (in)
pX - The pX (out: use single element array)
pY - The pY (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toPixelColumn

public int toPixelColumn(double x)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Maps a x coordinate in map space to the pixel column.

Specified by:
toPixelColumn in interface IRaster2
Parameters:
x - The x (in)
Returns:
The pColumn
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toPixelRow

public int toPixelRow(double y)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Maps a y coordinate in map space to the pixel row.

Specified by:
toPixelRow in interface IRaster2
Parameters:
y - The y (in)
Returns:
The pRow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toMapX

public double toMapX(int iColumn)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Maps a pixel column to the x coordinate in map space.

Specified by:
toMapX in interface IRaster2
Parameters:
iColumn - The iColumn (in)
Returns:
The pX
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toMapY

public double toMapY(int iRow)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Maps a pixel row to the y coordinate in map space.

Specified by:
toMapY in interface IRaster2
Parameters:
iRow - The iRow (in)
Returns:
The pY
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelValue

public java.lang.Object getPixelValue(int iBand,
                                      int iColumn,
                                      int iRow)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Gets the pixel value for a given band at a given column and row.

Specified by:
getPixelValue in interface IRaster2
Parameters:
iBand - The iBand (in)
iColumn - The iColumn (in)
iRow - The iRow (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.