|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.ISchematicRulesHelperProxy
Description: 'Provides access to members that manage the schematic rule helper.' 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 =
public class ISchematicRulesHelperProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.schematic.ISchematicRulesHelper |
|---|
IID, IIDe385bc7f_6a5c_4b7e_a8b4_560936776522 |
| Constructor Summary | |
|---|---|
|
ISchematicRulesHelperProxy()
Deprecated. For internal use only |
|
ISchematicRulesHelperProxy(java.lang.Object obj)
Deprecated. |
protected |
ISchematicRulesHelperProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISchematicRulesHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISchematicRulesHelperProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ISchematicInMemoryFeature |
alterLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
java.lang.String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID,
java.lang.String fromName,
java.lang.String toName,
int flowDirection,
int fromPort,
int toPort)
Deprecated. Modify or create a Link. |
ISchematicInMemoryFeature |
alterNode(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
java.lang.String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID)
Deprecated. Modify or create a Node. |
ISchematicInMemoryFeature |
alterNodeOnLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
java.lang.String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID,
java.lang.String refLinkName,
double distance,
boolean asRatio)
Deprecated. Modify or create a NodeOnLink. |
int |
findDataSourceID(IWorkspace workspace,
boolean autoCreate)
Deprecated. Obtain or create the datasource id of the input workspace. |
IEnumSchematicInMemoryFeature |
getDisplayedIncidentLinks(ISchematicInMemoryFeatureNode inMemoryNode,
int endPointType)
Deprecated. Hide a schematic feature. |
IPolyline |
getLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink,
boolean reverseOrder)
Deprecated. Obtains the vertices of the input schematic link. |
IPoint |
getNodePoint(ISchematicInMemoryFeatureNode inMemoryFeatureNode)
Deprecated. Obtains the position of the input schematic node. |
ISchematicRelationController |
getRelationController()
Deprecated. Obtain the Relation Controller from the rules helper. |
void |
hideFeature(ISchematicInMemoryFeature inMemoryFeature)
Deprecated. Hide a schematic feature. |
void |
initHelper(ISchematicInMemoryDiagram inMemoryDiagram)
Deprecated. Initialize the helper with the input schematic diagram. |
boolean |
isKeepVertices()
Deprecated. Indicates if the Schematic Rules Helper keeps the links vertices. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature)
Deprecated. Report the associations of first schematic feature to the second schematic feature. |
void |
reportRelations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature,
boolean recursif)
Deprecated. Report the relations of first schematic feature to the second schematic feature. |
void |
setKeepVertices(boolean keepVertices)
Deprecated. Indicates if the Schematic Rules Helper keeps the links vertices. |
void |
setLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink,
IPolyline polyline)
Deprecated. Defines the vertices of the input schematic link. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ISchematicRulesHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ISchematicRulesHelperProxy()
public ISchematicRulesHelperProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISchematicRulesHelperProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISchematicRulesHelperProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public ISchematicRelationController getRelationController()
throws java.io.IOException,
AutomationException
getRelationController in interface ISchematicRulesHelperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isKeepVertices()
throws java.io.IOException,
AutomationException
isKeepVertices in interface ISchematicRulesHelperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKeepVertices(boolean keepVertices)
throws java.io.IOException,
AutomationException
setKeepVertices in interface ISchematicRulesHelperkeepVertices - The keepVertices (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initHelper(ISchematicInMemoryDiagram inMemoryDiagram)
throws java.io.IOException,
AutomationException
initHelper in interface ISchematicRulesHelperinMemoryDiagram - 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 int findDataSourceID(IWorkspace workspace,
boolean autoCreate)
throws java.io.IOException,
AutomationException
findDataSourceID in interface ISchematicRulesHelperworkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)autoCreate - The autoCreate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicInMemoryFeature alterNode(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
java.lang.String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID)
throws java.io.IOException,
AutomationException
alterNode in interface ISchematicRulesHelperinMemoryFeatureClass - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureClass (in)name - The name (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)dataSourceID - The dataSourceID (in)objectSubID - The objectSubID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicInMemoryFeature alterNodeOnLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
java.lang.String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID,
java.lang.String refLinkName,
double distance,
boolean asRatio)
throws java.io.IOException,
AutomationException
alterNodeOnLink in interface ISchematicRulesHelperinMemoryFeatureClass - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureClass (in)name - The name (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)dataSourceID - The dataSourceID (in)objectSubID - The objectSubID (in)refLinkName - The refLinkName (in)distance - The distance (in)asRatio - The asRatio (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicInMemoryFeature alterLink(ISchematicInMemoryFeatureClass inMemoryFeatureClass,
java.lang.String name,
IObject object,
IGeometry geometry,
int dataSourceID,
int objectSubID,
java.lang.String fromName,
java.lang.String toName,
int flowDirection,
int fromPort,
int toPort)
throws java.io.IOException,
AutomationException
alterLink in interface ISchematicRulesHelperinMemoryFeatureClass - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureClass (in)name - The name (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)dataSourceID - The dataSourceID (in)objectSubID - The objectSubID (in)fromName - The fromName (in)toName - The toName (in)flowDirection - A com.esri.arcgis.geodatabase.esriFlowDirection constant (in)fromPort - The fromPort (in)toPort - The toPort (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature)
throws java.io.IOException,
AutomationException
reportAssociations in interface ISchematicRulesHelperfromInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)toInMemoryFeature - 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 reportRelations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature,
boolean recursif)
throws java.io.IOException,
AutomationException
reportRelations in interface ISchematicRulesHelperfromInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)toInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)recursif - The recursif (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink,
IPolyline polyline)
throws java.io.IOException,
AutomationException
setLinkPoints in interface ISchematicRulesHelperinMemoryFeatureLink - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)polyline - A reference to a com.esri.arcgis.geometry.IPolyline (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPolyline getLinkPoints(ISchematicInMemoryFeatureLink inMemoryFeatureLink,
boolean reverseOrder)
throws java.io.IOException,
AutomationException
getLinkPoints in interface ISchematicRulesHelperinMemoryFeatureLink - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in)reverseOrder - The reverseOrder (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getNodePoint(ISchematicInMemoryFeatureNode inMemoryFeatureNode)
throws java.io.IOException,
AutomationException
getNodePoint in interface ISchematicRulesHelperinMemoryFeatureNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumSchematicInMemoryFeature getDisplayedIncidentLinks(ISchematicInMemoryFeatureNode inMemoryNode,
int endPointType)
throws java.io.IOException,
AutomationException
getDisplayedIncidentLinks in interface ISchematicRulesHelperinMemoryNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)endPointType - A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hideFeature(ISchematicInMemoryFeature inMemoryFeature)
throws java.io.IOException,
AutomationException
hideFeature in interface ISchematicRulesHelperinMemoryFeature - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||