Description: 'Provides access to members that control a raster info 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 =
public class IRasterInfo2Proxy extends IRasterInfoProxy implements IRasterInfo2, 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, IID28e745a8_0617_4eb0_b8bd_272a945ed117IID94058b85_acf1_49ba_a2a7_a9ccc6f4c26a| Modifier | Constructor and Description |
|---|---|
|
IRasterInfo2Proxy()
Deprecated.
For internal use only
|
|
IRasterInfo2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterInfo2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterInfo2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterInfo2Proxy(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.
|
ITable |
getAttributeTable()
Deprecated.
The raster attribute table.
|
IRasterColormap |
getColormap()
Deprecated.
The raster colormap.
|
IRasterHistogram |
getHistogram(int iBand)
Deprecated.
The histogram of a given band.
|
IRasterLODInfos |
getLODInfos()
Deprecated.
The tiling Levels Of Details.
|
IPnt |
getMaximumCellSize()
Deprecated.
The maximum cell size associated with this raster.
|
IPixelResampler |
getPixelResampler()
Deprecated.
The current raster resampler.
|
IRasterStatistics |
getStatistics(int iBand)
Deprecated.
The statistics of a given band.
|
void |
init(IRaster pRaster)
Deprecated.
Initializes from a raster.
|
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 |
removeStatsHistograms()
Deprecated.
Removes all band statistics and histograms.
|
void |
setAttributeTableByRef(ITable ppTable)
Deprecated.
The raster attribute table.
|
void |
setColormapByRef(IRasterColormap ppColormap)
Deprecated.
The raster colormap.
|
void |
setHistogramByRef(int iBand,
IRasterHistogram ppHistogram)
Deprecated.
The histogram of a given band.
|
void |
setLODInfosByRef(IRasterLODInfos ppLODInfos)
Deprecated.
The tiling Levels Of Details.
|
void |
setMaximumCellSize(IPnt ppMaximumCellSize)
Deprecated.
The maximum cell size associated with this raster.
|
void |
setPixelResamplerByRef(IPixelResampler ppResampler)
Deprecated.
The current raster resampler.
|
void |
setStatisticsByRef(int iBand,
IRasterStatistics ppStats)
Deprecated.
The statistics of a given band.
|
getBandCount, getBlockHeight, getBlockWidth, getCellSize, getExtent, getFirstPyramidLevel, getFormat, getGeodataXform, getHeight, getMaximumPyramidLevel, getNativeExtent, getNativeSpatialReference, getNoData, getOrigin, getPixelType, getSpatialReference, getWidth, isResampling, isSupportBandSelection, setBandCount, setBlockHeight, setBlockWidth, setCellSize, setExtent, setFirstPyramidLevel, setFormat, setGeodataXformByRef, setMaximumPyramidLevel, setNativeExtent, setNativeSpatialReferenceByRef, setNoData, setOriginByRef, setPixelType, setResampling, setSupportBandSelectionbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBandCount, getBlockHeight, getBlockWidth, getCellSize, getExtent, getFirstPyramidLevel, getFormat, getGeodataXform, getHeight, getMaximumPyramidLevel, getNativeExtent, getNativeSpatialReference, getNoData, getOrigin, getPixelType, getSpatialReference, getWidth, isResampling, isSupportBandSelection, setBandCount, setBlockHeight, setBlockWidth, setCellSize, setExtent, setFirstPyramidLevel, setFormat, setGeodataXformByRef, setMaximumPyramidLevel, setNativeExtent, setNativeSpatialReferenceByRef, setNoData, setOriginByRef, setPixelType, setResampling, setSupportBandSelectionpublic static final java.lang.Class targetClass
public boolean noncastable
public IRasterInfo2Proxy(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 IRasterInfo2Proxy()
public IRasterInfo2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterInfo2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterInfo2Proxy(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 IRasterInfoProxyiidStr - 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 IRasterInfoProxyiidStr - 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 init(IRaster pRaster) throws java.io.IOException, AutomationException
init in interface IRasterInfo2pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeStatsHistograms()
throws java.io.IOException,
AutomationException
removeStatsHistograms in interface IRasterInfo2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterLODInfos getLODInfos() throws java.io.IOException, AutomationException
getLODInfos in interface IRasterInfo2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLODInfosByRef(IRasterLODInfos ppLODInfos) throws java.io.IOException, AutomationException
setLODInfosByRef in interface IRasterInfo2ppLODInfos - A reference to a com.esri.arcgis.geodatabase.IRasterLODInfos (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 IRasterInfo2java.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 IRasterInfo2ppColormap - 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 ITable getAttributeTable() throws java.io.IOException, AutomationException
getAttributeTable in interface IRasterInfo2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAttributeTableByRef(ITable ppTable) throws java.io.IOException, AutomationException
setAttributeTableByRef in interface IRasterInfo2ppTable - 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 IRasterStatistics getStatistics(int iBand) throws java.io.IOException, AutomationException
getStatistics in interface IRasterInfo2iBand - The iBand (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStatisticsByRef(int iBand,
IRasterStatistics ppStats)
throws java.io.IOException,
AutomationException
setStatisticsByRef in interface IRasterInfo2iBand - The iBand (in)ppStats - A reference to a com.esri.arcgis.datasourcesraster.IRasterStatistics (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterHistogram getHistogram(int iBand) throws java.io.IOException, AutomationException
getHistogram in interface IRasterInfo2iBand - The iBand (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHistogramByRef(int iBand,
IRasterHistogram ppHistogram)
throws java.io.IOException,
AutomationException
setHistogramByRef in interface IRasterInfo2iBand - The iBand (in)ppHistogram - A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPixelResampler getPixelResampler() throws java.io.IOException, AutomationException
getPixelResampler in interface IRasterInfo2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPixelResamplerByRef(IPixelResampler ppResampler) throws java.io.IOException, AutomationException
setPixelResamplerByRef in interface IRasterInfo2ppResampler - A reference to a com.esri.arcgis.datasourcesraster.IPixelResampler (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPnt getMaximumCellSize() throws java.io.IOException, AutomationException
getMaximumCellSize in interface IRasterInfo2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaximumCellSize(IPnt ppMaximumCellSize) throws java.io.IOException, AutomationException
setMaximumCellSize in interface IRasterInfo2ppMaximumCellSize - 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.