com.esri.arcgis.carto
Class IRasterStretchProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterStretchProxy
All Implemented Interfaces:
IRasterStretch, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members which control contrast stretching.' 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 IRasterStretchProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterStretch, 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.IRasterStretch
IID, IID48bb9988_8250_11d3_aba2_0008c73fca1c
 
Constructor Summary
  IRasterStretchProxy()
          Deprecated. For internal use only
  IRasterStretchProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterStretchProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterStretchProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterStretchProxy(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.  
 IColor getBackgroundColor()
          Deprecated. Background display color.
 double getBackgroundValues()
          Deprecated. Indicates whether an array of background values is being used.
 double getStandardDeviationsParam()
          Deprecated. Standard deviation parameter for the stretch renderer.
 int getStretchType()
          Deprecated. Current stretch type.
 boolean isBackground()
          Deprecated. Indicates if a background value is being used.
 boolean isInvert()
          Deprecated. Indicates if the stretch is inverted.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBackground(boolean b)
          Deprecated. Indicates if a background value is being used.
 void setBackgroundColorByRef(IColor ppColor)
          Deprecated. Background display color.
 void setBackgroundValues(double[] pBkg)
          Deprecated. Indicates whether an array of background values is being used.
 void setInvert(boolean pInvert)
          Deprecated. Indicates if the stretch is inverted.
 void setStandardDeviationsParam(double param)
          Deprecated. Standard deviation parameter for the stretch renderer.
 void setStretchType(int en_stretch)
          Deprecated. Current stretch type.
 
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

IRasterStretchProxy

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

IRasterStretchProxy

public IRasterStretchProxy()
Deprecated. 
For internal use only


IRasterStretchProxy

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

IRasterStretchProxy

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

IRasterStretchProxy

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

setStretchType

public void setStretchType(int en_stretch)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Current stretch type.

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

getStretchType

public int getStretchType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Current stretch type.

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

setStandardDeviationsParam

public void setStandardDeviationsParam(double param)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Standard deviation parameter for the stretch renderer.

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

getStandardDeviationsParam

public double getStandardDeviationsParam()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Standard deviation parameter for the stretch renderer.

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

setInvert

public void setInvert(boolean pInvert)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the stretch is inverted.

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

isInvert

public boolean isInvert()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if the stretch is inverted.

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

setBackground

public void setBackground(boolean b)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if a background value is being used.

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

isBackground

public boolean isBackground()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if a background value is being used.

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

getBackgroundValues

public double getBackgroundValues()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether an array of background values is being used.

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

setBackgroundValues

public void setBackgroundValues(double[] pBkg)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether an array of background values is being used.

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

getBackgroundColor

public IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Background display color.

Specified by:
getBackgroundColor in interface IRasterStretch
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColorByRef

public void setBackgroundColorByRef(IColor ppColor)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Background display color.

Specified by:
setBackgroundColorByRef in interface IRasterStretch
Parameters:
ppColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.