|
|||||||||
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.IACValueMapRendererProxy
Description: 'Provides access to members that control ArcIMS value map renderer.' 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 IACValueMapRendererProxy
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.IACValueMapRenderer |
---|
IID, IIDdd43e233_4b52_4d46_9897_3bfe7638d3e8 |
Constructor Summary | |
---|---|
|
IACValueMapRendererProxy()
Deprecated. For internal use only |
|
IACValueMapRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
IACValueMapRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IACValueMapRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IACValueMapRendererProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
add(IACSymbol symbol,
int range,
java.lang.String value,
java.lang.String label,
java.lang.String lower,
java.lang.String upper)
Deprecated. Adds a value and corresponding symbol to the list. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clear()
Deprecated. Clears all values. |
int |
getCount()
Deprecated. Number of unique values used to categorize the data. |
java.lang.String |
getLabel(int index)
Deprecated. Label for the specified value. |
java.lang.String |
getLookupField()
Deprecated. Field name that is used to categorize features. |
java.lang.String |
getLower(int index)
Deprecated. The lower value of the range. |
int |
getRangeType(int index)
Deprecated. The type of categorization for the values within the specified field. |
IACSymbol |
getSymbol(int index)
Deprecated. Symbol associated with the specified value. |
java.lang.String |
getUpper(int index)
Deprecated. The upper value of the range. |
java.lang.String |
getValue(int index)
Deprecated. The unique value for the specified field. |
void |
remove(int index)
Deprecated. Removes a value. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setLabel(int index,
java.lang.String label)
Deprecated. Label for the specified value. |
void |
setLookupField(java.lang.String lookupField)
Deprecated. Field name that is used to categorize features. |
void |
setLower(int index,
java.lang.String value)
Deprecated. The lower value of the range. |
void |
setRangeType(int index,
int range)
Deprecated. The type of categorization for the values within the specified field. |
void |
setSymbol(int index,
IACSymbol symbol)
Deprecated. Symbol associated with the specified value. |
void |
setUpper(int index,
java.lang.String value)
Deprecated. The upper value of the range. |
void |
setValue(int index,
java.lang.String value)
Deprecated. The unique value for the specified field. |
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 IACValueMapRendererProxy(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 IACValueMapRendererProxy()
public IACValueMapRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IACValueMapRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IACValueMapRendererProxy(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 java.lang.String getLookupField() throws java.io.IOException, AutomationException
getLookupField
in interface IACValueMapRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLookupField(java.lang.String lookupField) throws java.io.IOException, AutomationException
setLookupField
in interface IACValueMapRenderer
lookupField
- The lookupField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IACValueMapRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IACSymbol getSymbol(int index) throws java.io.IOException, AutomationException
getSymbol
in interface IACValueMapRenderer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbol(int index, IACSymbol symbol) throws java.io.IOException, AutomationException
setSymbol
in interface IACValueMapRenderer
index
- The index (in)symbol
- A reference to a com.esri.arcgis.carto.IACSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRangeType(int index) throws java.io.IOException, AutomationException
getRangeType
in interface IACValueMapRenderer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRangeType(int index, int range) throws java.io.IOException, AutomationException
setRangeType
in interface IACValueMapRenderer
index
- The index (in)range
- A com.esri.arcgis.carto.acRangeType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getValue(int index) throws java.io.IOException, AutomationException
getValue
in interface IACValueMapRenderer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(int index, java.lang.String value) throws java.io.IOException, AutomationException
setValue
in interface IACValueMapRenderer
index
- The index (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabel(int index) throws java.io.IOException, AutomationException
getLabel
in interface IACValueMapRenderer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabel(int index, java.lang.String label) throws java.io.IOException, AutomationException
setLabel
in interface IACValueMapRenderer
index
- The index (in)label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUpper(int index) throws java.io.IOException, AutomationException
getUpper
in interface IACValueMapRenderer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpper(int index, java.lang.String value) throws java.io.IOException, AutomationException
setUpper
in interface IACValueMapRenderer
index
- The index (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLower(int index) throws java.io.IOException, AutomationException
getLower
in interface IACValueMapRenderer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLower(int index, java.lang.String value) throws java.io.IOException, AutomationException
setLower
in interface IACValueMapRenderer
index
- The index (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(IACSymbol symbol, int range, java.lang.String value, java.lang.String label, java.lang.String lower, java.lang.String upper) throws java.io.IOException, AutomationException
add
in interface IACValueMapRenderer
symbol
- A reference to a com.esri.arcgis.carto.IACSymbol (in)range
- A com.esri.arcgis.carto.acRangeType constant (in)value
- The value (in)label
- The label (in)lower
- The lower (in)upper
- The upper (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IACValueMapRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int index) throws java.io.IOException, AutomationException
remove
in interface IACValueMapRenderer
index
- The index (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 |