com.esri.arcgis.controls
Interface IEngineEditLayers

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EngineEditor, IEngineEditLayersProxy

public interface IEngineEditLayers
extends java.io.Serializable

COM Interface 'IEngineEditLayers'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.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 IID8118c22e_1065_466c_a91c_4931a6cc81a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCurrentSubtype()
          The sub type for new features in the CurrentLayer.
 IFeatureLayer IEngineEditLayers_getTargetLayer()
          The EngineEditor's target layer that new features are added to.
 boolean isEditable(IFeatureLayer layer)
          Indicates if the specific feature layer is editable.
 void setTargetLayer(IFeatureLayer layer, int subType)
          Sets the EngineEditor's target layer and subtype for new features.
 

Field Detail

IID8118c22e_1065_466c_a91c_4931a6cc81a5

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

setTargetLayer

void setTargetLayer(IFeatureLayer layer,
                    int subType)
                    throws java.io.IOException,
                           AutomationException
Sets the EngineEditor'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.

IEngineEditLayers_getTargetLayer

IFeatureLayer IEngineEditLayers_getTargetLayer()
                                               throws java.io.IOException,
                                                      AutomationException
The EngineEditor's target layer that 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
Indicates if the 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.