com.esri.arcgis.carto
Interface IFeatureServiceLayerEditExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureServiceLayerEditExtension, IFeatureServiceLayerEditExtensionProxy

public interface IFeatureServiceLayerEditExtension
extends java.io.Serializable

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

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 IID436a366e_57b0_4d08_9a9e_a4495a3b6acf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getLayerID()
          the Feature Service Layer ID
 IName getPlugInFeatureClassName()
          The feature service plug in feature class for display.
 IName getPlugInTableName()
          The feature service plug in table for display.
 void setLayerID(java.lang.String pLayerID)
          the Feature Service Layer ID
 void setPlugInFeatureClassNameByRef(IName pFeatureClassName)
          The feature service plug in feature class for display.
 void setPlugInTableNameByRef(IName pTableName)
          The feature service plug in table for display.
 

Field Detail

IID436a366e_57b0_4d08_9a9e_a4495a3b6acf

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

setPlugInFeatureClassNameByRef

void setPlugInFeatureClassNameByRef(IName pFeatureClassName)
                                    throws java.io.IOException,
                                           AutomationException
The feature service plug in feature class for display.

Parameters:
pFeatureClassName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPlugInFeatureClassName

IName getPlugInFeatureClassName()
                                throws java.io.IOException,
                                       AutomationException
The feature service plug in feature class for display.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlugInTableNameByRef

void setPlugInTableNameByRef(IName pTableName)
                             throws java.io.IOException,
                                    AutomationException
The feature service plug in table for display.

Parameters:
pTableName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPlugInTableName

IName getPlugInTableName()
                         throws java.io.IOException,
                                AutomationException
The feature service plug in table for display.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerID

void setLayerID(java.lang.String pLayerID)
                throws java.io.IOException,
                       AutomationException
the Feature Service Layer ID

Parameters:
pLayerID - The pLayerID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerID

java.lang.String getLayerID()
                            throws java.io.IOException,
                                   AutomationException
the Feature Service Layer ID

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