com.esri.arcgis.geodatabase
Class IRasterStorageDefProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRasterStorageDefProxy
All Implemented Interfaces:
IRasterStorageDef, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterStorageDef2Proxy

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

Description: 'Provides access to members that control raster storage properties.' 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 IRasterStorageDefProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterStorageDef, 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.geodatabase.IRasterStorageDef
IID, IID30b9828a_85a6_4228_a7a4_7afb8a9842cc
 
Constructor Summary
  IRasterStorageDefProxy()
          Deprecated. For internal use only
  IRasterStorageDefProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterStorageDefProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterStorageDefProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterStorageDefProxy(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.  
 IPnt getCellSize()
          Deprecated. The cell size of the raster to be stored.
 int getCompressionQuality()
          Deprecated. The compression quality (in case of JPEG compression) to be applied to the raster being stored.
 int getCompressionType()
          Deprecated. The compression type to be applied on the raster being stored.
 IPoint getOrigin()
          Deprecated. The origin of the raster to be stored.
 int getPyramidLevel()
          Deprecated. The number of pyramid levels.
 int getPyramidResampleType()
          Deprecated. The method used for pyramid resampling.
 int getTileHeight()
          Deprecated. The raster storage tile height.
 int getTileWidth()
          Deprecated. The raster storage tile width.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCellSizeByRef(IPnt cellSize)
          Deprecated. The cell size of the raster to be stored.
 void setCompressionQuality(int value)
          Deprecated. The compression quality (in case of JPEG compression) to be applied to the raster being stored.
 void setCompressionType(int type)
          Deprecated. The compression type to be applied on the raster being stored.
 void setOriginByRef(IPoint origin)
          Deprecated. The origin of the raster to be stored.
 void setPyramidLevel(int level)
          Deprecated. The number of pyramid levels.
 void setPyramidResampleType(int method)
          Deprecated. The method used for pyramid resampling.
 void setTileHeight(int height)
          Deprecated. The raster storage tile height.
 void setTileWidth(int width)
          Deprecated. The raster storage tile width.
 
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

IRasterStorageDefProxy

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

IRasterStorageDefProxy

public IRasterStorageDefProxy()
Deprecated. 
For internal use only


IRasterStorageDefProxy

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

IRasterStorageDefProxy

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

IRasterStorageDefProxy

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

setTileWidth

public void setTileWidth(int width)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The raster storage tile width.

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

getTileWidth

public int getTileWidth()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The raster storage tile width.

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

setTileHeight

public void setTileHeight(int height)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The raster storage tile height.

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

getTileHeight

public int getTileHeight()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The raster storage tile height.

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

setPyramidResampleType

public void setPyramidResampleType(int method)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The method used for pyramid resampling.

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

getPyramidResampleType

public int getPyramidResampleType()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The method used for pyramid resampling.

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

setPyramidLevel

public void setPyramidLevel(int level)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The number of pyramid levels.

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

getPyramidLevel

public int getPyramidLevel()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The number of pyramid levels.

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

setCompressionType

public void setCompressionType(int type)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The compression type to be applied on the raster being stored.

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

getCompressionType

public int getCompressionType()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The compression type to be applied on the raster being stored.

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

setCompressionQuality

public void setCompressionQuality(int value)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The compression quality (in case of JPEG compression) to be applied to the raster being stored.

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

getCompressionQuality

public int getCompressionQuality()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The compression quality (in case of JPEG compression) to be applied to the raster being stored.

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

setOriginByRef

public void setOriginByRef(IPoint origin)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The origin of the raster to be stored.

Specified by:
setOriginByRef in interface IRasterStorageDef
Parameters:
origin - 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.

getOrigin

public IPoint getOrigin()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The origin of the raster to be stored.

Specified by:
getOrigin in interface IRasterStorageDef
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.

setCellSizeByRef

public void setCellSizeByRef(IPnt cellSize)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The cell size of the raster to be stored.

Specified by:
setCellSizeByRef in interface IRasterStorageDef
Parameters:
cellSize - 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.

getCellSize

public IPnt getCellSize()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The cell size of the raster to be stored.

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