|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.ISchematicNodeReductionRuleByPriorityProxy
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 =
public class ISchematicNodeReductionRuleByPriorityProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.schematic.ISchematicNodeReductionRuleByPriority |
|---|
IID, IID1ba9b292_c035_4d19_968b_49a7ef3ef867 |
| Constructor Summary | |
|---|---|
|
ISchematicNodeReductionRuleByPriorityProxy()
Deprecated. For internal use only |
|
ISchematicNodeReductionRuleByPriorityProxy(java.lang.Object obj)
Deprecated. |
protected |
ISchematicNodeReductionRuleByPriorityProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISchematicNodeReductionRuleByPriorityProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISchematicNodeReductionRuleByPriorityProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getActivePriority()
Deprecated. Indicates if the element class priority is activated. |
java.lang.Object |
getElementClassPrioritiesToReduceAlways()
Deprecated. 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()
Deprecated. Name of the extended criteria. |
java.lang.Object |
getOrderedElementClassPriorities()
Deprecated. List of the element class names ordered by their decreasing priority for the Schematic Node Reduction By Priority rule. |
boolean |
isExtendedCriteriaUsed()
Deprecated. Indicates if additional extended criteria is used. |
boolean |
isNodeDegreeConstraint()
Deprecated. Indicates if the degree of the nodes is a constraint for the Schematic Node Reduction By Priority rule. |
boolean |
isReduceIfOnlyTwoChoicesWithSamePriority()
Deprecated. 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()
Deprecated. 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()
Deprecated. 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()
Deprecated. Indicates if the nodes with degree 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
boolean |
isReduceNodeDegreeSup3()
Deprecated. Indicates if the nodes with a degree upper than 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setActivePriority(int priority)
Deprecated. Indicates if the element class priority is activated. |
void |
setElementClassPrioritiesToReduceAlways(java.lang.Object names)
Deprecated. 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)
Deprecated. Name of the extended criteria. |
void |
setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
Deprecated. Indicates if additional extended criteria is used. |
void |
setNodeDegreeConstraint(boolean degreeConstraint)
Deprecated. Indicates if the degree of the nodes is a constraint for the Schematic Node Reduction By Priority rule. |
void |
setOrderedElementClassPriorities(java.lang.Object names)
Deprecated. List of the element class names ordered by their decreasing priority for the Schematic Node Reduction By Priority rule. |
void |
setReduceIfOnlyTwoChoicesWithSamePriority(boolean reduce)
Deprecated. 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)
Deprecated. 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)
Deprecated. 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)
Deprecated. Indicates if the nodes with degree 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
void |
setReduceNodeDegreeSup3(boolean reduce)
Deprecated. Indicates if the nodes with a degree upper than 2 must be automatically reduced by the Schematic Node Reduction By Priority rule. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ISchematicNodeReductionRuleByPriorityProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ISchematicNodeReductionRuleByPriorityProxy()
public ISchematicNodeReductionRuleByPriorityProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISchematicNodeReductionRuleByPriorityProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISchematicNodeReductionRuleByPriorityProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public boolean isNodeDegreeConstraint()
throws java.io.IOException,
AutomationException
isNodeDegreeConstraint in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNodeDegreeConstraint(boolean degreeConstraint)
throws java.io.IOException,
AutomationException
setNodeDegreeConstraint in interface ISchematicNodeReductionRuleByPrioritydegreeConstraint - The degreeConstraint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReduceNodeDegree0()
throws java.io.IOException,
AutomationException
isReduceNodeDegree0 in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReduceNodeDegree0(boolean reduce)
throws java.io.IOException,
AutomationException
setReduceNodeDegree0 in interface ISchematicNodeReductionRuleByPriorityreduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReduceNodeDegree1()
throws java.io.IOException,
AutomationException
isReduceNodeDegree1 in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReduceNodeDegree1(boolean reduce)
throws java.io.IOException,
AutomationException
setReduceNodeDegree1 in interface ISchematicNodeReductionRuleByPriorityreduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReduceNodeDegree2()
throws java.io.IOException,
AutomationException
isReduceNodeDegree2 in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReduceNodeDegree2(boolean reduce)
throws java.io.IOException,
AutomationException
setReduceNodeDegree2 in interface ISchematicNodeReductionRuleByPriorityreduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReduceNodeDegreeSup3()
throws java.io.IOException,
AutomationException
isReduceNodeDegreeSup3 in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReduceNodeDegreeSup3(boolean reduce)
throws java.io.IOException,
AutomationException
setReduceNodeDegreeSup3 in interface ISchematicNodeReductionRuleByPriorityreduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getActivePriority()
throws java.io.IOException,
AutomationException
getActivePriority in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActivePriority(int priority)
throws java.io.IOException,
AutomationException
setActivePriority in interface ISchematicNodeReductionRuleByPrioritypriority - A com.esri.arcgis.schematic.esriSchematicReductionPriority constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getOrderedElementClassPriorities()
throws java.io.IOException,
AutomationException
getOrderedElementClassPriorities in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrderedElementClassPriorities(java.lang.Object names)
throws java.io.IOException,
AutomationException
setOrderedElementClassPriorities in interface ISchematicNodeReductionRuleByPrioritynames - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReduceIfOnlyTwoChoicesWithSamePriority()
throws java.io.IOException,
AutomationException
isReduceIfOnlyTwoChoicesWithSamePriority in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReduceIfOnlyTwoChoicesWithSamePriority(boolean reduce)
throws java.io.IOException,
AutomationException
setReduceIfOnlyTwoChoicesWithSamePriority in interface ISchematicNodeReductionRuleByPriorityreduce - The reduce (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getElementClassPrioritiesToReduceAlways()
throws java.io.IOException,
AutomationException
getElementClassPrioritiesToReduceAlways in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElementClassPrioritiesToReduceAlways(java.lang.Object names)
throws java.io.IOException,
AutomationException
setElementClassPrioritiesToReduceAlways in interface ISchematicNodeReductionRuleByPrioritynames - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExtendedCriteriaUsed()
throws java.io.IOException,
AutomationException
isExtendedCriteriaUsed in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
throws java.io.IOException,
AutomationException
setExtendedCriteriaUsed in interface ISchematicNodeReductionRuleByPriorityextendedCriteriaUsed - The extendedCriteriaUsed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExtendedCriteriaName()
throws java.io.IOException,
AutomationException
getExtendedCriteriaName in interface ISchematicNodeReductionRuleByPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
throws java.io.IOException,
AutomationException
setExtendedCriteriaName in interface ISchematicNodeReductionRuleByPriorityextendedCriteriaName - 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 | ||||||||