|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IRasterStretchProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IRasterStretchProxy(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.IOExceptionpublic IRasterStretchProxy()
public IRasterStretchProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IRasterStretchProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IRasterStretchProxy(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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setStretchType(int en_stretch)
throws java.io.IOException,
AutomationException
setStretchType in interface IRasterStretchen_stretch - A com.esri.arcgis.carto.esriRasterStretchTypesEnum constant (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 IRasterStretchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStandardDeviationsParam(double param)
throws java.io.IOException,
AutomationException
setStandardDeviationsParam in interface IRasterStretchparam - The param (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getStandardDeviationsParam()
throws java.io.IOException,
AutomationException
getStandardDeviationsParam in interface IRasterStretchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInvert(boolean pInvert)
throws java.io.IOException,
AutomationException
setInvert in interface IRasterStretchpInvert - The pInvert (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInvert()
throws java.io.IOException,
AutomationException
isInvert in interface IRasterStretchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackground(boolean b)
throws java.io.IOException,
AutomationException
setBackground in interface IRasterStretchb - The b (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBackground()
throws java.io.IOException,
AutomationException
isBackground in interface IRasterStretchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBackgroundValues()
throws java.io.IOException,
AutomationException
getBackgroundValues in interface IRasterStretchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundValues(double[] pBkg)
throws java.io.IOException,
AutomationException
setBackgroundValues in interface IRasterStretchpBkg - The pBkg (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getBackgroundColor()
throws java.io.IOException,
AutomationException
getBackgroundColor in interface IRasterStretchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundColorByRef(IColor ppColor)
throws java.io.IOException,
AutomationException
setBackgroundColorByRef in interface IRasterStretchppColor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||