com.esri.arcgis.schematic
Class SchematicLinker

java.lang.Object
  extended by com.esri.arcgis.schematic.SchematicLinker
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ISchematicFeatureLinker, ISchematicInMemoryFeatureLinkerEdit, java.io.Serializable

public class SchematicLinker
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ISchematicFeatureLinker, ISchematicInMemoryFeatureLinkerEdit

COM Class 'SchematicLinker'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description 'Schematic linker object that manages the objects (rows or features) associated to the schematic features.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicFeatureLinker
IID, IID680f3173_f06c_40f7_ba4a_a26d4cb20616, xxDummy
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicInMemoryFeatureLinkerEdit
IID, IID80819812_db94_4235_b6f2_85a54cf86d17, xxDummy
 
Constructor Summary
SchematicLinker()
          Constructs a SchematicLinker using ArcGIS Engine.
SchematicLinker(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SchematicLinker theSchematicLinker = (SchematicLinker) obj;
 
Method Summary
 void associate(ISchematicInMemoryFeature inMemoryFeature, IObject object)
          Associates the specified schematic feature with the specified object.
 void dissociate(ISchematicInMemoryFeature inMemoryFeature, IObject object)
          Dissociates the specified schematic feature with the specified object.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IEnumObject findObjectsFromSchematicFeature(ISchematicFeature feature)
          Retrieves the set of objects associated with the specified schematic feature.
 IEnumSchematicFeature findSchematicFeaturesInLayerFromObjects(IEnumObject enumObject, ILayer layer, ITrackCancel cancelTracker)
          Retrieves the set of schematic features associated with the specified objects.
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void release()
          Release a SchematicLinker.
 void reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature, ISchematicInMemoryFeature toInMemoryFeature)
          Reports associations from one schematic feature to another one.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchematicLinker

public SchematicLinker()
                throws java.io.IOException,
                       java.net.UnknownHostException
Constructs a SchematicLinker using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

SchematicLinker

public SchematicLinker(java.lang.Object obj)
                throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SchematicLinker theSchematicLinker = (SchematicLinker) obj;

Construct a SchematicLinker using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SchematicLinker.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a SchematicLinker.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

findObjectsFromSchematicFeature

public IEnumObject findObjectsFromSchematicFeature(ISchematicFeature feature)
                                            throws java.io.IOException,
                                                   AutomationException
Retrieves the set of objects associated with the specified schematic feature.

Specified by:
findObjectsFromSchematicFeature in interface ISchematicFeatureLinker
Parameters:
feature - A reference to a com.esri.arcgis.schematic.ISchematicFeature (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findSchematicFeaturesInLayerFromObjects

public IEnumSchematicFeature findSchematicFeaturesInLayerFromObjects(IEnumObject enumObject,
                                                                     ILayer layer,
                                                                     ITrackCancel cancelTracker)
                                                              throws java.io.IOException,
                                                                     AutomationException
Retrieves the set of schematic features associated with the specified objects.

Specified by:
findSchematicFeaturesInLayerFromObjects in interface ISchematicFeatureLinker
Parameters:
enumObject - A reference to a com.esri.arcgis.geodatabase.IEnumObject (in)
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicFeature
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reportAssociations

public void reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature,
                               ISchematicInMemoryFeature toInMemoryFeature)
                        throws java.io.IOException,
                               AutomationException
Reports associations from one schematic feature to another one.

Specified by:
reportAssociations in interface ISchematicInMemoryFeatureLinkerEdit
Parameters:
fromInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
toInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

associate

public void associate(ISchematicInMemoryFeature inMemoryFeature,
                      IObject object)
               throws java.io.IOException,
                      AutomationException
Associates the specified schematic feature with the specified object.

Specified by:
associate in interface ISchematicInMemoryFeatureLinkerEdit
Parameters:
inMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
object - A reference to a com.esri.arcgis.geodatabase.IObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dissociate

public void dissociate(ISchematicInMemoryFeature inMemoryFeature,
                       IObject object)
                throws java.io.IOException,
                       AutomationException
Dissociates the specified schematic feature with the specified object.

Specified by:
dissociate in interface ISchematicInMemoryFeatureLinkerEdit
Parameters:
inMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
object - A reference to a com.esri.arcgis.geodatabase.IObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.