|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicNodeReductionRuleByPriority
COM Interface 'ISchematicNodeReductionRuleByPriority'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that manage the generic Schematic Node Reduction By Priority 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 |
IID1ba9b292_c035_4d19_968b_49a7ef3ef867
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getActivePriority()
Indicates if the element class priority is activated. |
java.lang.Object |
getElementClassPrioritiesToReduceAlways()
List of the element class names the Schematic Node Reduction By Priority rule must always reduce ordered by their decreasing priority. |
java.lang.String |
getExtendedCriteriaName()
Name of the extended criteria. |
java.lang.Object |
getOrderedElementClassPriorities()
List of the element class names ordered by their decreasing priority for the Schematic Node Reduction By Priority rule. |
boolean |
isExtendedCriteriaUsed()
Indicates if additional extended criteria is used. |
boolean |
isNodeDegreeConstraint()
Indicates if the degree of the nodes is a constraint for the Schematic Node Reduction By Priority rule. |
boolean |
isReduceIfOnlyTwoChoicesWithSamePriority()
Indicates if the Schematic Node Reduction By Priority rule occurs if there are only two possibilities to apply the rule and if these solutions have the same priority. |
boolean |
isReduceNodeDegree0()
Indicates if the disconnected nodes (that is, the nodes with degree 0) must be automatically reduced by the Schematic Node Reduction By Priority rule. |
boolean |
isReduceNodeDegree1()
Indicates if the leaves nodes (that is, the nodes with degree 1) must be automatically reduced by the Schematic Node Reduction By Priority rule. |
boolean |
isReduceNodeDegree2()
Indicates if the nodes with degree 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
boolean |
isReduceNodeDegreeSup3()
Indicates if the nodes with a degree upper than 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
void |
setActivePriority(int priority)
Indicates if the element class priority is activated. |
void |
setElementClassPrioritiesToReduceAlways(java.lang.Object names)
List of the element class names the Schematic Node Reduction By Priority rule must always reduce ordered by their decreasing priority. |
void |
setExtendedCriteriaName(java.lang.String extendedCriteriaName)
Name of the extended criteria. |
void |
setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
Indicates if additional extended criteria is used. |
void |
setNodeDegreeConstraint(boolean degreeConstraint)
Indicates if the degree of the nodes is a constraint for the Schematic Node Reduction By Priority rule. |
void |
setOrderedElementClassPriorities(java.lang.Object names)
List of the element class names ordered by their decreasing priority for the Schematic Node Reduction By Priority rule. |
void |
setReduceIfOnlyTwoChoicesWithSamePriority(boolean reduce)
Indicates if the Schematic Node Reduction By Priority rule occurs if there are only two possibilities to apply the rule and if these solutions have the same priority. |
void |
setReduceNodeDegree0(boolean reduce)
Indicates if the disconnected nodes (that is, the nodes with degree 0) must be automatically reduced by the Schematic Node Reduction By Priority rule. |
void |
setReduceNodeDegree1(boolean reduce)
Indicates if the leaves nodes (that is, the nodes with degree 1) must be automatically reduced by the Schematic Node Reduction By Priority rule. |
void |
setReduceNodeDegree2(boolean reduce)
Indicates if the nodes with degree 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
void |
setReduceNodeDegreeSup3(boolean reduce)
Indicates if the nodes with a degree upper than 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
| Field Detail |
|---|
static final int IID1ba9b292_c035_4d19_968b_49a7ef3ef867
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isNodeDegreeConstraint()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNodeDegreeConstraint(boolean degreeConstraint)
throws java.io.IOException,
AutomationException
degreeConstraint - The degreeConstraint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReduceNodeDegree0()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReduceNodeDegree0(boolean reduce)
throws java.io.IOException,
AutomationException
reduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReduceNodeDegree1()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReduceNodeDegree1(boolean reduce)
throws java.io.IOException,
AutomationException
reduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReduceNodeDegree2()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReduceNodeDegree2(boolean reduce)
throws java.io.IOException,
AutomationException
reduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReduceNodeDegreeSup3()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReduceNodeDegreeSup3(boolean reduce)
throws java.io.IOException,
AutomationException
reduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getActivePriority()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActivePriority(int priority)
throws java.io.IOException,
AutomationException
priority - A com.esri.arcgis.schematic.esriSchematicReductionPriority constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getOrderedElementClassPriorities()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrderedElementClassPriorities(java.lang.Object names)
throws java.io.IOException,
AutomationException
names - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReduceIfOnlyTwoChoicesWithSamePriority()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReduceIfOnlyTwoChoicesWithSamePriority(boolean reduce)
throws java.io.IOException,
AutomationException
reduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getElementClassPrioritiesToReduceAlways()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setElementClassPrioritiesToReduceAlways(java.lang.Object names)
throws java.io.IOException,
AutomationException
names - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExtendedCriteriaUsed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
throws java.io.IOException,
AutomationException
extendedCriteriaUsed - The extendedCriteriaUsed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExtendedCriteriaName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
throws java.io.IOException,
AutomationException
extendedCriteriaName - The extendedCriteriaName (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 | ||||||||