com.esri.arcgis.geodatabase
Interface IFeatureDatasetExtensionContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureDataset, IFeatureDatasetExtensionContainerProxy

public interface IFeatureDatasetExtensionContainer
extends java.io.Serializable

COM Interface 'IFeatureDatasetExtensionContainer'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID23869b3a_1ad9_468b_9e52_6fdc3c261fda
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID23869b3a_1ad9_468b_9e52_6fdc3c261fda

static final int IID23869b3a_1ad9_468b_9e52_6fdc3c261fda
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getExtensionCount

int getExtensionCount()
                      throws java.io.IOException,
                             AutomationException
The number of feature dataset extensions.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtension

IFeatureDatasetExtension getExtension(int index)
                                      throws java.io.IOException,
                                             AutomationException
Provides access to a feature dataset extension.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetExtension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findExtension

IFeatureDatasetExtension findExtension(int type)
                                       throws java.io.IOException,
                                              AutomationException
Provides access to the feature dataset extension that supports the specified dataset type.

Parameters:
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetExtension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.