com.esri.arcgis.carto
Interface IACSimpleRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACSimpleRenderer, IACSimpleRendererProxy

public interface IACSimpleRenderer
extends java.io.Serializable

COM Interface 'IACSimpleRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ArcIMS simple renderer.' 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 IID902f9675_d1df_46a2_b879_138af6b4c218
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IACSymbol getSymbol()
          Symbol used to draw each feature.
 void setSymbolByRef(IACSymbol symbol)
          Symbol used to draw each feature.
 

Field Detail

IID902f9675_d1df_46a2_b879_138af6b4c218

static final int IID902f9675_d1df_46a2_b879_138af6b4c218
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSymbol

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

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

setSymbolByRef

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

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