com.esri.arcgis.editor
Interface ISelectionResolutionImpl

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISelectionResolutionImplProxy

public interface ISelectionResolutionImpl
extends Serializable

Provides access to the callback methods for the Selection Resolution Chip.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void select(IFeatureLayer newFeatureLayer, IFeature newFeature, int selectionMethod, IFeatureLayer lastFeatureLayer, IFeature lastFeature)
          A new feature has been selected.
 

Method Detail

select

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

Product Availability

Available with ArcGIS Desktop.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.