|
|||||||||
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.IRasterDataExclusionProxy
Description: 'Provides access to members that exclude data values from classification.' 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 IRasterDataExclusionProxy
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.IRasterDataExclusion |
---|
IID, IID3fe0401e_8806_11d3_a64f_0008c7df8989 |
Constructor Summary | |
---|---|
|
IRasterDataExclusionProxy()
Deprecated. For internal use only |
|
IRasterDataExclusionProxy(java.lang.Object obj)
Deprecated. |
protected |
IRasterDataExclusionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRasterDataExclusionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRasterDataExclusionProxy(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 |
getExcludeColor()
Deprecated. Color for the excluded values. |
java.lang.String |
getExcludeDescription()
Deprecated. Description for the excluded values. |
java.lang.String |
getExcludeLabel()
Deprecated. Label for the excluded values. |
java.lang.Object |
getExcludeRanges()
Deprecated. Array of doubles indicating the excluded ranges. |
java.lang.Object |
getExcludeValues()
Deprecated. Array of doubles indicating the excluded values. |
boolean |
isExcludeShowClass()
Deprecated. Indicates if color is shown for the excluded values. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setExcludeColor(IColor color)
Deprecated. Color for the excluded values. |
void |
setExcludeDescription(java.lang.String description)
Deprecated. Description for the excluded values. |
void |
setExcludeLabel(java.lang.String label)
Deprecated. Label for the excluded values. |
void |
setExcludeRanges(java.lang.Object values)
Deprecated. Array of doubles indicating the excluded ranges. |
void |
setExcludeShowClass(boolean show)
Deprecated. Indicates if color is shown for the excluded values. |
void |
setExcludeValues(java.lang.Object values)
Deprecated. Array of doubles indicating the excluded values. |
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 IRasterDataExclusionProxy(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 IRasterDataExclusionProxy()
public IRasterDataExclusionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterDataExclusionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterDataExclusionProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setExcludeValues(java.lang.Object values) throws java.io.IOException, AutomationException
setExcludeValues
in interface IRasterDataExclusion
values
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getExcludeValues() throws java.io.IOException, AutomationException
getExcludeValues
in interface IRasterDataExclusion
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcludeRanges(java.lang.Object values) throws java.io.IOException, AutomationException
setExcludeRanges
in interface IRasterDataExclusion
values
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getExcludeRanges() throws java.io.IOException, AutomationException
getExcludeRanges
in interface IRasterDataExclusion
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcludeShowClass(boolean show) throws java.io.IOException, AutomationException
setExcludeShowClass
in interface IRasterDataExclusion
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExcludeShowClass() throws java.io.IOException, AutomationException
isExcludeShowClass
in interface IRasterDataExclusion
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcludeColor(IColor color) throws java.io.IOException, AutomationException
setExcludeColor
in interface IRasterDataExclusion
color
- 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 IColor getExcludeColor() throws java.io.IOException, AutomationException
getExcludeColor
in interface IRasterDataExclusion
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcludeLabel(java.lang.String label) throws java.io.IOException, AutomationException
setExcludeLabel
in interface IRasterDataExclusion
label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExcludeLabel() throws java.io.IOException, AutomationException
getExcludeLabel
in interface IRasterDataExclusion
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcludeDescription(java.lang.String description) throws java.io.IOException, AutomationException
setExcludeDescription
in interface IRasterDataExclusion
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExcludeDescription() throws java.io.IOException, AutomationException
getExcludeDescription
in interface IRasterDataExclusion
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 |