|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicLinker
public class SchematicLinker
Schematic linker object.
| Constructor Summary | |
|---|---|
SchematicLinker()
Constructs a SchematicLinker using ArcGIS Engine. |
|
SchematicLinker(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicLinker theSchematicLinker = (SchematicLinker) obj; |
|
| Method Summary | |
|---|---|
void |
associate(INgElement ngElement,
IObject object)
Associates the specified graphic element with the specified object. |
void |
dissociate(INgElement ngElement,
IObject object)
Dissociate the specified graphic element with the specified object. |
boolean |
equals(Object o)
Compare this object with another |
INgElements |
findNgElementsFromObject(IObject object)
Retrieves the set of schematic elements associated with the specified feature. |
INgElements |
findNgElementsInLayerFromObject(IObject object,
ILayer layer)
Retrieves the set of schematic elements associated with the specified feature from the specified schematic layer. |
INgElements |
findNgElementsInLayerFromObjects(IEnumObject enumObject,
ILayer layer,
ITrackCancel cancelTracker)
Retrieves the set of schematic elements associated with the specified set of objects from the specified schematic layer. |
IEnumObject |
findObjectsFromNgElement(INgElement ngElement)
Retrieves the set of objects associated with the specified schematic element. |
IEnumObject |
findObjectsFromNgElements(INgElements ngElements,
ITrackCancel cancelTracker)
Retrieves the set of objects associated with the specified set of schematic elements. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
loadSchematicAssociations(ISchematicDiagram diagram)
Loads the schematic associations for the specified schematic diagram in memory. |
void |
reportAssociations(INgElement fromNgElement,
INgElement toNgElement)
Reports the associations defined for the specified 'FromNgElement' graphic element onto the specified 'ToNgElement' graphic element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SchematicLinker()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicLinker(Object obj)
throws IOException
SchematicLinker theSchematicLinker = (SchematicLinker) obj;
obj to SchematicLinker.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void loadSchematicAssociations(ISchematicDiagram diagram)
throws IOException,
AutomationException
loadSchematicAssociations in interface ISchematicLinkerdiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumObject findObjectsFromNgElement(INgElement ngElement)
throws IOException,
AutomationException
findObjectsFromNgElement in interface ISchematicObjectLinkerngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumObject findObjectsFromNgElements(INgElements ngElements,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
findObjectsFromNgElements in interface ISchematicObjectLinkerngElements - A reference to a com.esri.arcgis.schematic.INgElements (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgElements findNgElementsFromObject(IObject object)
throws IOException,
AutomationException
findNgElementsFromObject in interface ISchematicObjectLinkerobject - A reference to a com.esri.arcgis.geodatabase.IObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgElements findNgElementsInLayerFromObject(IObject object,
ILayer layer)
throws IOException,
AutomationException
findNgElementsInLayerFromObject in interface ISchematicObjectLinkerobject - A reference to a com.esri.arcgis.geodatabase.IObject (in)layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgElements findNgElementsInLayerFromObjects(IEnumObject enumObject,
ILayer layer,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
findNgElementsInLayerFromObjects in interface ISchematicObjectLinkerenumObject - 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reportAssociations(INgElement fromNgElement,
INgElement toNgElement)
throws IOException,
AutomationException
reportAssociations in interface ISchematicObjectLinkerEditfromNgElement - A reference to a com.esri.arcgis.schematic.INgElement (in)toNgElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void associate(INgElement ngElement,
IObject object)
throws IOException,
AutomationException
associate in interface ISchematicObjectLinkerEditngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dissociate(INgElement ngElement,
IObject object)
throws IOException,
AutomationException
dissociate in interface ISchematicObjectLinkerEditngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (in)
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 | ||||||||