|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetContainer2
COM Interface 'IDatasetContainer2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDc826e861_dbfa_4b86_95fe_8352e287e284
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geodatabase.IDatasetContainer |
---|
IIDbd770969_efb7_11d3_9fa2_00c04f6bdf0c |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetContainer |
---|
addDataset |
Field Detail |
---|
static final int IIDc826e861_dbfa_4b86_95fe_8352e287e284
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |