com.esri.arcgis.datasourcesraster
Class IRasterInfo2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterInfoProxy
          extended by com.esri.arcgis.datasourcesraster.IRasterInfo2Proxy
All Implemented Interfaces:
IRasterInfo, IRasterInfo2, java.io.Externalizable, java.io.Serializable

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

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

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.IRasterInfo2
IID, IID28e745a8_0617_4eb0_b8bd_272a945ed117
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterInfo
IID94058b85_acf1_49ba_a2a7_a9ccc6f4c26a
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterInfoProxy
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, setSupportBandSelection
 
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.IRasterInfo
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, setSupportBandSelection
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterInfo2Proxy

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

IRasterInfo2Proxy

public IRasterInfo2Proxy()
Deprecated. 
For internal use only


IRasterInfo2Proxy

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

IRasterInfo2Proxy

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

IRasterInfo2Proxy

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

init

public void init(IRaster pRaster)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initializes from a raster.

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

removeStatsHistograms

public void removeStatsHistograms()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Removes all band statistics and histograms.

Specified by:
removeStatsHistograms in interface IRasterInfo2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLODInfos

public IRasterLODInfos getLODInfos()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The tiling Levels Of Details.

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

setLODInfosByRef

public void setLODInfosByRef(IRasterLODInfos ppLODInfos)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The tiling Levels Of Details.

Specified by:
setLODInfosByRef in interface IRasterInfo2
Parameters:
ppLODInfos - A reference to a com.esri.arcgis.geodatabase.IRasterLODInfos (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 raster colormap.

Specified by:
getColormap in interface IRasterInfo2
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 raster colormap.

Specified by:
setColormapByRef in interface IRasterInfo2
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.

getAttributeTable

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

Specified by:
getAttributeTable in interface IRasterInfo2
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 ppTable)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The raster attribute table.

Specified by:
setAttributeTableByRef in interface IRasterInfo2
Parameters:
ppTable - 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.

getStatistics

public IRasterStatistics getStatistics(int iBand)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The statistics of a given band.

Specified by:
getStatistics in interface IRasterInfo2
Parameters:
iBand - The iBand (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatisticsByRef

public void setStatisticsByRef(int iBand,
                               IRasterStatistics ppStats)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The statistics of a given band.

Specified by:
setStatisticsByRef in interface IRasterInfo2
Parameters:
iBand - The iBand (in)
ppStats - A reference to a com.esri.arcgis.datasourcesraster.IRasterStatistics (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHistogram

public IRasterHistogram getHistogram(int iBand)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The histogram of a given band.

Specified by:
getHistogram in interface IRasterInfo2
Parameters:
iBand - The iBand (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramByRef

public void setHistogramByRef(int iBand,
                              IRasterHistogram ppHistogram)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The histogram of a given band.

Specified by:
setHistogramByRef in interface IRasterInfo2
Parameters:
iBand - The iBand (in)
ppHistogram - A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelResampler

public IPixelResampler getPixelResampler()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The current raster resampler.

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

setPixelResamplerByRef

public void setPixelResamplerByRef(IPixelResampler ppResampler)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The current raster resampler.

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

getMaximumCellSize

public IPnt getMaximumCellSize()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The maximum cell size associated with this raster.

Specified by:
getMaximumCellSize in interface IRasterInfo2
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.

setMaximumCellSize

public void setMaximumCellSize(IPnt ppMaximumCellSize)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The maximum cell size associated with this raster.

Specified by:
setMaximumCellSize in interface IRasterInfo2
Parameters:
ppMaximumCellSize - 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.