|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicRelationshipRule
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 |
|---|
static final int IIDa1f60ebb_db3b_4e56_bab3_664af2faa23f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
description - The description (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getRelationshipClassName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRelationshipClassName(java.lang.String relationshipClassName)
throws java.io.IOException,
AutomationException
relationshipClassName - The relationshipClassName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSourceElementClassName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSourceElementClassName(java.lang.String sourceClassName)
throws java.io.IOException,
AutomationException
sourceClassName - The sourceClassName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTargetElementClassName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTargetElementClassName(java.lang.String targetClassName)
throws java.io.IOException,
AutomationException
targetClassName - The targetClassName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getRelationshipElementClassName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRelationshipElementClassName(java.lang.String relationshipClassName)
throws java.io.IOException,
AutomationException
relationshipClassName - The relationshipClassName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAddTargetElement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddTargetElement(boolean addTargetElement)
throws java.io.IOException,
AutomationException
addTargetElement - The addTargetElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAddRelationBetweenTargetAndSource()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddRelationBetweenTargetAndSource(boolean addRelationBetweenTargetAndSource)
throws java.io.IOException,
AutomationException
addRelationBetweenTargetAndSource - The addRelationBetweenTargetAndSource (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReverseTargetRelation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReverseTargetRelation(boolean reverseTargetRelation)
throws java.io.IOException,
AutomationException
reverseTargetRelation - The reverseTargetRelation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInitializeTargetVertices(boolean initializeTargetVertices)
throws java.io.IOException,
AutomationException
initializeTargetVertices - The initializeTargetVertices (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInitializeTargetVertices()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReportSourceRelationOnTarget()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReportSourceRelationOnTarget(boolean reportSourceRelationOnTarget)
throws java.io.IOException,
AutomationException
reportSourceRelationOnTarget - The reportSourceRelationOnTarget (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReportTargetRelationOnConnectedNodes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReportTargetRelationOnConnectedNodes(boolean reportTargetRelationOnConnectedNodes)
throws java.io.IOException,
AutomationException
reportTargetRelationOnConnectedNodes - The reportTargetRelationOnConnectedNodes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAddRelationshipElement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddRelationshipElement(boolean addRelationshipElement)
throws java.io.IOException,
AutomationException
addRelationshipElement - The addRelationshipElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReverseRelationshipLinkOrientation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReverseRelationshipLinkOrientation(boolean reverseRelationshipLinkOrientation)
throws java.io.IOException,
AutomationException
reverseRelationshipLinkOrientation - The reverseRelationshipLinkOrientation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffsetDistance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOffsetDistance(double offsetDistance)
throws java.io.IOException,
AutomationException
offsetDistance - The offsetDistance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffsetAngle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOffsetAngle(double offsetAngle)
throws java.io.IOException,
AutomationException
offsetAngle - The offsetAngle (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 | ||||||||