com.esri.arcgis.display
Interface IEditInteraction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeometricEffectArrow, GeometricEffectBuffer, GeometricEffectCut, GeometricEffectDash, GeometricEffectDonut, GeometricEffectExtension, GeometricEffectJog, GeometricEffectMove, GeometricEffectOffset, GeometricEffectOffsetTangent, GeometricEffectRadial, GeometricEffectRegularPolygon, GeometricEffectRotate, GeometricEffectScale, GeometricEffectSimplify, GeometricEffectSmooth, GeometricEffectTaperedPolygon, GeometricEffectWave, IEditInteractionProxy, MarkerPlacementAlongLine, MarkerPlacementAtExtremities, MarkerPlacementDecoration, MarkerPlacementInsidePolygon, MarkerPlacementOnLine, MarkerPlacementOnPoint, MarkerPlacementPolygonCenter, MarkerPlacementRandomAlongLine, MarkerPlacementRandomInPolygon, MarkerPlacementVariableAlongLine

public interface IEditInteraction
extends java.io.Serializable

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

Description: 'Provides access to methods declaring how graphic attributes interact with a representation tool.' 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 IID658053af_d86c_4a2d_8e9b_3bc7628276fb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isEditableAttribute(java.lang.Object editParams, int attrIndex)
          Indicates if a graphic attribute is editable by a representation tool.
 void modifyAttributes(java.lang.Object editParams, java.lang.Object attrArray)
          Modifies the graphic attributes according to the editing parameters of the representation tool.
 

Field Detail

IID658053af_d86c_4a2d_8e9b_3bc7628276fb

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

isEditableAttribute

boolean isEditableAttribute(java.lang.Object editParams,
                            int attrIndex)
                            throws java.io.IOException,
                                   AutomationException
Indicates if a graphic attribute is editable by a representation tool.

Parameters:
editParams - A Variant (in)
attrIndex - The attrIndex (in)
Returns:
The isEditable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

modifyAttributes

void modifyAttributes(java.lang.Object editParams,
                      java.lang.Object attrArray)
                      throws java.io.IOException,
                             AutomationException
Modifies the graphic attributes according to the editing parameters of the representation tool.

Parameters:
editParams - A Variant (in)
attrArray - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.