com.esri.arcgis.carto
Interface ISelectionLayerDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMSSubFeatureLayer, ISelectionLayerDefinitionProxy

public interface ISelectionLayerDefinition
extends java.io.Serializable

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

Description: 'Provides access to members that are used to create a selection layer from an existing selection layer.' 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 IID863e18bb_9b3e_4eee_ac2d_f891e8ed8fd9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureLayer createSelectionLayer(java.lang.String layerName, boolean useCurrentSelection, java.lang.String joinTableNames, java.lang.String expression)
          Creates a new feature layer from the existing layer based on the current selection and the specified query expression.
 

Field Detail

IID863e18bb_9b3e_4eee_ac2d_f891e8ed8fd9

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

createSelectionLayer

IFeatureLayer createSelectionLayer(java.lang.String layerName,
                                   boolean useCurrentSelection,
                                   java.lang.String joinTableNames,
                                   java.lang.String expression)
                                   throws java.io.IOException,
                                          AutomationException
Creates a new feature layer from the existing layer based on the current selection and the specified query expression.

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