public interface IDataElementType
extends java.io.Serializable
Description: 'Provides access to the Data Element Type.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4926a958_7885_484c_811b_2c8b12b0c1a2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDataElement |
createOutputDataElement(java.lang.String catalogPath,
java.lang.String optionalWorkspace)
Creates a data element given a catalog path and an optional workspace.
|
static final int IID4926a958_7885_484c_811b_2c8b12b0c1a2
static final int xxDummy
static final java.lang.String IID
IDataElement createOutputDataElement(java.lang.String catalogPath, java.lang.String optionalWorkspace) throws java.io.IOException, AutomationException
catalogPath
- The catalogPath (in)optionalWorkspace
- The optionalWorkspace (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.