com.esri.arcgis.datasourcesraster
Class IRasterInfoProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IRasterInfo'. Generated 3/19/2015 1:20:52 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 IRasterInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterInfo, 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.IRasterInfo
IID, IID94058b85_acf1_49ba_a2a7_a9ccc6f4c26a
 
Constructor Summary
  IRasterInfoProxy()
          Deprecated. For internal use only
  IRasterInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterInfoProxy(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.  
 int getBandCount()
          Deprecated. The number of bands in the Raster.
 int getBlockHeight()
          Deprecated. The block height in pixels.
 int getBlockWidth()
          Deprecated. The block width in pixels.
 IPnt getCellSize()
          Deprecated. The raster cell size.
 IEnvelope getExtent()
          Deprecated. The raster extent.
 int getFirstPyramidLevel()
          Deprecated. The first pyramid level.
 java.lang.String getFormat()
          Deprecated. The raster format, e.g.
 IGeodataXform getGeodataXform()
          Deprecated. The raster GeoData transform.
 int getHeight()
          Deprecated. The raster height in pixels.
 int getMaximumPyramidLevel()
          Deprecated. The maximum pyramid level.
 IEnvelope getNativeExtent()
          Deprecated. The native raster extent before GeoData transform.
 ISpatialReference getNativeSpatialReference()
          Deprecated. The native raster spatial reference before GeoData transform.
 java.lang.Object getNoData()
          Deprecated. The NoData value used to indicate invalid or excluded data.
 IPoint getOrigin()
          Deprecated. The tiling origin.
 int getPixelType()
          Deprecated. The raster pixel type.
 ISpatialReference getSpatialReference()
          Deprecated. The raster spatial reference.
 int getWidth()
          Deprecated. The raster width in pixels.
 boolean isResampling()
          Deprecated. Indicates if this raster source wants to perform resampling.
 boolean isSupportBandSelection()
          Deprecated. Indicates if this function supports band selection.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBandCount(int pCount)
          Deprecated. The number of bands in the Raster.
 void setBlockHeight(int pHeight)
          Deprecated. The block height in pixels.
 void setBlockWidth(int pWidth)
          Deprecated. The block width in pixels.
 void setCellSize(IPnt ppCellsize)
          Deprecated. The raster cell size.
 void setExtent(IEnvelope ppExtent)
          Deprecated. The raster extent.
 void setFirstPyramidLevel(int pLevel)
          Deprecated. The first pyramid level.
 void setFormat(java.lang.String pFormat)
          Deprecated. The raster format, e.g.
 void setGeodataXformByRef(IGeodataXform ppXf)
          Deprecated. The raster GeoData transform.
 void setMaximumPyramidLevel(int pLevel)
          Deprecated. The maximum pyramid level.
 void setNativeExtent(IEnvelope ppExtent)
          Deprecated. The native raster extent before GeoData transform.
 void setNativeSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          Deprecated. The native raster spatial reference before GeoData transform.
 void setNoData(java.lang.Object pvNoData)
          Deprecated. The NoData value used to indicate invalid or excluded data.
 void setOriginByRef(IPoint ppOrigin)
          Deprecated. The tiling origin.
 void setPixelType(int pPixelType)
          Deprecated. The raster pixel type.
 void setResampling(boolean pResampling)
          Deprecated. Indicates if this raster source wants to perform resampling.
 void setSupportBandSelection(boolean pSupportBandSelection)
          Deprecated. Indicates if this function supports band selection.
 
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

IRasterInfoProxy

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

IRasterInfoProxy

public IRasterInfoProxy()
Deprecated. 
For internal use only


IRasterInfoProxy

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

IRasterInfoProxy

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

IRasterInfoProxy

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

getOrigin

public IPoint getOrigin()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The tiling origin.

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

setOriginByRef

public void setOriginByRef(IPoint ppOrigin)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The tiling origin.

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

getBlockWidth

public int getBlockWidth()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The block width in pixels.

Specified by:
getBlockWidth in interface IRasterInfo
Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlockWidth

public void setBlockWidth(int pWidth)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The block width in pixels.

Specified by:
setBlockWidth in interface IRasterInfo
Parameters:
pWidth - The pWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlockHeight

public int getBlockHeight()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The block height in pixels.

Specified by:
getBlockHeight in interface IRasterInfo
Returns:
The pHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlockHeight

public void setBlockHeight(int pHeight)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The block height in pixels.

Specified by:
setBlockHeight in interface IRasterInfo
Parameters:
pHeight - The pHeight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFirstPyramidLevel

public int getFirstPyramidLevel()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The first pyramid level.

Specified by:
getFirstPyramidLevel in interface IRasterInfo
Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFirstPyramidLevel

public void setFirstPyramidLevel(int pLevel)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The first pyramid level.

Specified by:
setFirstPyramidLevel in interface IRasterInfo
Parameters:
pLevel - The pLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumPyramidLevel

public int getMaximumPyramidLevel()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The maximum pyramid level.

Specified by:
getMaximumPyramidLevel in interface IRasterInfo
Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximumPyramidLevel

public void setMaximumPyramidLevel(int pLevel)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum pyramid level.

Specified by:
setMaximumPyramidLevel in interface IRasterInfo
Parameters:
pLevel - The pLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodataXform

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

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

setGeodataXformByRef

public void setGeodataXformByRef(IGeodataXform ppXf)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The raster GeoData transform.

Specified by:
setGeodataXformByRef in interface IRasterInfo
Parameters:
ppXf - 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.

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The raster spatial reference.

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

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The raster extent.

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

setExtent

public void setExtent(IEnvelope ppExtent)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The raster extent.

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

getNativeSpatialReference

public ISpatialReference getNativeSpatialReference()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The native raster spatial reference before GeoData transform.

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

setNativeSpatialReferenceByRef

public void setNativeSpatialReferenceByRef(ISpatialReference ppSpatialReference)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The native raster spatial reference before GeoData transform.

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

getNativeExtent

public IEnvelope getNativeExtent()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The native raster extent before GeoData transform.

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

setNativeExtent

public void setNativeExtent(IEnvelope ppExtent)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The native raster extent before GeoData transform.

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

getCellSize

public IPnt getCellSize()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The raster cell size.

Specified by:
getCellSize in interface IRasterInfo
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.

setCellSize

public void setCellSize(IPnt ppCellsize)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The raster cell size.

Specified by:
setCellSize in interface IRasterInfo
Parameters:
ppCellsize - 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.

getWidth

public int getWidth()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The raster width in pixels.

Specified by:
getWidth in interface IRasterInfo
Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

public int getHeight()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The raster height in pixels.

Specified by:
getHeight in interface IRasterInfo
Returns:
The pHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

public int getBandCount()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of bands in the Raster.

Specified by:
getBandCount in interface IRasterInfo
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandCount

public void setBandCount(int pCount)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of bands in the Raster.

Specified by:
setBandCount in interface IRasterInfo
Parameters:
pCount - The pCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelType

public int getPixelType()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The raster pixel type.

Specified by:
getPixelType in interface IRasterInfo
Returns:
A com.esri.arcgis.geodatabase.rstPixelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelType

public void setPixelType(int pPixelType)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The raster pixel type.

Specified by:
setPixelType in interface IRasterInfo
Parameters:
pPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoData

public java.lang.Object getNoData()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The NoData value used to indicate invalid or excluded data.

Specified by:
getNoData in interface IRasterInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoData

public void setNoData(java.lang.Object pvNoData)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The NoData value used to indicate invalid or excluded data.

Specified by:
setNoData in interface IRasterInfo
Parameters:
pvNoData - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isResampling

public boolean isResampling()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if this raster source wants to perform resampling.

Specified by:
isResampling in interface IRasterInfo
Returns:
The pResampling
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResampling

public void setResampling(boolean pResampling)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if this raster source wants to perform resampling.

Specified by:
setResampling in interface IRasterInfo
Parameters:
pResampling - The pResampling (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportBandSelection

public boolean isSupportBandSelection()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if this function supports band selection.

Specified by:
isSupportBandSelection in interface IRasterInfo
Returns:
The pSupportBandSelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupportBandSelection

public void setSupportBandSelection(boolean pSupportBandSelection)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if this function supports band selection.

Specified by:
setSupportBandSelection in interface IRasterInfo
Parameters:
pSupportBandSelection - The pSupportBandSelection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFormat

public java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The raster format, e.g. TIFF, NITF, and etc.

Specified by:
getFormat in interface IRasterInfo
Returns:
The pFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormat

public void setFormat(java.lang.String pFormat)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The raster format, e.g. TIFF, NITF, and etc.

Specified by:
setFormat in interface IRasterInfo
Parameters:
pFormat - The pFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.