com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureAssociation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureAssociationProxy, SchematicInMemoryFeatureAssociation

public interface ISchematicInMemoryFeatureAssociation
extends java.io.Serializable

COM Interface 'ISchematicInMemoryFeatureAssociation'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic in memory feature association.' 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 IID522eb192_e002_4799_972c_7515b1427ac9
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 java.lang.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(java.lang.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.
 

Field Detail

IID522eb192_e002_4799_972c_7515b1427ac9

static final int IID522eb192_e002_4799_972c_7515b1427ac9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDataSourceID

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

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

setDataSourceID

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

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

getObjectClassID

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

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

setObjectClassID

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

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

getObjectID

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

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

setObjectID

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

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

getObjectSubID

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

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

setObjectSubID

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

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

getObjectGUID

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

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

setObjectGUID

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

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

getAssociatedObject

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

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

getAssociatedObjectClass

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

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

getAssociatedWorkspace

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

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