com.esri.arcgis.carto
Interface IACSimpleRenderer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ACSimpleRenderer

public interface IACSimpleRenderer
extends Serializable

Provides access to members that control ArcIMS simple renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IACSymbol getSymbol()
          Symbol used to draw each feature.
 void setSymbolByRef(IACSymbol symbol)
          Symbol used to draw each feature.
 

Method Detail

getSymbol

IACSymbol getSymbol()
                    throws IOException,
                           AutomationException
Symbol used to draw each feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setSymbolByRef

void setSymbolByRef(IACSymbol symbol)
                    throws IOException,
                           AutomationException
Symbol used to draw each feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
symbol - A reference to a com.esri.arcgis.carto.IACSymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.