|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUniqueValueTextRenderer
COM Interface 'IUniqueValueTextRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods and properties that support using text for symbolizing temporal events.' 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 |
IIDf0ec44ef_f2b4_4433_b5ab_9908c5e740e7
|
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 the refValue, which has already ben added to the renderer. |
void |
addValue(java.lang.String value,
java.lang.String heading,
ISymbol symbol)
Adds a value and correstonding 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)
Description 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 categorieze the data. |
boolean |
isUseDefaultSymbol()
Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
removeAllValues()
Removes all values from teh 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 pLabel)
Label used for unspecified values. |
void |
setDefaultSymbol(ISymbol pVal)
Symbol used to draw any unspecified values (may be NULL). |
void |
setDescription(java.lang.String value,
java.lang.String pVal)
Description for the specified label. |
void |
setField(int index,
java.lang.String pVal)
Field at the specified index that is used to categorize features. |
void |
setFieldCount(int pVal)
Number of fields used by the renderer (0-3). |
void |
setFieldDelimiter(java.lang.String pVal)
Delimiter used to separate field values. |
void |
setFieldType(int index,
boolean rhs2)
Indicates if the field at eth specified index is a string. |
void |
setHeading(java.lang.String value,
java.lang.String pVal)
Heading that contains the specified value. |
void |
setLabel(java.lang.String value,
java.lang.String pVal)
Label for the specified value. |
void |
setLookupStyleset(java.lang.String pVal)
Style used for matching (user interface property only). |
void |
setSymbol(java.lang.String value,
ISymbol pVal)
Symbol associated with the specified value. |
void |
setUseDefaultSymbol(boolean pVal)
Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
setValue(int index,
java.lang.String pVal)
Value at the specified index. |
| Field Detail |
|---|
static final int IIDf0ec44ef_f2b4_4433_b5ab_9908c5e740e7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
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.
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 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 pLabel)
throws java.io.IOException,
AutomationException
pLabel - The pLabel (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 pVal)
throws java.io.IOException,
AutomationException
pVal - 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 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 pVal)
throws java.io.IOException,
AutomationException
value - The value (in)pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 pVal)
throws java.io.IOException,
AutomationException
index - The index (in)pVal - The pVal (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 pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (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 pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (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 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 pVal)
throws java.io.IOException,
AutomationException
value - The value (in)pVal - The pVal (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 pVal)
throws java.io.IOException,
AutomationException
value - The value (in)pVal - The pVal (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 pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (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 removeAllValues()
throws java.io.IOException,
AutomationException
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.
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 pVal)
throws java.io.IOException,
AutomationException
value - The value (in)pVal - 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.
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 pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
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 pVal)
throws java.io.IOException,
AutomationException
index - The index (in)pVal - The pVal (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||