com.esri.arcgis.schematic
Interface ISchematicRouteNodeReductionRule

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicRouteNodeReductionRuleProxy, SchematicRouteNodeReductionRule

public interface ISchematicRouteNodeReductionRule
extends java.io.Serializable

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

Description: 'Provides access to members that manage the generic Schematic Route Node Reduction 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 IIDc3ac385d_7157_489a_9d07_01e2c043ab71
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDc3ac385d_7157_489a_9d07_01e2c043ab71

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

isReduceByAngle

boolean isReduceByAngle()
                        throws java.io.IOException,
                               AutomationException
Indicates if the reduction reduces all the nodes.

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

setReduceByAngle

void setReduceByAngle(boolean reduceByAngle)
                      throws java.io.IOException,
                             AutomationException
Indicates if the reduction reduces all the nodes.

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

getReduceAngle

int getReduceAngle()
                   throws java.io.IOException,
                          AutomationException
Reduction angle of the rule.

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

setReduceAngle

void setReduceAngle(int reduceAngle)
                    throws java.io.IOException,
                           AutomationException
Reduction angle of the rule.

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