|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterUniqueValueRenderer
COM Interface 'IRasterUniqueValueRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that relate to the unique value rendering of rasters.' 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 |
IID279369a8_57da_11d2_aab1_00c04fa33416
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addValue(int iHeading,
int iClass,
java.lang.Object value)
Adds a value to a particular class in the specified heading. |
int |
getClassCount(int iHeading)
Number of classes in the specified heading. |
java.lang.String |
getColorScheme()
Current renderer color scheme. |
java.lang.String |
getDefaultLabel()
Default label for the unique value renderer. |
ISymbol |
getDefaultSymbol()
Default unique value renderer. |
java.lang.String |
getDescription(int iHeading,
int iClass)
Description for a particular class in the specified heading. |
java.lang.String |
getField()
Currently active renderer field. |
java.lang.String |
getHeading(int iHeading)
One heading in the heading list based on its index. |
int |
getHeadingCount()
Number of headings used by the renderer. |
java.lang.String |
getLabel(int iHeading,
int iClass)
Label for a particular class in the specified heading. |
ISymbol |
getSymbol(int iHeading,
int iClass)
Symbol for a particular class in the specified heading. |
java.lang.Object |
getValue(int iHeading,
int iClass,
int iValue)
Value of a particular class in the specified heading based on its index. |
int |
getValueCount(int iHeading,
int iClass)
Number of values in a particular class in the specified heading. |
boolean |
isUseDefaultSymbol()
Indicates whether the default unique value renderer is currently active. |
void |
removeValues(int iHeading,
int iClass)
Removes a value from a particular class in the specified heading. |
void |
setClassCount(int iHeading,
int pCount)
Number of classes in the specified heading. |
void |
setColorScheme(java.lang.String pName)
Current renderer color scheme. |
void |
setDefaultLabel(java.lang.String pLabel)
Default label for the unique value renderer. |
void |
setDefaultSymbolByRef(ISymbol ppSymbol)
Default unique value renderer. |
void |
setDescription(int iHeading,
int iClass,
java.lang.String pDescription)
Description for a particular class in the specified heading. |
void |
setField(java.lang.String pField)
Currently active renderer field. |
void |
setHeading(int iHeading,
java.lang.String pHeading)
One heading in the heading list based on its index. |
void |
setHeadingCount(int pCount)
Number of headings used by the renderer. |
void |
setLabel(int iHeading,
int iClass,
java.lang.String pLabel)
Label for a particular class in the specified heading. |
void |
setSymbol(int iHeading,
int iClass,
ISymbol pSymbol)
Symbol for a particular class in the specified heading. |
void |
setUseDefaultSymbol(boolean pFlag)
Indicates whether the default unique value renderer is currently active. |
| Field Detail |
|---|
static final int IID279369a8_57da_11d2_aab1_00c04fa33416
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setUseDefaultSymbol(boolean pFlag)
throws java.io.IOException,
AutomationException
pFlag - The pFlag (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 setDefaultSymbolByRef(ISymbol ppSymbol)
throws java.io.IOException,
AutomationException
ppSymbol - 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.
ISymbol getDefaultSymbol()
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.
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 setField(java.lang.String pField)
throws java.io.IOException,
AutomationException
pField - The pField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getField()
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 pName)
throws java.io.IOException,
AutomationException
pName - The pName (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 setHeadingCount(int pCount)
throws java.io.IOException,
AutomationException
pCount - The pCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHeadingCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeading(int iHeading,
java.lang.String pHeading)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)pHeading - The pHeading (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHeading(int iHeading)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClassCount(int iHeading,
int pCount)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)pCount - The pCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getClassCount(int iHeading)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbol(int iHeading,
int iClass,
ISymbol pSymbol)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)pSymbol - 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.
ISymbol getSymbol(int iHeading,
int iClass)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabel(int iHeading,
int iClass,
java.lang.String pLabel)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)pLabel - The pLabel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLabel(int iHeading,
int iClass)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(int iHeading,
int iClass,
java.lang.String pDescription)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)pDescription - The pDescription (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDescription(int iHeading,
int iClass)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addValue(int iHeading,
int iClass,
java.lang.Object value)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeValues(int iHeading,
int iClass)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getValueCount(int iHeading,
int iClass)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getValue(int iHeading,
int iClass,
int iValue)
throws java.io.IOException,
AutomationException
iHeading - The iHeading (in)iClass - The iClass (in)iValue - The iValue (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 | ||||||||