com.esri.arcgis.carto
Interface IUniqueValuesDef

All Superinterfaces:
IDataClassificationDef, java.io.Serializable
All Known Implementing Classes:
IUniqueValuesDefProxy, UniqueValuesDef

public interface IUniqueValuesDef
extends IDataClassificationDef, java.io.Serializable

COM Interface 'IUniqueValuesDef'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available properties of a UniqueValueDef object.' 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 IID0b0c0ebf_d4b1_4c58_ad55_4679843701d3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDataClassificationDef
IID3d2d6292_0780_450d_bae3_90ba2e016f11
 
Method Summary
 java.lang.String getFieldDelimiter()
          Delimiter used to separate field values.
 IStringArray getFields()
          Fields used by the renderer for classification.
 void setFieldDelimiter(java.lang.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
 

Field Detail

IID0b0c0ebf_d4b1_4c58_ad55_4679843701d3

static final int IID0b0c0ebf_d4b1_4c58_ad55_4679843701d3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFields

IStringArray getFields()
                       throws java.io.IOException,
                              AutomationException
Fields used by the renderer for classification.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFields

void setFields(IStringArray ppFields)
               throws java.io.IOException,
                      AutomationException
Fields used by the renderer for classification.

Parameters:
ppFields - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldDelimiter

java.lang.String getFieldDelimiter()
                                   throws java.io.IOException,
                                          AutomationException
Delimiter used to separate field values.

Returns:
The delimiter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldDelimiter

void setFieldDelimiter(java.lang.String delimiter)
                       throws java.io.IOException,
                              AutomationException
Delimiter used to separate field values.

Parameters:
delimiter - The delimiter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.