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, Externalizable, Serializable

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

Provides access to members that control stretch function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IStretchFunctionArgumentsProxy()
           
  IStretchFunctionArgumentsProxy(Object obj)
           
protected IStretchFunctionArgumentsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, 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.
 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(String iidStr, 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(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

noncastable

public boolean noncastable
Constructor Detail

IStretchFunctionArgumentsProxy

public IStretchFunctionArgumentsProxy()

IStretchFunctionArgumentsProxy

public IStretchFunctionArgumentsProxy(Object obj)
                               throws IOException
Throws:
IOException

IStretchFunctionArgumentsProxy

protected IStretchFunctionArgumentsProxy(Object obj,
                                         String iid)
                                  throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getRaster

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRasterByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getStretchType

public int getStretchType()
                   throws IOException,
                          AutomationException
The stretch type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setStretchType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getGamma

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setGammaByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getStatistics

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setStatisticsByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getHistograms

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setHistogramsByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setNumberOfStandardDeviations

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getNumberOfStandardDeviations

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isUseGamma

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setUseGamma

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMin

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMin

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMax

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMax

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMinPercent

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMinPercent

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMaxPercent

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMaxPercent

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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