public interface IFeatureClassContainer
extends java.io.Serializable
Description: 'Provides access to members that return feature classes by name, ID and index.' 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 |
IID3b439634_cfc3_11d1_aead_0000f80372b4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFeatureClass |
esri_getClass(int classIndex)
The FeatureClass associated with the specified index value.
|
IFeatureClass |
getClassByID(int iD)
The FeatureClass with the specified ID.
|
IFeatureClass |
getClassByName(java.lang.String name)
The FeatureClass with the specified name.
|
int |
getClassCount()
The number of FeatureClasses in this container.
|
IEnumFeatureClass |
getClasses()
An enumerator over the FeatureClasses.
|
static final int IID3b439634_cfc3_11d1_aead_0000f80372b4
static final int xxDummy
static final java.lang.String IID
IFeatureClass esri_getClass(int classIndex) throws java.io.IOException, AutomationException
classIndex
- The classIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureClass getClassByID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureClass getClassByName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getClassCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumFeatureClass getClasses() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.