|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureServiceEditExtension
Method Summary | |
---|---|
boolean |
canCreateFromFeatureService(Object pObject)
canCreateFromFeatureService |
boolean |
canEdit()
canEdit |
IEnumTable |
createFromFeatureService(Object pObject,
IGroupLayer pGroupLayer)
createFromFeatureService |
IEnumTable |
createLayerFromFeatureService(Object pObject,
String layerID,
IGroupLayer pGroupLayer)
createLayerFromFeatureService |
void |
disconnect(IGroupLayer pLayer)
disconnect |
void |
extract(IGroupLayer pLayer,
IWorkspace ipWorkspace)
extract |
boolean |
isEditing()
isEditing |
void |
startEditing(IGroupLayer pLayer,
IWorkspace pWorkspace,
IEnvelope pEnvelope,
String repName)
startEditing |
void |
stopEditing(IGroupLayer pLayer)
stopEditing |
boolean |
usesSoapEditing()
usesSoapEditing |
Method Detail |
---|
boolean canCreateFromFeatureService(Object pObject) throws IOException, AutomationException
pObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTable createFromFeatureService(Object pObject, IGroupLayer pGroupLayer) throws IOException, AutomationException
pObject
- A reference to another Object (IUnknown) (in)pGroupLayer
- A reference to a com.esri.arcgis.carto.IGroupLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTable createLayerFromFeatureService(Object pObject, String layerID, IGroupLayer pGroupLayer) throws IOException, AutomationException
pObject
- A reference to another Object (IUnknown) (in)layerID
- The layerID (in)pGroupLayer
- A reference to a com.esri.arcgis.carto.IGroupLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canEdit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean usesSoapEditing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEditing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startEditing(IGroupLayer pLayer, IWorkspace pWorkspace, IEnvelope pEnvelope, String repName) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.IGroupLayer (in)pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)pEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)repName
- The repName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopEditing(IGroupLayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.IGroupLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnect(IGroupLayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.IGroupLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void extract(IGroupLayer pLayer, IWorkspace ipWorkspace) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.IGroupLayer (in)ipWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
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 |