|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFeatureServiceLayerFactory
Provides access to members that control the creation of feature service layers and tables through a factory.
| Method Summary | |
|---|---|
IEnumLayer |
create(Object inputObject,
IEnumTable[] tables)
Creates layer(s) based on the specified object. |
IEnumLayer |
createSubLayer(Object inputObject,
String layerID,
IEnumTable[] tables)
Creates layer(s) based on the specified object. |
| Method Detail |
|---|
IEnumLayer create(Object inputObject,
IEnumTable[] tables)
throws IOException,
AutomationException
inputObject - A reference to another Object (IUnknown) (in)tables - A reference to a com.esri.arcgis.geodatabase.IEnumTable (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumLayer createSubLayer(Object inputObject,
String layerID,
IEnumTable[] tables)
throws IOException,
AutomationException
inputObject - A reference to another Object (IUnknown) (in)layerID - The layerID (in)tables - A reference to a com.esri.arcgis.geodatabase.IEnumTable (out: use single element array)
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 | ||||||||