|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicRelationController
public class SchematicRelationController
COM Class 'SchematicRelationController'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description 'Schematic relation controller object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.schematic.ISchematicRelationController |
|---|
IID, IID28213779_9140_4a1e_b0fc_12a34f4dc82a, xxDummy |
| Fields inherited from interface com.esri.arcgis.schematic.ISchematicRelationControllerEdit |
|---|
IID, IID274c2518_e644_4421_984f_087f3fa435c6, xxDummy |
| Fields inherited from interface com.esri.arcgis.schematic.ISchematicRelationControllerEvent |
|---|
IID, IID30aa566f_a1c8_4bcc_b27d_d43312230704, xxDummy |
| Constructor Summary | |
|---|---|
SchematicRelationController()
Constructs a SchematicRelationController using ArcGIS Engine. |
|
SchematicRelationController(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicRelationController theSchematicRelationController = (SchematicRelationController) obj; |
|
| Method Summary | |
|---|---|
void |
createRelation(ISchematicInMemoryFeature inMemoryChild,
ISchematicInMemoryFeature inMemoryParent)
Creates a schematic relation between the specified child feature and the specified parent. |
void |
deleteRelation(ISchematicInMemoryFeature inMemoryChild)
Deletes the schematic relation defined for the specified child schematic feature. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IEnumSchematicInMemoryFeature |
findChildren(ISchematicInMemoryFeature inMemoryParent)
Provides access to the children schematic features for the specified parent schematic feature. |
ISchematicInMemoryFeature |
findParent(ISchematicInMemoryFeature inMemoryChild)
Provides access to the parent schematic feature for the specified child schematic feature. |
IEnumSchematicInMemoryFeature |
findParents(ISchematicInMemoryDiagram inMemoryDiagram)
Provides access to all parent schematic features contained in the sprecified diagram. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isParent(ISchematicInMemoryFeature inMemoryFeature)
Indicates if a schematic feature is a parent. |
void |
onMoveFeatures(IDisplay display,
ILayer layer,
IEnumSchematicInMemoryFeature inMemoryFeatures,
ILine shift)
Fires when the user moves a parent schematic features and its related children with the mouse. |
void |
release()
Release a SchematicRelationController. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchematicRelationController()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SchematicRelationController(java.lang.Object obj)
throws java.io.IOException
SchematicRelationController theSchematicRelationController = (SchematicRelationController) obj;
obj to SchematicRelationController.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public ISchematicInMemoryFeature findParent(ISchematicInMemoryFeature inMemoryChild)
throws java.io.IOException,
AutomationException
findParent in interface ISchematicRelationControllerinMemoryChild - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumSchematicInMemoryFeature findChildren(ISchematicInMemoryFeature inMemoryParent)
throws java.io.IOException,
AutomationException
findChildren in interface ISchematicRelationControllerinMemoryParent - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumSchematicInMemoryFeature findParents(ISchematicInMemoryDiagram inMemoryDiagram)
throws java.io.IOException,
AutomationException
findParents in interface ISchematicRelationControllerinMemoryDiagram - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryDiagram (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isParent(ISchematicInMemoryFeature inMemoryFeature)
throws java.io.IOException,
AutomationException
isParent in interface ISchematicRelationControllerinMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createRelation(ISchematicInMemoryFeature inMemoryChild,
ISchematicInMemoryFeature inMemoryParent)
throws java.io.IOException,
AutomationException
createRelation in interface ISchematicRelationControllerEditinMemoryChild - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)inMemoryParent - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteRelation(ISchematicInMemoryFeature inMemoryChild)
throws java.io.IOException,
AutomationException
deleteRelation in interface ISchematicRelationControllerEditinMemoryChild - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onMoveFeatures(IDisplay display,
ILayer layer,
IEnumSchematicInMemoryFeature inMemoryFeatures,
ILine shift)
throws java.io.IOException,
AutomationException
onMoveFeatures in interface ISchematicRelationControllerEventdisplay - A reference to a com.esri.arcgis.display.IDisplay (in)layer - A reference to a com.esri.arcgis.carto.ILayer (in)inMemoryFeatures - A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeature (in)shift - A reference to a com.esri.arcgis.geometry.ILine (in)
java.io.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 | ||||||||