public class IRasterBandProxy extends com.esri.arcgis.interop.Dispatch implements IRasterBand, java.io.Serializable
Description: 'Provides access to members that control a raster band object.' 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID31e6c041_ec46_11d1_8d21_0000f8780535| Modifier | Constructor and Description |
|---|---|
|
IRasterBandProxy()
For internal use only
|
|
IRasterBandProxy(java.lang.Object obj) |
protected |
IRasterBandProxy(java.lang.Object obj,
java.lang.String iid) |
|
IRasterBandProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IRasterBandProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
boolean |
canCopy()
Returns true if this dataset can be copied.
|
void |
computeStatsAndHist()
Calculates statistics and histogram if not previously stored.
|
IDataset |
copy(java.lang.String copyName,
IWorkspace copyWorkspace)
Copies this raster band to a new dataset with the specified name.
|
ITable |
getAttributeTable()
The attribute table of this raster band.
|
java.lang.String |
getBandname()
The name of this raster band.
|
IRasterClassNames |
getClassNames()
The class names (titles).
|
IRasterColormap |
getColormap()
The colormap of this raster band.
|
IContrastTable |
getContrastTable()
The contrast look-up table of this band.
|
IRasterHistogram |
getHistogram()
The histogram of this raster band.
|
IRasterDataset |
getRasterDataset()
The RasterDataset associated with this raster band.
|
int |
getRepresentationType()
The suggested representation type.
|
IRasterStatistics |
getStatistics()
The statistics of this raster band.
|
void |
hasColormap(boolean[] b)
Indicates if this band has a colormap.
|
void |
hasStatistics(boolean[] b)
Indicates if this band has statistics.
|
void |
hasTable(boolean[] b)
Indicates if this band has an attribute table.
|
boolean |
isDirectlyOpened()
Indicates if the band was opened directly.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setContrastTable(IContrastTable cont)
The contrast look-up table of this band.
|
void |
setRepresentationType(int pVal)
The suggested representation type.
|
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 IRasterBandProxy(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 IRasterBandProxy()
public IRasterBandProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterBandProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterBandProxy(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 void hasTable(boolean[] b)
throws java.io.IOException,
AutomationException
hasTable in interface IRasterBandb - The b (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void hasStatistics(boolean[] b)
throws java.io.IOException,
AutomationException
hasStatistics in interface IRasterBandb - The b (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void hasColormap(boolean[] b)
throws java.io.IOException,
AutomationException
hasColormap in interface IRasterBandb - The b (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterStatistics getStatistics() throws java.io.IOException, AutomationException
getStatistics in interface IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void computeStatsAndHist()
throws java.io.IOException,
AutomationException
computeStatsAndHist in interface IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterHistogram getHistogram() throws java.io.IOException, AutomationException
getHistogram in interface IRasterBandjava.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 IRasterBandjava.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 IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterClassNames getClassNames() throws java.io.IOException, AutomationException
getClassNames in interface IRasterBandjava.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 IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getRepresentationType()
throws java.io.IOException,
AutomationException
getRepresentationType in interface IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRepresentationType(int pVal)
throws java.io.IOException,
AutomationException
setRepresentationType in interface IRasterBandpVal - A com.esri.arcgis.datasourcesraster.rstRepresentationType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IContrastTable getContrastTable() throws java.io.IOException, AutomationException
getContrastTable in interface IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setContrastTable(IContrastTable cont) throws java.io.IOException, AutomationException
setContrastTable in interface IRasterBandcont - A reference to a com.esri.arcgis.datasourcesraster.IContrastTable (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean canCopy()
throws java.io.IOException,
AutomationException
canCopy in interface IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IDataset copy(java.lang.String copyName, IWorkspace copyWorkspace) throws java.io.IOException, AutomationException
copy in interface IRasterBandcopyName - The copyName (in)copyWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getBandname()
throws java.io.IOException,
AutomationException
getBandname in interface IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isDirectlyOpened()
throws java.io.IOException,
AutomationException
isDirectlyOpened in interface IRasterBandjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.