|
||||||||||
| 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
Provides access to members that control ArcIMS value map renderer.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IACValueMapRendererProxy()
For internal use only |
|
IACValueMapRendererProxy(java.lang.Object obj)
|
protected |
IACValueMapRendererProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IACValueMapRendererProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IACValueMapRendererProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
add(IACSymbol symbol,
int range,
java.lang.String value,
java.lang.String label,
java.lang.String lower,
java.lang.String upper)
Adds a value and corresponding symbol to the list. |
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. |
void |
clear()
Clears all values. |
int |
getCount()
Number of unique values used to categorize the data. |
java.lang.String |
getLabel(int index)
Label for the specified value. |
java.lang.String |
getLookupField()
Field name that is used to categorize features. |
java.lang.String |
getLower(int index)
The lower value of the range. |
int |
getRangeType(int index)
The type of categorization for the values within the specified field. |
IACSymbol |
getSymbol(int index)
Symbol associated with the specified value. |
java.lang.String |
getUpper(int index)
The upper value of the range. |
java.lang.String |
getValue(int index)
The unique value for the specified field. |
void |
remove(int index)
Removes a value. |
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 |
setLabel(int index,
java.lang.String label)
Label for the specified value. |
void |
setLookupField(java.lang.String lookupField)
Field name that is used to categorize features. |
void |
setLower(int index,
java.lang.String value)
The lower value of the range. |
void |
setRangeType(int index,
int range)
The type of categorization for the values within the specified field. |
void |
setSymbol(int index,
IACSymbol symbol)
Symbol associated with the specified value. |
void |
setUpper(int index,
java.lang.String value)
The upper value of the range. |
void |
setValue(int index,
java.lang.String value)
The unique value for the specified field. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IACValueMapRendererProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IACValueMapRendererProxy()
public IACValueMapRendererProxy(java.lang.Object obj)
throws java.io.IOException
protected IACValueMapRendererProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IACValueMapRendererProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - 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 events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public java.lang.String getLookupField()
throws java.io.IOException,
AutomationException
IACValueMapRenderer
getLookupField in interface IACValueMapRendererAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setLookupField(java.lang.String lookupField)
throws java.io.IOException,
AutomationException
IACValueMapRenderer
setLookupField in interface IACValueMapRendererlookupField - The lookupField (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getCount()
throws java.io.IOException,
AutomationException
IACValueMapRenderer
getCount in interface IACValueMapRendererAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IACSymbol getSymbol(int index)
throws java.io.IOException,
AutomationException
IACValueMapRenderer
getSymbol in interface IACValueMapRendererindex - 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
IACValueMapRenderer
setSymbol in interface IACValueMapRendererindex - The index (in)symbol - A reference to a com.esri.arcgis.carto.IACSymbol (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getRangeType(int index)
throws java.io.IOException,
AutomationException
IACValueMapRenderer
getRangeType in interface IACValueMapRendererindex - 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
IACValueMapRenderer
setRangeType in interface IACValueMapRendererindex - 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
IACValueMapRenderer
getValue in interface IACValueMapRendererindex - 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
IACValueMapRenderer
setValue in interface IACValueMapRendererindex - 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
IACValueMapRenderer
getLabel in interface IACValueMapRendererindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setLabel(int index,
java.lang.String label)
throws java.io.IOException,
AutomationException
IACValueMapRenderer
setLabel in interface IACValueMapRendererindex - 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
IACValueMapRenderer
getUpper in interface IACValueMapRendererindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setUpper(int index,
java.lang.String value)
throws java.io.IOException,
AutomationException
IACValueMapRenderer
setUpper in interface IACValueMapRendererindex - The index (in)value - The value (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getLower(int index)
throws java.io.IOException,
AutomationException
IACValueMapRenderer
getLower in interface IACValueMapRendererindex - 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
IACValueMapRenderer
setLower in interface IACValueMapRendererindex - The index (in)value - The value (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
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
IACValueMapRenderer
add in interface IACValueMapRenderersymbol - 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void clear()
throws java.io.IOException,
AutomationException
IACValueMapRenderer
clear in interface IACValueMapRendererjava.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
IACValueMapRenderer
remove in interface IACValueMapRendererindex - 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 | |||||||||