com.esri.arcgis.schematic
Interface ISchematicRelationshipRule

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicRelationshipRuleProxy, SchematicRelationshipRule

public interface ISchematicRelationshipRule
extends java.io.Serializable

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

Description: 'Provides access to members that manage the generic Schematic Relationship rule.' 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 IIDa1f60ebb_db3b_4e56_bab3_664af2faa23f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          Description of the Schematic Relationship rule.
 double getOffsetAngle()
          Angle of offset at start.
 double getOffsetDistance()
          Value of the offset distance.
 java.lang.String getRelationshipClassName()
          Relationship class name related to the Schematic Relationship rule.
 java.lang.String getRelationshipElementClassName()
          Relationship element class name related to the Schematic Relationship rule.
 java.lang.String getSourceElementClassName()
          Source element class name related to the Schematic Relationship rule.
 java.lang.String getTargetElementClassName()
          Target element class name related to the Schematic Relationship rule.
 boolean isAddRelationBetweenTargetAndSource()
          Indicates if the relation between target and source must be included in the diagram.
 boolean isAddRelationshipElement()
          Indicates if the relationship element must be included in the diagram.
 boolean isAddTargetElement()
          Indicates if the target element must be included in the diagram.
 boolean isInitializeTargetVertices()
          Indicates if vertices on the target must be initialized.
 boolean isReportSourceRelationOnTarget()
          Indicates if the source relation must be reported on the target.
 boolean isReportTargetRelationOnConnectedNodes()
          Indicates if the target relation must be reported on the connected nodes.
 boolean isReverseRelationshipLinkOrientation()
          Indicates if the relationship link orientation must be reversed.
 boolean isReverseTargetRelation()
          Indicates if the target relation must be reversed.
 void setAddRelationBetweenTargetAndSource(boolean addRelationBetweenTargetAndSource)
          Indicates if the relation between target and source must be included in the diagram.
 void setAddRelationshipElement(boolean addRelationshipElement)
          Indicates if the relationship element must be included in the diagram.
 void setAddTargetElement(boolean addTargetElement)
          Indicates if the target element must be included in the diagram.
 void setDescription(java.lang.String description)
          Description of the Schematic Relationship rule.
 void setInitializeTargetVertices(boolean initializeTargetVertices)
          Indicates if vertices on the target must be initialized.
 void setOffsetAngle(double offsetAngle)
          Angle of offset at start.
 void setOffsetDistance(double offsetDistance)
          Value of the offset distance.
 void setRelationshipClassName(java.lang.String relationshipClassName)
          Relationship class name related to the Schematic Relationship rule.
 void setRelationshipElementClassName(java.lang.String relationshipClassName)
          Relationship element class name related to the Schematic Relationship rule.
 void setReportSourceRelationOnTarget(boolean reportSourceRelationOnTarget)
          Indicates if the source relation must be reported on the target.
 void setReportTargetRelationOnConnectedNodes(boolean reportTargetRelationOnConnectedNodes)
          Indicates if the target relation must be reported on the connected nodes.
 void setReverseRelationshipLinkOrientation(boolean reverseRelationshipLinkOrientation)
          Indicates if the relationship link orientation must be reversed.
 void setReverseTargetRelation(boolean reverseTargetRelation)
          Indicates if the target relation must be reversed.
 void setSourceElementClassName(java.lang.String sourceClassName)
          Source element class name related to the Schematic Relationship rule.
 void setTargetElementClassName(java.lang.String targetClassName)
          Target element class name related to the Schematic Relationship rule.
 

Field Detail

IIDa1f60ebb_db3b_4e56_bab3_664af2faa23f

static final int IIDa1f60ebb_db3b_4e56_bab3_664af2faa23f
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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the Schematic Relationship rule.

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

setDescription

void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Description of the Schematic Relationship rule.

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

getRelationshipClassName

java.lang.String getRelationshipClassName()
                                          throws java.io.IOException,
                                                 AutomationException
Relationship class name related to the Schematic Relationship rule.

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

setRelationshipClassName

void setRelationshipClassName(java.lang.String relationshipClassName)
                              throws java.io.IOException,
                                     AutomationException
Relationship class name related to the Schematic Relationship rule.

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

getSourceElementClassName

java.lang.String getSourceElementClassName()
                                           throws java.io.IOException,
                                                  AutomationException
Source element class name related to the Schematic Relationship rule.

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

setSourceElementClassName

void setSourceElementClassName(java.lang.String sourceClassName)
                               throws java.io.IOException,
                                      AutomationException
Source element class name related to the Schematic Relationship rule.

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

getTargetElementClassName

java.lang.String getTargetElementClassName()
                                           throws java.io.IOException,
                                                  AutomationException
Target element class name related to the Schematic Relationship rule.

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

setTargetElementClassName

void setTargetElementClassName(java.lang.String targetClassName)
                               throws java.io.IOException,
                                      AutomationException
Target element class name related to the Schematic Relationship rule.

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

getRelationshipElementClassName

java.lang.String getRelationshipElementClassName()
                                                 throws java.io.IOException,
                                                        AutomationException
Relationship element class name related to the Schematic Relationship rule.

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

setRelationshipElementClassName

void setRelationshipElementClassName(java.lang.String relationshipClassName)
                                     throws java.io.IOException,
                                            AutomationException
Relationship element class name related to the Schematic Relationship rule.

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

isAddTargetElement

boolean isAddTargetElement()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the target element must be included in the diagram.

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

setAddTargetElement

void setAddTargetElement(boolean addTargetElement)
                         throws java.io.IOException,
                                AutomationException
Indicates if the target element must be included in the diagram.

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

isAddRelationBetweenTargetAndSource

boolean isAddRelationBetweenTargetAndSource()
                                            throws java.io.IOException,
                                                   AutomationException
Indicates if the relation between target and source must be included in the diagram.

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

setAddRelationBetweenTargetAndSource

void setAddRelationBetweenTargetAndSource(boolean addRelationBetweenTargetAndSource)
                                          throws java.io.IOException,
                                                 AutomationException
Indicates if the relation between target and source must be included in the diagram.

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

isReverseTargetRelation

boolean isReverseTargetRelation()
                                throws java.io.IOException,
                                       AutomationException
Indicates if the target relation must be reversed.

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

setReverseTargetRelation

void setReverseTargetRelation(boolean reverseTargetRelation)
                              throws java.io.IOException,
                                     AutomationException
Indicates if the target relation must be reversed.

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

setInitializeTargetVertices

void setInitializeTargetVertices(boolean initializeTargetVertices)
                                 throws java.io.IOException,
                                        AutomationException
Indicates if vertices on the target must be initialized.

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

isInitializeTargetVertices

boolean isInitializeTargetVertices()
                                   throws java.io.IOException,
                                          AutomationException
Indicates if vertices on the target must be initialized.

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

isReportSourceRelationOnTarget

boolean isReportSourceRelationOnTarget()
                                       throws java.io.IOException,
                                              AutomationException
Indicates if the source relation must be reported on the target.

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

setReportSourceRelationOnTarget

void setReportSourceRelationOnTarget(boolean reportSourceRelationOnTarget)
                                     throws java.io.IOException,
                                            AutomationException
Indicates if the source relation must be reported on the target.

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

isReportTargetRelationOnConnectedNodes

boolean isReportTargetRelationOnConnectedNodes()
                                               throws java.io.IOException,
                                                      AutomationException
Indicates if the target relation must be reported on the connected nodes.

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

setReportTargetRelationOnConnectedNodes

void setReportTargetRelationOnConnectedNodes(boolean reportTargetRelationOnConnectedNodes)
                                             throws java.io.IOException,
                                                    AutomationException
Indicates if the target relation must be reported on the connected nodes.

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

isAddRelationshipElement

boolean isAddRelationshipElement()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the relationship element must be included in the diagram.

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

setAddRelationshipElement

void setAddRelationshipElement(boolean addRelationshipElement)
                               throws java.io.IOException,
                                      AutomationException
Indicates if the relationship element must be included in the diagram.

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

isReverseRelationshipLinkOrientation

boolean isReverseRelationshipLinkOrientation()
                                             throws java.io.IOException,
                                                    AutomationException
Indicates if the relationship link orientation must be reversed.

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

setReverseRelationshipLinkOrientation

void setReverseRelationshipLinkOrientation(boolean reverseRelationshipLinkOrientation)
                                           throws java.io.IOException,
                                                  AutomationException
Indicates if the relationship link orientation must be reversed.

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

getOffsetDistance

double getOffsetDistance()
                         throws java.io.IOException,
                                AutomationException
Value of the offset distance.

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

setOffsetDistance

void setOffsetDistance(double offsetDistance)
                       throws java.io.IOException,
                              AutomationException
Value of the offset distance.

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

getOffsetAngle

double getOffsetAngle()
                      throws java.io.IOException,
                             AutomationException
Angle of offset at start.

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

setOffsetAngle

void setOffsetAngle(double offsetAngle)
                    throws java.io.IOException,
                           AutomationException
Angle of offset at start.

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