com.esri.arcgis.schematic
Interface ISchematicDataSourceContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicDataSourceContainerProxy, SchematicDataset

public interface ISchematicDataSourceContainer
extends Serializable

Provides access to members that control the schematic datasources defined within a container (that is, within a schematic dataset).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ISchematicDataSource getSchematicDataSourceByID(int iD)
          Schematic datasource referenced by the specified ID.
 ISchematicDataSource getSchematicDataSourceByName(String name)
          Schematic datasource referenced by the specified Name.
 IEnumSchematicDataSource getSchematicDataSources()
          Schematic datasources enumeration within the schematic dataset container.
 

Method Detail

getSchematicDataSources

IEnumSchematicDataSource getSchematicDataSources()
                                                 throws IOException,
                                                        AutomationException
Schematic datasources enumeration within the schematic dataset container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicDataSource
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDataSourceByID

ISchematicDataSource getSchematicDataSourceByID(int iD)
                                                throws IOException,
                                                       AutomationException
Schematic datasource referenced by the specified ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
iD - The iD (in)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDataSource
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDataSourceByName

ISchematicDataSource getSchematicDataSourceByName(String name)
                                                  throws IOException,
                                                         AutomationException
Schematic datasource referenced by the specified Name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDataSource
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.