com.esri.arcgis.editor
Interface IEditLayers

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Editor, IEditLayersProxy

public interface IEditLayers
extends java.io.Serializable

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

Description: 'Provides access to members that control information about layers in the edit session.' 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 IID6cd39a83_b457_11d1_8470_0000f875b9c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureLayer getCurrentLayer()
          Indicates the editor's target layer which new features are added to.
 int getCurrentSubtype()
          The sub type for new features in the CurrentLayer.
 boolean isEditable(IFeatureLayer layer)
          Determines if a specific feature layer is editable.
 void setCurrentLayer(IFeatureLayer layer, int subtype)
          The editor's target layer and subtype for new features.
 

Field Detail

IID6cd39a83_b457_11d1_8470_0000f875b9c6

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

setCurrentLayer

void setCurrentLayer(IFeatureLayer layer,
                     int subtype)
                     throws java.io.IOException,
                            AutomationException
The editor's target layer and subtype for new features.

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

getCurrentLayer

IFeatureLayer getCurrentLayer()
                              throws java.io.IOException,
                                     AutomationException
Indicates the editor's target layer which new features are added to.

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.

getCurrentSubtype

int getCurrentSubtype()
                      throws java.io.IOException,
                             AutomationException
The sub type for new features in the CurrentLayer.

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

isEditable

boolean isEditable(IFeatureLayer layer)
                   throws java.io.IOException,
                          AutomationException
Determines if a specific feature layer is editable.

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