com.esri.arcgis.carto
Interface IFeatureRendererUpdate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, IFeatureRendererUpdateProxy, UniqueValueRenderer

public interface IFeatureRendererUpdate
extends java.io.Serializable

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

Description: 'Provides access to members that control functionality common to all feature renderers.' 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 IID735c4d99_e28d_4ad4_b5b9_a12c1d8319fc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void update(IFeatureLayer pFeatureLayer)
          update
 

Field Detail

IID735c4d99_e28d_4ad4_b5b9_a12c1d8319fc

static final int IID735c4d99_e28d_4ad4_b5b9_a12c1d8319fc
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

update

void update(IFeatureLayer pFeatureLayer)
            throws java.io.IOException,
                   AutomationException
update

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