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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID0d668d08_92c1_4999_9a77_490790821969| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IRaster2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IRaster2Proxy()
public IRaster2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRaster2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRaster2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
getGeodataXform in interface IRaster2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeodataXform(IGeodataXform ppXform) throws java.io.IOException, AutomationException
setGeodataXform in interface IRaster2ppXform - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms) throws java.io.IOException, AutomationException
setGeoTransformationsByRef in interface IRaster2ppGeoXforms - A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeoTransformationOperationSet getGeoTransformations() throws java.io.IOException, AutomationException
getGeoTransformations in interface IRaster2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITable getAttributeTable() throws java.io.IOException, AutomationException
getAttributeTable in interface IRaster2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAttributeTableByRef(ITable ppVAT) throws java.io.IOException, AutomationException
setAttributeTableByRef in interface IRaster2ppVAT - A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterColormap getColormap() throws java.io.IOException, AutomationException
getColormap in interface IRaster2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setColormapByRef(IRasterColormap ppColormap) throws java.io.IOException, AutomationException
setColormapByRef in interface IRaster2ppColormap - A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
getRasterDataset in interface IRaster2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterCursor createCursorEx(IPnt pBlockSize) throws java.io.IOException, AutomationException
createCursorEx in interface IRaster2pBlockSize - A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterXformer getRasterXformer() throws java.io.IOException, AutomationException
getRasterXformer in interface IRaster2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void mapToPixel(double x,
double y,
int[] pColumn,
int[] pRow)
throws java.io.IOException,
AutomationException
mapToPixel in interface IRaster2x - The x (in)y - The y (in)pColumn - The pColumn (out: use single element array)pRow - The pRow (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void pixelToMap(int iColumn,
int iRow,
double[] pX,
double[] pY)
throws java.io.IOException,
AutomationException
pixelToMap in interface IRaster2iColumn - The iColumn (in)iRow - The iRow (in)pX - The pX (out: use single element array)pY - The pY (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int toPixelColumn(double x)
throws java.io.IOException,
AutomationException
toPixelColumn in interface IRaster2x - The x (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int toPixelRow(double y)
throws java.io.IOException,
AutomationException
toPixelRow in interface IRaster2y - The y (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double toMapX(int iColumn)
throws java.io.IOException,
AutomationException
toMapX in interface IRaster2iColumn - The iColumn (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double toMapY(int iRow)
throws java.io.IOException,
AutomationException
toMapY in interface IRaster2iRow - The iRow (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getPixelValue(int iBand,
int iColumn,
int iRow)
throws java.io.IOException,
AutomationException
getPixelValue in interface IRaster2iBand - The iBand (in)iColumn - The iColumn (in)iRow - The iRow (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.