com.esri.arcgis.carto
Class IRasterDefaultsEnv2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterDefaultsEnvProxy
          extended by com.esri.arcgis.carto.IRasterDefaultsEnv2Proxy
All Implemented Interfaces:
IRasterDefaultsEnv, IRasterDefaultsEnv2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterDefaultsEnv3Proxy

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

Description: 'Provides access to members that control the default raster environment.' 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 IRasterDefaultsEnv2Proxy
extends IRasterDefaultsEnvProxy
implements IRasterDefaultsEnv2, 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.carto.IRasterDefaultsEnv2
IID, IIDe5191e5e_4d03_45d9_94a4_9e2d8c5c9aed
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv
IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a
 
Constructor Summary
  IRasterDefaultsEnv2Proxy()
          Deprecated. For internal use only
  IRasterDefaultsEnv2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRasterDefaultsEnv2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterDefaultsEnv2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterDefaultsEnv2Proxy(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 getMaxTableSize()
          Deprecated. Default maximum table size.
 java.lang.String getProxyFilePath()
          Deprecated. Default proxy file path.
 int getRenderingMode()
          Deprecated. Default rendering mode.
 int getResampling()
          Deprecated. Default resampling for display.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setMaxTableSize(int pMaxTableSize)
          Deprecated. Default maximum table size.
 void setProxyFilePath(java.lang.String pProxyFilePath)
          Deprecated. Default proxy file path.
 void setRenderingMode(int pRenderingMode)
          Deprecated. Default rendering mode.
 void setResampling(int pDefaultResampling)
          Deprecated. Default resampling for display.
 void updateAll()
          Deprecated. Updates the registry with all changes to the raster environment in the current session.
 
Methods inherited from class com.esri.arcgis.carto.IRasterDefaultsEnvProxy
getFormat, getNumFormats, getPyramidCreateOpt, isUseExtChecking, query3BandRGB, query4BandRGB, set3BandRGB, set4BandRGB, setPyramidCreateOpt, setUseExtChecking
 
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.carto.IRasterDefaultsEnv
getFormat, getNumFormats, getPyramidCreateOpt, isUseExtChecking, query3BandRGB, query4BandRGB, set3BandRGB, set4BandRGB, setPyramidCreateOpt, setUseExtChecking
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterDefaultsEnv2Proxy

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

IRasterDefaultsEnv2Proxy

public IRasterDefaultsEnv2Proxy()
Deprecated. 
For internal use only


IRasterDefaultsEnv2Proxy

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

IRasterDefaultsEnv2Proxy

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

IRasterDefaultsEnv2Proxy

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

setRenderingMode

public void setRenderingMode(int pRenderingMode)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Default rendering mode.

Specified by:
setRenderingMode in interface IRasterDefaultsEnv2
Parameters:
pRenderingMode - A com.esri.arcgis.carto.esriRasterRenderingModeEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderingMode

public int getRenderingMode()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Default rendering mode.

Specified by:
getRenderingMode in interface IRasterDefaultsEnv2
Returns:
A com.esri.arcgis.carto.esriRasterRenderingModeEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResampling

public void setResampling(int pDefaultResampling)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Default resampling for display.

Specified by:
setResampling in interface IRasterDefaultsEnv2
Parameters:
pDefaultResampling - 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.

getResampling

public int getResampling()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Default resampling for display.

Specified by:
getResampling in interface IRasterDefaultsEnv2
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.

setProxyFilePath

public void setProxyFilePath(java.lang.String pProxyFilePath)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Default proxy file path.

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

getProxyFilePath

public java.lang.String getProxyFilePath()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Default proxy file path.

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

setMaxTableSize

public void setMaxTableSize(int pMaxTableSize)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Default maximum table size.

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

getMaxTableSize

public int getMaxTableSize()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Default maximum table size.

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

updateAll

public void updateAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Updates the registry with all changes to the raster environment in the current session.

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