public class IStretchFunctionArgumentsProxy extends com.esri.arcgis.interop.Dispatch implements IStretchFunctionArguments, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID3e5a8ca3_6a10_4a3e_a49b_bbc4c86e23fe
Modifier | Constructor and Description |
---|---|
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IStretchFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IStretchFunctionArgumentsProxy()
public IStretchFunctionArgumentsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IStretchFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IStretchFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.Object getRaster() throws java.io.IOException, AutomationException
getRaster
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
setRasterByRef
in interface IStretchFunctionArguments
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getStretchType() throws java.io.IOException, AutomationException
getStretchType
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStretchType(int pStretchType) throws java.io.IOException, AutomationException
setStretchType
in interface IStretchFunctionArguments
pStretchType
- A com.esri.arcgis.datasourcesraster.esriRasterStretchType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getGamma() throws java.io.IOException, AutomationException
getGamma
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGammaByRef(IDoubleArray ppGamma) throws java.io.IOException, AutomationException
setGammaByRef
in interface IStretchFunctionArguments
ppGamma
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getStatistics() throws java.io.IOException, AutomationException
getStatistics
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStatisticsByRef(IArray ppStats) throws java.io.IOException, AutomationException
setStatisticsByRef
in interface IStretchFunctionArguments
ppStats
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getHistograms() throws java.io.IOException, AutomationException
getHistograms
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHistogramsByRef(IArray ppHistograms) throws java.io.IOException, AutomationException
setHistogramsByRef
in interface IStretchFunctionArguments
ppHistograms
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNumberOfStandardDeviations(double pNumStdDevs) throws java.io.IOException, AutomationException
setNumberOfStandardDeviations
in interface IStretchFunctionArguments
pNumStdDevs
- The pNumStdDevs (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getNumberOfStandardDeviations() throws java.io.IOException, AutomationException
getNumberOfStandardDeviations
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUseGamma() throws java.io.IOException, AutomationException
isUseGamma
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUseGamma(boolean pUseGamma) throws java.io.IOException, AutomationException
setUseGamma
in interface IStretchFunctionArguments
pUseGamma
- The pUseGamma (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMin() throws java.io.IOException, AutomationException
getMin
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMin(double pMinValue) throws java.io.IOException, AutomationException
setMin
in interface IStretchFunctionArguments
pMinValue
- The pMinValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMax() throws java.io.IOException, AutomationException
getMax
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMax(double pMaxValue) throws java.io.IOException, AutomationException
setMax
in interface IStretchFunctionArguments
pMaxValue
- The pMaxValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMinPercent() throws java.io.IOException, AutomationException
getMinPercent
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinPercent(double pPercent) throws java.io.IOException, AutomationException
setMinPercent
in interface IStretchFunctionArguments
pPercent
- The pPercent (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaxPercent() throws java.io.IOException, AutomationException
getMaxPercent
in interface IStretchFunctionArguments
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxPercent(double pPercent) throws java.io.IOException, AutomationException
setMaxPercent
in interface IStretchFunctionArguments
pPercent
- The pPercent (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.