com.esri.arcgis.carto
Class IRasterDefaultsEnv4Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IRasterDefaultsEnv4'. 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 IRasterDefaultsEnv4Proxy
extends IRasterDefaultsEnv3Proxy
implements IRasterDefaultsEnv4, 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.IRasterDefaultsEnv4
IID, IID4dcd6e47_90a1_4341_a90b_52ab6df2ffa4
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv3
IIDbbce4f14_f0da_4cbf_8196_0e380b34ccbb
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv2
IIDe5191e5e_4d03_45d9_94a4_9e2d8c5c9aed
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv
IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a
 
Constructor Summary
  IRasterDefaultsEnv4Proxy()
          Deprecated. For internal use only
  IRasterDefaultsEnv4Proxy(java.lang.Object obj)
          Deprecated.  
protected IRasterDefaultsEnv4Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterDefaultsEnv4Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterDefaultsEnv4Proxy(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 getMaximumRastersColorMatching()
          Deprecated. The maximum number of rasters for color matching.
 boolean isAskSubdatasetSelection()
          Deprecated. Indicates if the subdataset selection dialog should pop up.
 boolean isDisplayWithContrastStretch()
          Deprecated. Indicates if displaying raster datasets with contrast stretching as default.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAskSubdatasetSelection(boolean pAsk)
          Deprecated. Indicates if the subdataset selection dialog should pop up.
 void setDisplayWithContrastStretch(boolean pStretch)
          Deprecated. Indicates if displaying raster datasets with contrast stretching as default.
 void setMaximumRastersColorMatching(int pSize)
          Deprecated. The maximum number of rasters for color matching.
 
Methods inherited from class com.esri.arcgis.carto.IRasterDefaultsEnv3Proxy
getMaximumBuildAttributeTableSize, isAssumeHomogeneousCatalog, isFavorWorldFile, setAssumeHomogeneousCatalog, setFavorWorldFile, setMaximumBuildAttributeTableSize
 
Methods inherited from class com.esri.arcgis.carto.IRasterDefaultsEnv2Proxy
getMaxTableSize, getProxyFilePath, getRenderingMode, getResampling, setMaxTableSize, setProxyFilePath, setRenderingMode, setResampling, updateAll
 
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.IRasterDefaultsEnv3
getMaximumBuildAttributeTableSize, isAssumeHomogeneousCatalog, isFavorWorldFile, setAssumeHomogeneousCatalog, setFavorWorldFile, setMaximumBuildAttributeTableSize
 
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv2
getMaxTableSize, getProxyFilePath, getRenderingMode, getResampling, setMaxTableSize, setProxyFilePath, setRenderingMode, setResampling, updateAll
 
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

IRasterDefaultsEnv4Proxy

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

IRasterDefaultsEnv4Proxy

public IRasterDefaultsEnv4Proxy()
Deprecated. 
For internal use only


IRasterDefaultsEnv4Proxy

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

IRasterDefaultsEnv4Proxy

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

IRasterDefaultsEnv4Proxy

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

setAskSubdatasetSelection

public void setAskSubdatasetSelection(boolean pAsk)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the subdataset selection dialog should pop up.

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

isAskSubdatasetSelection

public boolean isAskSubdatasetSelection()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if the subdataset selection dialog should pop up.

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

setDisplayWithContrastStretch

public void setDisplayWithContrastStretch(boolean pStretch)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates if displaying raster datasets with contrast stretching as default.

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

isDisplayWithContrastStretch

public boolean isDisplayWithContrastStretch()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Indicates if displaying raster datasets with contrast stretching as default.

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

setMaximumRastersColorMatching

public void setMaximumRastersColorMatching(int pSize)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The maximum number of rasters for color matching.

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

getMaximumRastersColorMatching

public int getMaximumRastersColorMatching()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The maximum number of rasters for color matching.

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