com.esri.arcgis.display
Interface IGeometricEffects

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicFillSymbol, BasicLineSymbol, BasicMarkerSymbol, IGeometricEffectsProxy, RepresentationRule

public interface IGeometricEffects
extends java.io.Serializable

COM Interface 'IGeometricEffects'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the geometric effect list.' 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 IID6f68089c_1026_4ba3_8930_a52d62eec539
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IGeometricEffect geomEffect)
          Adds a new geometric effect.
 int getCount()
          Number of geometric effects.
 IGeometricEffect getElement(int index)
          The geometric effect at the specified position.
 void insert(int index, IGeometricEffect geomEffect)
          Inserts a new geometric effect.
 void remove(int index)
          Removes a geometric effect.
 void removeAll()
          Removes all geometric effects.
 

Field Detail

IID6f68089c_1026_4ba3_8930_a52d62eec539

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of geometric effects.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElement

IGeometricEffect getElement(int index)
                            throws java.io.IOException,
                                   AutomationException
The geometric effect at the specified position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.display.IGeometricEffect
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IGeometricEffect geomEffect)
            throws java.io.IOException,
                   AutomationException
Inserts a new geometric effect.

Parameters:
index - The index (in)
geomEffect - A reference to a com.esri.arcgis.display.IGeometricEffect (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(IGeometricEffect geomEffect)
         throws java.io.IOException,
                AutomationException
Adds a new geometric effect.

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

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes a geometric effect.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all geometric effects.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.