com.esri.arcgis.geodatabase
Interface IFeatureDataset

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

public interface IFeatureDataset
extends IDataset, java.io.Serializable

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

Description: 'Provides access to create a new feature class in a feature dataset.' 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 IIDd4803ee3_79f4_11d0_97fc_0080c7f79481
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDataset
IID2d04c042_7766_11d0_b77d_00805f7ced21
 
Method Summary
 IFeatureClass createFeatureClass(java.lang.String name, IFields fields, IUID cLSID, IUID eXTCLSID, int featureType, java.lang.String shapeFieldName, java.lang.String configKeyword)
          Creates a new FeatureClass in this FeatureDataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDataset
canCopy, canDelete, canRename, copy, delete, getBrowseName, getCategory, getFullName, getName, getPropertySet, getSubsets, getType, getWorkspace, rename, setBrowseName
 

Field Detail

IIDd4803ee3_79f4_11d0_97fc_0080c7f79481

static final int IIDd4803ee3_79f4_11d0_97fc_0080c7f79481
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

createFeatureClass

IFeatureClass createFeatureClass(java.lang.String name,
                                 IFields fields,
                                 IUID cLSID,
                                 IUID eXTCLSID,
                                 int featureType,
                                 java.lang.String shapeFieldName,
                                 java.lang.String configKeyword)
                                 throws java.io.IOException,
                                        AutomationException
Creates a new FeatureClass in this FeatureDataset.

Parameters:
name - The name (in)
fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
cLSID - A reference to a com.esri.arcgis.system.IUID (in)
eXTCLSID - A reference to a com.esri.arcgis.system.IUID (in)
featureType - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
shapeFieldName - The shapeFieldName (in)
configKeyword - The configKeyword (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.