public interface ICIMDatasetFactoryBridge
extends java.io.Serializable
Description: 'Provides access to methods for creating CIM-based datasets.' 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 |
IID80e696d2_d150_4a4f_9eef_ce6d64c3de2f |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IFeatureClass |
createAnnotationFeatureClassBridge(ICreateAnnotationFeatureClassDefinitionBridge props)
Creates an annotation feature class using the properties in the definition.
|
IFeatureClass |
createDimensionFeatureClassBridge(ICreateDimensionFeatureClassDefinitionBridge props)
Creates a dimension feature class using the properties in the definition.
|
static final int IID80e696d2_d150_4a4f_9eef_ce6d64c3de2f
static final int xxDummy
static final java.lang.String IID
IFeatureClass createAnnotationFeatureClassBridge(ICreateAnnotationFeatureClassDefinitionBridge props) throws java.io.IOException, AutomationException
props - A reference to a com.esri.arcgis.cartox.ICreateAnnotationFeatureClassDefinitionBridge (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IFeatureClass createDimensionFeatureClassBridge(ICreateDimensionFeatureClassDefinitionBridge props) throws java.io.IOException, AutomationException
props - A reference to a com.esri.arcgis.cartox.ICreateDimensionFeatureClassDefinitionBridge (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.