|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinUniqueValueRenderer
COM Interface 'ITinUniqueValueRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that assign symbols to TIN features based upon tag value or edge type.' 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 |
IIDaa8745c7_aa66_11d2_81fa_00104bc4cd03
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addReferenceValue(java.lang.String value,
java.lang.String refValue)
Adds a value that references another value. |
void |
addValue(java.lang.String value,
java.lang.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. |
java.lang.String |
getColorScheme()
Name of Color Scheme (used in UI only). |
java.lang.String |
getDefaultLabel()
The default label used for unspecified values. |
ISymbol |
getDefaultSymbol()
The default symbol used for unspecified values (may be NULL). |
java.lang.String |
getDescription(java.lang.String value)
The description for the label. |
java.lang.String |
getHeading(java.lang.String value)
The heading in which the given value is contained. |
java.lang.String |
getLabel(java.lang.String value)
The label used to display the given value. |
java.lang.String |
getLookupStyleset()
Name of Styleset for Lookup Symbols(used in UI only). |
java.lang.String |
getReferenceValue(java.lang.String value)
The reference value for the given value. |
ISymbol |
getSymbol(java.lang.String value)
The symbol associated with the given value. |
java.lang.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(java.lang.String value)
Removes a values from the list of categories. |
void |
setColorScheme(java.lang.String name)
Name of Color Scheme (used in UI only). |
void |
setDefaultLabel(java.lang.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(java.lang.String value,
java.lang.String text)
The description for the label. |
void |
setHeading(java.lang.String value,
java.lang.String heading)
The heading in which the given value is contained. |
void |
setLabel(java.lang.String value,
java.lang.String label)
The label used to display the given value. |
void |
setLookupStyleset(java.lang.String name)
Name of Styleset for Lookup Symbols(used in UI only). |
void |
setSymbol(java.lang.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,
java.lang.String value)
The value at the given index. |
Field Detail |
---|
static final int IIDaa8745c7_aa66_11d2_81fa_00104bc4cd03
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ISymbol getDefaultSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultSymbolByRef(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 |