public interface IDatasetContainer2 extends IDatasetContainer, java.io.Serializable
Description: 'Provides access to members that return datasets 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 |
IIDc826e861_dbfa_4b86_95fe_8352e287e284 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbd770969_efb7_11d3_9fa2_00c04f6bdf0c
Modifier and Type | Method and Description |
---|---|
IDataset |
createDataset(IDEDataset dataElement)
Given a data element, create a dataset in this container.
|
IDataset |
getDataset(int type,
int index)
The dataset associated with the specified index value and dataset type.
|
IDataset |
getDatasetByName(int type,
java.lang.String name)
The dataset of the specified type with the specified name.
|
int |
getDatasetCount(int type)
The number of datasets of the specified type in this container.
|
IEnumDatasetName |
getDatasetNames(int type)
The names of all the datasets with the specified type.
|
IEnumDataset |
getDatasets(int type)
An enumerator over the datasets of the specified type.
|
IEnumDatasetType |
getDatasetTypes()
The names of all the datasets with the specified type.
|
addDataset
static final int IIDc826e861_dbfa_4b86_95fe_8352e287e284
static final int xxDummy
static final java.lang.String IID
IDataset getDataset(int type, int index) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDataset getDatasets(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.int getDatasetCount(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.IDataset getDatasetByName(int type, java.lang.String name) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getDatasetNames(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.IEnumDatasetType getDatasetTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDataset createDataset(IDEDataset dataElement) throws java.io.IOException, AutomationException
dataElement
- A reference to a com.esri.arcgis.geodatabase.IDEDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.