|
|||||||||
| 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.IRasterStretch2Proxy
Description: 'Provides access to members which control stretch.' 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 IRasterStretch2Proxy
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.IRasterStretch2 |
|---|
IID, IID51ee1518_7261_4fdd_99c7_b4e35cfc7da0 |
| Constructor Summary | |
|---|---|
|
IRasterStretch2Proxy()
Deprecated. For internal use only |
|
IRasterStretch2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IRasterStretch2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRasterStretch2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRasterStretch2Proxy(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. The color of background. |
java.lang.Object |
getBackgroundValue()
Deprecated. The list of background value(s). |
IArray |
getSpecificationHistogram()
Deprecated. The statistics for histogram specification stretch. |
double |
getStandardDeviationsParam()
Deprecated. The standard deviation parameter for the stretch renderer. |
IArray |
getStretchStats()
Deprecated. The global raster stretch statistics. |
int |
getStretchStatsType()
Deprecated. The current stretch statistics type. |
int |
getStretchType()
Deprecated. The 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. The color of background. |
void |
setBackgroundValue(java.lang.Object background)
Deprecated. The list of background value(s). |
void |
setInvert(boolean pInvert)
Deprecated. Indicates if the stretch is inverted. |
void |
setSpecificationHistogramByRef(IArray pRGBStats)
Deprecated. The statistics for histogram specification stretch. |
void |
setStandardDeviationsParam(double param)
Deprecated. The standard deviation parameter for the stretch renderer. |
void |
setStretchStatsByRef(IArray ppRGBStats)
Deprecated. The global raster stretch statistics. |
void |
setStretchStatsType(int stats)
Deprecated. The current stretch statistics type. |
void |
setStretchType(int stretch)
Deprecated. The 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 IRasterStretch2Proxy(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 IRasterStretch2Proxy()
public IRasterStretch2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IRasterStretch2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IRasterStretch2Proxy(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 stretch)
throws java.io.IOException,
AutomationException
setStretchType in interface IRasterStretch2stretch - 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 IRasterStretch2java.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 IRasterStretch2param - 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 IRasterStretch2java.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 IRasterStretch2pInvert - 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 IRasterStretch2java.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 IRasterStretch2b - 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 IRasterStretch2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getBackgroundValue()
throws java.io.IOException,
AutomationException
getBackgroundValue in interface IRasterStretch2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundValue(java.lang.Object background)
throws java.io.IOException,
AutomationException
setBackgroundValue in interface IRasterStretch2background - A Variant (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 IRasterStretch2java.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 IRasterStretch2ppColor - 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.
public void setStretchStatsType(int stats)
throws java.io.IOException,
AutomationException
setStretchStatsType in interface IRasterStretch2stats - A com.esri.arcgis.carto.esriRasterStretchStatsTypeEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStretchStatsType()
throws java.io.IOException,
AutomationException
getStretchStatsType in interface IRasterStretch2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStretchStatsByRef(IArray ppRGBStats)
throws java.io.IOException,
AutomationException
setStretchStatsByRef in interface IRasterStretch2ppRGBStats - 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 getStretchStats()
throws java.io.IOException,
AutomationException
getStretchStats in interface IRasterStretch2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpecificationHistogramByRef(IArray pRGBStats)
throws java.io.IOException,
AutomationException
setSpecificationHistogramByRef in interface IRasterStretch2pRGBStats - 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 getSpecificationHistogram()
throws java.io.IOException,
AutomationException
getSpecificationHistogram in interface IRasterStretch2java.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 | ||||||||