|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUniqueValueRenderer
COM Interface 'IUniqueValueRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDc3346d2a_b2bc_11d1_8817_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addReferenceValue(java.lang.String value,
java.lang.String refValue)
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)
Adds a value and corresponding symbol to the list. |
java.lang.String |
getColorScheme()
Color scheme (user interface property only). |
java.lang.String |
getDefaultLabel()
Label used for unspecified values. |
ISymbol |
getDefaultSymbol()
Symbol used to draw any unspecified values (may be NULL). |
java.lang.String |
getDescription(java.lang.String value)
Desription for the specified label. |
java.lang.String |
getField(int index)
Field at the specified index that is used to categorize features. |
int |
getFieldCount()
Number of fields used by the renderer (0-3). |
java.lang.String |
getFieldDelimiter()
Delimiter used to separate field values. |
java.lang.String |
getHeading(java.lang.String value)
Heading that contains the specified value. |
java.lang.String |
getLabel(java.lang.String value)
Label for the specified value. |
java.lang.String |
getLookupStyleset()
Style used for matching (user interface property only). |
java.lang.String |
getReferenceValue(java.lang.String value)
Reference value for the specified value. |
ISymbol |
getSymbol(java.lang.String value)
Symbol associated with the specified value. |
java.lang.String |
getValue(int index)
Value at the specified index. |
int |
getValueCount()
Number of unique values used to categorize the data. |
boolean |
isUseDefaultSymbol()
Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
removeAllValues()
Removes all values from the renderer. |
void |
removeValue(java.lang.String value)
Removes a value from the renderer. |
void |
setColorScheme(java.lang.String name)
Color scheme (user interface property only). |
void |
setDefaultLabel(java.lang.String label)
Label used for unspecified values. |
void |
setDefaultSymbol(ISymbol symbol)
Symbol used to draw any unspecified values (may be NULL). |
void |
setDescription(java.lang.String value,
java.lang.String text)
Desription for the specified label. |
void |
setField(int index,
java.lang.String field)
Field at the specified index that is used to categorize features. |
void |
setFieldCount(int fieldCount)
Number of fields used by the renderer (0-3). |
void |
setFieldDelimiter(java.lang.String delimiter)
Delimiter used to separate field values. |
void |
setFieldType(int index,
boolean rhs2)
Indicates if the field at the specified index is a string. |
void |
setHeading(java.lang.String value,
java.lang.String heading)
Heading that contains the specified value. |
void |
setLabel(java.lang.String value,
java.lang.String label)
Label for the specified value. |
void |
setLookupStyleset(java.lang.String name)
Style used for matching (user interface property only). |
void |
setSymbol(java.lang.String value,
ISymbol symbol)
Symbol associated with the specified value. |
void |
setUseDefaultSymbol(boolean flag)
Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
setValue(int index,
java.lang.String value)
Value at the specified index. |
Field Detail |
---|
static final int IIDc3346d2a_b2bc_11d1_8817_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getField(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(int index, java.lang.String field) throws java.io.IOException, AutomationException
index
- The index (in)field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldType(int index, boolean rhs2) throws java.io.IOException, AutomationException
index
- The index (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldDelimiter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldDelimiter(java.lang.String delimiter) throws java.io.IOException, AutomationException
delimiter
- The delimiter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldCount(int fieldCount) throws java.io.IOException, AutomationException
fieldCount
- The fieldCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getDefaultSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultSymbol(ISymbol symbol) throws java.io.IOException, AutomationException
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.java.lang.String getDefaultLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultLabel(java.lang.String label) throws java.io.IOException, AutomationException
label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseDefaultSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDefaultSymbol(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getValueCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getValue(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int index, java.lang.String value) throws java.io.IOException, AutomationException
index
- The index (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getReferenceValue(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addReferenceValue(java.lang.String value, java.lang.String refValue) throws java.io.IOException, AutomationException
value
- The value (in)refValue
- The refValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbol(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(java.lang.String value, ISymbol symbol) throws java.io.IOException, AutomationException
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.java.lang.String getLabel(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabel(java.lang.String value, java.lang.String label) throws java.io.IOException, AutomationException
value
- The value (in)label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String value, java.lang.String text) throws java.io.IOException, AutomationException
value
- The value (in)text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getHeading(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeading(java.lang.String value, java.lang.String heading) throws java.io.IOException, AutomationException
value
- The value (in)heading
- The heading (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addValue(java.lang.String value, java.lang.String heading, ISymbol symbol) throws java.io.IOException, AutomationException
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.void removeValue(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getColorScheme() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorScheme(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLookupStyleset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLookupStyleset(java.lang.String name) throws java.io.IOException, AutomationException
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 |