|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableFactory
COM Interface 'ITableFactory'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the creation of tables through a factory.' 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 |
IID7e8f8cbf_0dd6_47e1_bbb8_b049a6ec0267
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IEnumTable |
create(java.lang.Object inputObject)
Creates table(s) based on the specified object. |
java.lang.String |
getPublicName()
Public name of the factory. |
java.lang.String |
getTableCategory()
Category name. |
boolean |
isCanCreate(java.lang.Object inputObject)
Indicates if the factory can create a table based upon the specified object. |
IEnumTable |
loadTables()
Loads a set of layers. |
| Field Detail |
|---|
static final int IID7e8f8cbf_0dd6_47e1_bbb8_b049a6ec0267
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getPublicName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTableCategory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumTable loadTables()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCanCreate(java.lang.Object inputObject)
throws java.io.IOException,
AutomationException
inputObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumTable create(java.lang.Object inputObject)
throws java.io.IOException,
AutomationException
inputObject - A reference to another Object (IUnknown) (in)
java.io.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 | ||||||||