com.esri.arcgis.carto
Class IRasterDefaultsEnvProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IRasterDefaultsEnv'. 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 IRasterDefaultsEnvProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterDefaultsEnv, 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.IRasterDefaultsEnv
IID, IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a
 
Constructor Summary
  IRasterDefaultsEnvProxy()
          Deprecated. For internal use only
  IRasterDefaultsEnvProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterDefaultsEnvProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterDefaultsEnvProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterDefaultsEnvProxy(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.  
 IRasterFormatInfo getFormat(int i)
          Deprecated. Information about the format indicated by index i.
 int getNumFormats()
          Deprecated. Number of supported raster formats.
 int getPyramidCreateOpt()
          Deprecated. Default pyramid creation option.
 boolean isUseExtChecking()
          Deprecated. Indicates if extension checking is on.
 void query3BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex)
          Deprecated. Default zero indexed bands for a 3 band raster.
 void query4BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex)
          Deprecated. Default zero indexed bands for a 4 or more band raster.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void set3BandRGB(int redIndex, int greenIndex, int blueIndex)
          Deprecated. Default zero indexed bands for a 3 band raster.
 void set4BandRGB(int redIndex, int greenIndex, int blueIndex)
          Deprecated. Default zero indexed bands for a 4 or more band raster.
 void setPyramidCreateOpt(int opt)
          Deprecated. Default pyramid creation option.
 void setUseExtChecking(boolean useExts)
          Deprecated. Indicates if extension checking is on.
 
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

IRasterDefaultsEnvProxy

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

IRasterDefaultsEnvProxy

public IRasterDefaultsEnvProxy()
Deprecated. 
For internal use only


IRasterDefaultsEnvProxy

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

IRasterDefaultsEnvProxy

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

IRasterDefaultsEnvProxy

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

getPyramidCreateOpt

public int getPyramidCreateOpt()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Default pyramid creation option.

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

setPyramidCreateOpt

public void setPyramidCreateOpt(int opt)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Default pyramid creation option.

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

query3BandRGB

public void query3BandRGB(int[] redIndex,
                          int[] greenIndex,
                          int[] blueIndex)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Default zero indexed bands for a 3 band raster.

Specified by:
query3BandRGB in interface IRasterDefaultsEnv
Parameters:
redIndex - The redIndex (out: use single element array)
greenIndex - The greenIndex (out: use single element array)
blueIndex - The blueIndex (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set3BandRGB

public void set3BandRGB(int redIndex,
                        int greenIndex,
                        int blueIndex)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Default zero indexed bands for a 3 band raster.

Specified by:
set3BandRGB in interface IRasterDefaultsEnv
Parameters:
redIndex - The redIndex (in)
greenIndex - The greenIndex (in)
blueIndex - The blueIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

query4BandRGB

public void query4BandRGB(int[] redIndex,
                          int[] greenIndex,
                          int[] blueIndex)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Default zero indexed bands for a 4 or more band raster.

Specified by:
query4BandRGB in interface IRasterDefaultsEnv
Parameters:
redIndex - The redIndex (out: use single element array)
greenIndex - The greenIndex (out: use single element array)
blueIndex - The blueIndex (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set4BandRGB

public void set4BandRGB(int redIndex,
                        int greenIndex,
                        int blueIndex)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Default zero indexed bands for a 4 or more band raster.

Specified by:
set4BandRGB in interface IRasterDefaultsEnv
Parameters:
redIndex - The redIndex (in)
greenIndex - The greenIndex (in)
blueIndex - The blueIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseExtChecking

public boolean isUseExtChecking()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if extension checking is on.

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

setUseExtChecking

public void setUseExtChecking(boolean useExts)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if extension checking is on.

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

getNumFormats

public int getNumFormats()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Number of supported raster formats.

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

getFormat

public IRasterFormatInfo getFormat(int i)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Information about the format indicated by index i.

Specified by:
getFormat in interface IRasterDefaultsEnv
Parameters:
i - The i (in)
Returns:
A reference to a com.esri.arcgis.carto.IRasterFormatInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.