|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicRouteNodeReductionRule
Provides access to members that manage the generic Schematic Route Node Reduction rule.
The Route Node Reduction rule allows you to generate schematic diagrams after all route nodes or certain route nodes related to a given node schematic feature class have been removed along a route while preserving the topology. Even if this rule works on any schematic diagram, the Route Node Reduction rule has been specifically developed to reduce route nodes contained in schematic diagrams generated from a network layer containing a resulting route. For these diagrams, the network analysis cost attributes coming from the solved network feature layer used in input for the diagram generation (for example, ArriveTime, DepartTime, Attr_Meters, Attr_Minutes, Status, CurbApproach, and so on) are transferred on the schematic element during the generation process and stored in the schematic element class. When route nodes are reduced using the Route Node Reduction rule, these attributes are accumulated during the rule execution.
Route nodes are nodes with degree two—that is, two links connect these nodes.
Method Summary | |
---|---|
int |
getReduceAngle()
Reduction angle of the rule. |
boolean |
isReduceByAngle()
Indicates if the reduction reduces all the nodes. |
void |
setReduceAngle(int reduceAngle)
Reduction angle of the rule. |
void |
setReduceByAngle(boolean reduceByAngle)
Indicates if the reduction reduces all the nodes. |
Method Detail |
---|
boolean isReduceByAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReduceByAngle(boolean reduceByAngle) throws IOException, AutomationException
reduceByAngle
- The reduceByAngle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReduceAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReduceAngle(int reduceAngle) throws IOException, AutomationException
reduceAngle
- The reduceAngle (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 |