|
|||||||||
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.IUniqueValueRendererProxy
Description: 'Provides access to members that control a renderer where symbols are assigned to features based on unique attribute values.' 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 IUniqueValueRendererProxy
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.IUniqueValueRenderer |
---|
IID, IIDc3346d2a_b2bc_11d1_8817_080009ec732a |
Constructor Summary | |
---|---|
|
IUniqueValueRendererProxy()
Deprecated. For internal use only |
|
IUniqueValueRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
IUniqueValueRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IUniqueValueRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IUniqueValueRendererProxy(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. |
void |
addReferenceValue(java.lang.String value,
java.lang.String refValue)
Deprecated. Adds a value to the renderer to be grouped with refValue, which has already been added to the renderer. |
void |
addValue(java.lang.String value,
java.lang.String heading,
ISymbol symbol)
Deprecated. Adds a value and corresponding symbol to the list. |
java.lang.String |
getColorScheme()
Deprecated. Color scheme (user interface property only). |
java.lang.String |
getDefaultLabel()
Deprecated. Label used for unspecified values. |
ISymbol |
getDefaultSymbol()
Deprecated. Symbol used to draw any unspecified values (may be NULL). |
java.lang.String |
getDescription(java.lang.String value)
Deprecated. Desription for the specified label. |
java.lang.String |
getField(int index)
Deprecated. Field at the specified index that is used to categorize features. |
int |
getFieldCount()
Deprecated. Number of fields used by the renderer (0-3). |
java.lang.String |
getFieldDelimiter()
Deprecated. Delimiter used to separate field values. |
java.lang.String |
getHeading(java.lang.String value)
Deprecated. Heading that contains the specified value. |
java.lang.String |
getLabel(java.lang.String value)
Deprecated. Label for the specified value. |
java.lang.String |
getLookupStyleset()
Deprecated. Style used for matching (user interface property only). |
java.lang.String |
getReferenceValue(java.lang.String value)
Deprecated. Reference value for the specified value. |
ISymbol |
getSymbol(java.lang.String value)
Deprecated. Symbol associated with the specified value. |
java.lang.String |
getValue(int index)
Deprecated. Value at the specified index. |
int |
getValueCount()
Deprecated. Number of unique values used to categorize the data. |
boolean |
isUseDefaultSymbol()
Deprecated. Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
removeAllValues()
Deprecated. Removes all values from the renderer. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
removeValue(java.lang.String value)
Deprecated. Removes a value from the renderer. |
void |
setColorScheme(java.lang.String name)
Deprecated. Color scheme (user interface property only). |
void |
setDefaultLabel(java.lang.String label)
Deprecated. Label used for unspecified values. |
void |
setDefaultSymbol(ISymbol symbol)
Deprecated. Symbol used to draw any unspecified values (may be NULL). |
void |
setDescription(java.lang.String value,
java.lang.String text)
Deprecated. Desription for the specified label. |
void |
setField(int index,
java.lang.String field)
Deprecated. Field at the specified index that is used to categorize features. |
void |
setFieldCount(int fieldCount)
Deprecated. Number of fields used by the renderer (0-3). |
void |
setFieldDelimiter(java.lang.String delimiter)
Deprecated. Delimiter used to separate field values. |
void |
setFieldType(int index,
boolean rhs2)
Deprecated. Indicates if the field at the specified index is a string. |
void |
setHeading(java.lang.String value,
java.lang.String heading)
Deprecated. Heading that contains the specified value. |
void |
setLabel(java.lang.String value,
java.lang.String label)
Deprecated. Label for the specified value. |
void |
setLookupStyleset(java.lang.String name)
Deprecated. Style used for matching (user interface property only). |
void |
setSymbol(java.lang.String value,
ISymbol symbol)
Deprecated. Symbol associated with the specified value. |
void |
setUseDefaultSymbol(boolean flag)
Deprecated. Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
setValue(int index,
java.lang.String value)
Deprecated. Value at the specified index. |
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 IUniqueValueRendererProxy(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 IUniqueValueRendererProxy()
public IUniqueValueRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IUniqueValueRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IUniqueValueRendererProxy(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 getField(int index) throws java.io.IOException, AutomationException
getField
in interface IUniqueValueRenderer
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setField(int index, java.lang.String field) throws java.io.IOException, AutomationException
setField
in interface IUniqueValueRenderer
index
- The index (in)field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldType(int index, boolean rhs2) throws java.io.IOException, AutomationException
setFieldType
in interface IUniqueValueRenderer
index
- The index (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFieldDelimiter() throws java.io.IOException, AutomationException
getFieldDelimiter
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldDelimiter(java.lang.String delimiter) throws java.io.IOException, AutomationException
setFieldDelimiter
in interface IUniqueValueRenderer
delimiter
- The delimiter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldCount() throws java.io.IOException, AutomationException
getFieldCount
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldCount(int fieldCount) throws java.io.IOException, AutomationException
setFieldCount
in interface IUniqueValueRenderer
fieldCount
- The fieldCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getDefaultSymbol() throws java.io.IOException, AutomationException
getDefaultSymbol
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultSymbol(ISymbol symbol) throws java.io.IOException, AutomationException
setDefaultSymbol
in interface IUniqueValueRenderer
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultLabel() throws java.io.IOException, AutomationException
getDefaultLabel
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultLabel(java.lang.String label) throws java.io.IOException, AutomationException
setDefaultLabel
in interface IUniqueValueRenderer
label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseDefaultSymbol() throws java.io.IOException, AutomationException
isUseDefaultSymbol
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseDefaultSymbol(boolean flag) throws java.io.IOException, AutomationException
setUseDefaultSymbol
in interface IUniqueValueRenderer
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getValueCount() throws java.io.IOException, AutomationException
getValueCount
in interface IUniqueValueRenderer
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 IUniqueValueRenderer
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 IUniqueValueRenderer
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 getReferenceValue(java.lang.String value) throws java.io.IOException, AutomationException
getReferenceValue
in interface IUniqueValueRenderer
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addReferenceValue(java.lang.String value, java.lang.String refValue) throws java.io.IOException, AutomationException
addReferenceValue
in interface IUniqueValueRenderer
value
- The value (in)refValue
- The refValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getSymbol(java.lang.String value) throws java.io.IOException, AutomationException
getSymbol
in interface IUniqueValueRenderer
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbol(java.lang.String value, ISymbol symbol) throws java.io.IOException, AutomationException
setSymbol
in interface IUniqueValueRenderer
value
- The value (in)symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabel(java.lang.String value) throws java.io.IOException, AutomationException
getLabel
in interface IUniqueValueRenderer
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabel(java.lang.String value, java.lang.String label) throws java.io.IOException, AutomationException
setLabel
in interface IUniqueValueRenderer
value
- The value (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 getDescription(java.lang.String value) throws java.io.IOException, AutomationException
getDescription
in interface IUniqueValueRenderer
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String value, java.lang.String text) throws java.io.IOException, AutomationException
setDescription
in interface IUniqueValueRenderer
value
- The value (in)text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHeading(java.lang.String value) throws java.io.IOException, AutomationException
getHeading
in interface IUniqueValueRenderer
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeading(java.lang.String value, java.lang.String heading) throws java.io.IOException, AutomationException
setHeading
in interface IUniqueValueRenderer
value
- The value (in)heading
- The heading (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addValue(java.lang.String value, java.lang.String heading, ISymbol symbol) throws java.io.IOException, AutomationException
addValue
in interface IUniqueValueRenderer
value
- The value (in)heading
- The heading (in)symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeValue(java.lang.String value) throws java.io.IOException, AutomationException
removeValue
in interface IUniqueValueRenderer
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllValues() throws java.io.IOException, AutomationException
removeAllValues
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getColorScheme() throws java.io.IOException, AutomationException
getColorScheme
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorScheme(java.lang.String name) throws java.io.IOException, AutomationException
setColorScheme
in interface IUniqueValueRenderer
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLookupStyleset() throws java.io.IOException, AutomationException
getLookupStyleset
in interface IUniqueValueRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLookupStyleset(java.lang.String name) throws java.io.IOException, AutomationException
setLookupStyleset
in interface IUniqueValueRenderer
name
- The name (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 |