com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureAssociation

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicInMemoryFeatureAssociation

public interface ISchematicInMemoryFeatureAssociation
extends Serializable

Provides access to members that control the schematic in memory feature association.

Product Availability

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


Method Summary
 IObject getAssociatedObject(ISchematicDataset dataset)
          Associated object if exist.
 IObjectClass getAssociatedObjectClass(ISchematicDataset dataset)
          Associated object class if exist.
 IWorkspace getAssociatedWorkspace(ISchematicDataset dataset)
          Associated workspace if exist.
 int getDataSourceID()
          Data source ID related to the schematic in memory feature assocation.
 int getObjectClassID()
          Class ID related to the schematic in memory feature assocation.
 String getObjectGUID()
          GUID related to the schematic in memory feature assocation.
 int getObjectID()
          Object ID related to the schematic in memory feature assocation.
 int getObjectSubID()
          SUBID related to the schematic in memory feature assocation.
 void setDataSourceID(int iD)
          Data source ID related to the schematic in memory feature assocation.
 void setObjectClassID(int iD)
          Class ID related to the schematic in memory feature assocation.
 void setObjectGUID(String gUID)
          GUID related to the schematic in memory feature assocation.
 void setObjectID(int iD)
          Object ID related to the schematic in memory feature assocation.
 void setObjectSubID(int iD)
          SUBID related to the schematic in memory feature assocation.
 

Method Detail

getDataSourceID

int getDataSourceID()
                    throws IOException,
                           AutomationException
Data source ID related to the schematic in memory feature assocation.

Product Availability

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

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataSourceID

void setDataSourceID(int iD)
                     throws IOException,
                            AutomationException
Data source ID related to the schematic in memory feature assocation.

Product Availability

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

Parameters:
iD - The iD (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectClassID

int getObjectClassID()
                     throws IOException,
                            AutomationException
Class ID related to the schematic in memory feature assocation.

Product Availability

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

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectClassID

void setObjectClassID(int iD)
                      throws IOException,
                             AutomationException
Class ID related to the schematic in memory feature assocation.

Product Availability

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

Parameters:
iD - The iD (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectID

int getObjectID()
                throws IOException,
                       AutomationException
Object ID related to the schematic in memory feature assocation.

Product Availability

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

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectID

void setObjectID(int iD)
                 throws IOException,
                        AutomationException
Object ID related to the schematic in memory feature assocation.

Product Availability

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

Parameters:
iD - The iD (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectSubID

int getObjectSubID()
                   throws IOException,
                          AutomationException
SUBID related to the schematic in memory feature assocation.

Product Availability

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

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectSubID

void setObjectSubID(int iD)
                    throws IOException,
                           AutomationException
SUBID related to the schematic in memory feature assocation.

Product Availability

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

Parameters:
iD - The iD (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectGUID

String getObjectGUID()
                     throws IOException,
                            AutomationException
GUID related to the schematic in memory feature assocation.

Product Availability

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

Returns:
The gUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectGUID

void setObjectGUID(String gUID)
                   throws IOException,
                          AutomationException
GUID related to the schematic in memory feature assocation.

Product Availability

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

Parameters:
gUID - The gUID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAssociatedObject

IObject getAssociatedObject(ISchematicDataset dataset)
                            throws IOException,
                                   AutomationException
Associated object if exist.

Product Availability

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

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

getAssociatedObjectClass

IObjectClass getAssociatedObjectClass(ISchematicDataset dataset)
                                      throws IOException,
                                             AutomationException
Associated object class if exist.

Product Availability

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

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

getAssociatedWorkspace

IWorkspace getAssociatedWorkspace(ISchematicDataset dataset)
                                  throws IOException,
                                         AutomationException
Associated workspace if exist.

Product Availability

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

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