|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUniqueValuesDef
Provides access to the available properties of a UniqueValueDef object.
| Method Summary | |
|---|---|
String |
getFieldDelimiter()
Delimiter used to separate field values. |
IStringArray |
getFields()
Fields used by the renderer for classification. |
void |
setFieldDelimiter(String delimiter)
Delimiter used to separate field values. |
void |
setFields(IStringArray ppFields)
Fields used by the renderer for classification. |
| Methods inherited from interface com.esri.arcgis.carto.IDataClassificationDef |
|---|
getBaseSymbol, getColorRamp, setBaseSymbolByRef, setColorRampByRef |
| Method Detail |
|---|
IStringArray getFields()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFields(IStringArray ppFields)
throws IOException,
AutomationException
ppFields - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldDelimiter()
throws IOException,
AutomationException
When multiple fields are used, a FieldDelimiter is needed to separate values in the resultant IUniqueValueRenderer::Value. By default a comma (",") is used to separate them. In case a comma is a valid value in the one of those fields, you should set this property to use a different delimiter such as semi-color (";") as a value separator.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldDelimiter(String delimiter)
throws IOException,
AutomationException
delimiter - The delimiter (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 | ||||||||