|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinUniqueValueRenderer
Provides access to members that assign symbols to TIN features based upon tag value or edge type.
Method Summary | |
---|---|
void |
addReferenceValue(String value,
String refValue)
Adds a value that references another value. |
void |
addValue(String value,
String heading,
ISymbol symbol)
Adds a value and a symbol to the list of categories, for multivariate Values, value is a comma separated list of values. |
String |
getColorScheme()
Name of Color Scheme (used in UI only). |
String |
getDefaultLabel()
The default label used for unspecified values. |
ISymbol |
getDefaultSymbol()
The default symbol used for unspecified values (may be NULL). |
String |
getDescription(String value)
The description for the label. |
String |
getHeading(String value)
The heading in which the given value is contained. |
String |
getLabel(String value)
The label used to display the given value. |
String |
getLookupStyleset()
Name of Styleset for Lookup Symbols(used in UI only). |
String |
getReferenceValue(String value)
The reference value for the given value. |
ISymbol |
getSymbol(String value)
The symbol associated with the given value. |
String |
getValue(int index)
The value at the given index. |
int |
getValueCount()
The number of values used to categorize the data. |
boolean |
isUseDefaultSymbol()
Indicates if the default symbol is used for drawing unspecified values. |
void |
removeAllValues()
Removes all values. |
void |
removeValue(String value)
Removes a values from the list of categories. |
void |
setColorScheme(String name)
Name of Color Scheme (used in UI only). |
void |
setDefaultLabel(String label)
The default label used for unspecified values. |
void |
setDefaultSymbolByRef(ISymbol symbol)
The default symbol used for unspecified values (may be NULL). |
void |
setDescription(String value,
String text)
The description for the label. |
void |
setHeading(String value,
String heading)
The heading in which the given value is contained. |
void |
setLabel(String value,
String label)
The label used to display the given value. |
void |
setLookupStyleset(String name)
Name of Styleset for Lookup Symbols(used in UI only). |
void |
setSymbol(String value,
ISymbol symbol)
The symbol associated with the given value. |
void |
setUseDefaultSymbol(boolean flag)
Indicates if the default symbol is used for drawing unspecified values. |
void |
setValue(int index,
String value)
The value at the given index. |
Method Detail |
---|
ISymbol getDefaultSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultSymbolByRef(ISymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultLabel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultLabel(String label) throws IOException, AutomationException
label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseDefaultSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDefaultSymbol(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getValueCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getValue(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int index, String value) throws IOException, AutomationException
index
- The index (in)value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getReferenceValue(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addReferenceValue(String value, String refValue) throws IOException, AutomationException
value
- The value (in)refValue
- The refValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbol(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(String value, ISymbol symbol) throws IOException, AutomationException
value
- The value (in)symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLabel(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabel(String value, String label) throws IOException, AutomationException
value
- The value (in)label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String value, String text) throws IOException, AutomationException
value
- The value (in)text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHeading(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeading(String value, String heading) throws IOException, AutomationException
value
- The value (in)heading
- The heading (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addValue(String value, String heading, ISymbol symbol) throws IOException, AutomationException
value
- The value (in)heading
- The heading (in)symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeValue(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getColorScheme() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorScheme(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLookupStyleset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLookupStyleset(String name) throws IOException, AutomationException
name
- The name (in)
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 |