com.esri.arcgis.datasourcesraster
Class IStretchFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IStretchFunctionArgumentsProxy
All Implemented Interfaces:
IStretchFunctionArguments, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IStretchFunctionArguments2Proxy

public class IStretchFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IStretchFunctionArguments, java.io.Serializable

Internal use class Proxy for COM Interface 'IStretchFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control stretch function arguments.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.datasourcesraster.IStretchFunctionArguments
IID, IID3e5a8ca3_6a10_4a3e_a49b_bbc4c86e23fe
 
Constructor Summary
  IStretchFunctionArgumentsProxy()
          For internal use only
  IStretchFunctionArgumentsProxy(java.lang.Object obj)
           
protected IStretchFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
           
  IStretchFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IStretchFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IDoubleArray getGamma()
          The list of Gamma value(s).
 IArray getHistograms()
          The custom raster stretch histogram.
 double getMax()
          The current maximum output value.
 double getMaxPercent()
          The current maximum percent value.
 double getMin()
          The current minimum output value.
 double getMinPercent()
          The current minimum percent value.
 double getNumberOfStandardDeviations()
          The number of standard deviations for standard deviation stretch.
 java.lang.Object getRaster()
          The source raster object.
 IArray getStatistics()
          The custom raster stretch statistics.
 int getStretchType()
          The stretch type.
 boolean isUseGamma()
          Indicates if applies Gamma stretch.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setGammaByRef(IDoubleArray ppGamma)
          The list of Gamma value(s).
 void setHistogramsByRef(IArray ppHistograms)
          The custom raster stretch histogram.
 void setMax(double pMaxValue)
          The current maximum output value.
 void setMaxPercent(double pPercent)
          The current maximum percent value.
 void setMin(double pMinValue)
          The current minimum output value.
 void setMinPercent(double pPercent)
          The current minimum percent value.
 void setNumberOfStandardDeviations(double pNumStdDevs)
          The number of standard deviations for standard deviation stretch.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setStatisticsByRef(IArray ppStats)
          The custom raster stretch statistics.
 void setStretchType(int pStretchType)
          The stretch type.
 void setUseGamma(boolean pUseGamma)
          Indicates if applies Gamma stretch.
 
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

noncastable

public boolean noncastable
Constructor Detail

IStretchFunctionArgumentsProxy

public IStretchFunctionArgumentsProxy(java.lang.String CLSID,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.net.UnknownHostException,
                                      java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IStretchFunctionArgumentsProxy

public IStretchFunctionArgumentsProxy()
For internal use only


IStretchFunctionArgumentsProxy

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

IStretchFunctionArgumentsProxy

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

IStretchFunctionArgumentsProxy

protected IStretchFunctionArgumentsProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRaster

public java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The source raster object.

Specified by:
getRaster in interface IStretchFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The source raster object.

Specified by:
setRasterByRef in interface IStretchFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (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
The stretch type.

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

setStretchType

public void setStretchType(int pStretchType)
                    throws java.io.IOException,
                           AutomationException
The stretch type.

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

getGamma

public IDoubleArray getGamma()
                      throws java.io.IOException,
                             AutomationException
The list of Gamma value(s).

Specified by:
getGamma in interface IStretchFunctionArguments
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGammaByRef

public void setGammaByRef(IDoubleArray ppGamma)
                   throws java.io.IOException,
                          AutomationException
The list of Gamma value(s).

Specified by:
setGammaByRef in interface IStretchFunctionArguments
Parameters:
ppGamma - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatistics

public IArray getStatistics()
                     throws java.io.IOException,
                            AutomationException
The custom raster stretch statistics.

Specified by:
getStatistics in interface IStretchFunctionArguments
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatisticsByRef

public void setStatisticsByRef(IArray ppStats)
                        throws java.io.IOException,
                               AutomationException
The custom raster stretch statistics.

Specified by:
setStatisticsByRef in interface IStretchFunctionArguments
Parameters:
ppStats - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHistograms

public IArray getHistograms()
                     throws java.io.IOException,
                            AutomationException
The custom raster stretch histogram.

Specified by:
getHistograms in interface IStretchFunctionArguments
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramsByRef

public void setHistogramsByRef(IArray ppHistograms)
                        throws java.io.IOException,
                               AutomationException
The custom raster stretch histogram.

Specified by:
setHistogramsByRef in interface IStretchFunctionArguments
Parameters:
ppHistograms - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberOfStandardDeviations

public void setNumberOfStandardDeviations(double pNumStdDevs)
                                   throws java.io.IOException,
                                          AutomationException
The number of standard deviations for standard deviation stretch.

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

getNumberOfStandardDeviations

public double getNumberOfStandardDeviations()
                                     throws java.io.IOException,
                                            AutomationException
The number of standard deviations for standard deviation stretch.

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

isUseGamma

public boolean isUseGamma()
                   throws java.io.IOException,
                          AutomationException
Indicates if applies Gamma stretch.

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

setUseGamma

public void setUseGamma(boolean pUseGamma)
                 throws java.io.IOException,
                        AutomationException
Indicates if applies Gamma stretch.

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

getMin

public double getMin()
              throws java.io.IOException,
                     AutomationException
The current minimum output value.

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

setMin

public void setMin(double pMinValue)
            throws java.io.IOException,
                   AutomationException
The current minimum output value.

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

getMax

public double getMax()
              throws java.io.IOException,
                     AutomationException
The current maximum output value.

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

setMax

public void setMax(double pMaxValue)
            throws java.io.IOException,
                   AutomationException
The current maximum output value.

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

getMinPercent

public double getMinPercent()
                     throws java.io.IOException,
                            AutomationException
The current minimum percent value.

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

setMinPercent

public void setMinPercent(double pPercent)
                   throws java.io.IOException,
                          AutomationException
The current minimum percent value.

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

getMaxPercent

public double getMaxPercent()
                     throws java.io.IOException,
                            AutomationException
The current maximum percent value.

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

setMaxPercent

public void setMaxPercent(double pPercent)
                   throws java.io.IOException,
                          AutomationException
The current maximum percent value.

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