|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicNodeReductionRule
Provides access to members that manage the generic Schematic Node Reduction rule.
| Method Summary | |
|---|---|
String |
getDescription()
Description of the Schematic Node Reduction rule. |
String |
getIncidentLinkAttributeName()
Name of the attribute field that use for the link attribute option. |
String |
getNodeClassName()
Name of the schematic node element class related to the Schematic Node Reduction rule; that is, name of the schematic node element class to reduce. |
String |
getWhereClause()
Where clause used on associated feature to filter the schematic elements to reduce. |
boolean |
isKeepVertices()
Indicates if the Schematic Node Reduction rule keeps the links vertices. |
boolean |
isUseIncidentLinkAttribute()
Indicates if the Schematic Node Reduction rule use the link attribute. |
void |
setDescription(String description)
Description of the Schematic Node Reduction rule. |
void |
setIncidentLinkAttributeName(String incidentLinkAttributeName)
Name of the attribute field that use for the link attribute option. |
void |
setKeepVertices(boolean keepVertices)
Indicates if the Schematic Node Reduction rule keeps the links vertices. |
void |
setNodeClassName(String nodeClassName)
Name of the schematic node element class related to the Schematic Node Reduction rule; that is, name of the schematic node element class to reduce. |
void |
setUseIncidentLinkAttribute(boolean useIncidentLinkAttribute)
Indicates if the Schematic Node Reduction rule use the link attribute. |
void |
setWhereClause(String whereClause)
Where clause used on associated feature to filter the schematic elements to reduce. |
| Method Detail |
|---|
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(String description)
throws IOException,
AutomationException
description - The description (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getNodeClassName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNodeClassName(String nodeClassName)
throws IOException,
AutomationException
nodeClassName - The nodeClassName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isKeepVertices()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setKeepVertices(boolean keepVertices)
throws IOException,
AutomationException
keepVertices - The keepVertices (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getWhereClause()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWhereClause(String whereClause)
throws IOException,
AutomationException
whereClause - The whereClause (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseIncidentLinkAttribute()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseIncidentLinkAttribute(boolean useIncidentLinkAttribute)
throws IOException,
AutomationException
useIncidentLinkAttribute - The useIncidentLinkAttribute (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getIncidentLinkAttributeName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIncidentLinkAttributeName(String incidentLinkAttributeName)
throws IOException,
AutomationException
incidentLinkAttributeName - The incidentLinkAttributeName (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 | ||||||||