|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineEditLayers
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 |
---|
static final int IID8118c22e_1065_466c_a91c_4931a6cc81a5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setTargetLayer(IFeatureLayer layer, int subType) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)subType
- The subType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer IEngineEditLayers_getTargetLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentSubtype() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEditable(IFeatureLayer layer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |