com.esri.arcgis.editor
Interface ISelectionResolutionImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISelectionResolutionImplProxy

public interface ISelectionResolutionImpl
extends java.io.Serializable

COM Interface 'ISelectionResolutionImpl'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to the callback methods for the Selection Resolution Chip.' 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 IIDc7b0148f_0ac0_4124_a65f_36c8b09fb06a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void select(IFeatureLayer newFeatureLayer, IFeature newFeature, int selectionMethod, IFeatureLayer lastFeatureLayer, IFeature lastFeature)
          A new feature has been selected.
 

Field Detail

IIDc7b0148f_0ac0_4124_a65f_36c8b09fb06a

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

select

void select(IFeatureLayer newFeatureLayer,
            IFeature newFeature,
            int selectionMethod,
            IFeatureLayer lastFeatureLayer,
            IFeature lastFeature)
            throws java.io.IOException,
                   AutomationException
A new feature has been selected.

Parameters:
newFeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
newFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
selectionMethod - A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
lastFeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
lastFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.