|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableFactory
Provides access to members that control the creation of tables through a factory.
Method Summary | |
---|---|
IEnumTable |
create(Object inputObject)
Creates table(s) based on the specified object. |
String |
getPublicName()
Public name of the factory. |
String |
getTableCategory()
Category name. |
boolean |
isCanCreate(Object inputObject)
Indicates if the factory can create a table based upon the specified object. |
IEnumTable |
loadTables()
Loads a set of layers. |
Method Detail |
---|
String getPublicName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTableCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTable loadTables() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanCreate(Object inputObject) throws IOException, AutomationException
inputObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTable create(Object inputObject) throws IOException, AutomationException
inputObject
- A reference to another Object (IUnknown) (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 |