com.esri.arcgis.carto
Interface IFeatureServiceLayerEditExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
FeatureServiceLayerEditExtension

public interface IFeatureServiceLayerEditExtension
extends Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 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(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.
 

Method Detail

setPlugInFeatureClassNameByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPlugInFeatureClassName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPlugInTableNameByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPlugInTableName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setLayerID

void setLayerID(String pLayerID)
                throws IOException,
                       AutomationException
the Feature Service Layer ID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getLayerID

String getLayerID()
                  throws IOException,
                         AutomationException
the Feature Service Layer ID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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