public interface IFeatureDatasetExtensionContainer
extends java.io.Serializable
Description: 'Provides access to the collection of feature dataset extensions.' 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 |
IID23869b3a_1ad9_468b_9e52_6fdc3c261fda |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFeatureDatasetExtension |
findExtension(int type)
Provides access to the feature dataset extension that supports the specified dataset type.
|
IFeatureDatasetExtension |
getExtension(int index)
Provides access to a feature dataset extension.
|
int |
getExtensionCount()
The number of feature dataset extensions.
|
static final int IID23869b3a_1ad9_468b_9e52_6fdc3c261fda
static final int xxDummy
static final java.lang.String IID
int getExtensionCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureDatasetExtension getExtension(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureDatasetExtension findExtension(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.