|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataClassificationDef
Provides access to the available properties of a DataClassificationDef object.
Method Summary | |
---|---|
ISymbol |
getBaseSymbol()
Base symbol used to generate symbols for the Renderer. |
IColorRamp |
getColorRamp()
ColorRamp used to generate symbols for the Renderer. |
void |
setBaseSymbolByRef(ISymbol pBaseSymbol)
Base symbol used to generate symbols for the Renderer. |
void |
setColorRampByRef(IColorRamp pColorRamp)
ColorRamp used to generate symbols for the Renderer. |
Method Detail |
---|
ISymbol getBaseSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseSymbolByRef(ISymbol pBaseSymbol) throws IOException, AutomationException
pBaseSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColorRamp getColorRamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorRampByRef(IColorRamp pColorRamp) throws IOException, AutomationException
pColorRamp
- A reference to a com.esri.arcgis.display.IColorRamp (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 |