|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicNodeReductionRuleProxy
Description: 'Provides access to members that manage the generic Schematic 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 =
public class ISchematicNodeReductionRuleProxy
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.ISchematicNodeReductionRule |
---|
IID, IID408e7ab3_d216_49ae_b683_017edb258d0f |
Constructor Summary | |
---|---|
|
ISchematicNodeReductionRuleProxy()
Deprecated. For internal use only |
|
ISchematicNodeReductionRuleProxy(java.lang.Object obj)
Deprecated. |
protected |
ISchematicNodeReductionRuleProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISchematicNodeReductionRuleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISchematicNodeReductionRuleProxy(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. |
java.lang.String |
getDescription()
Deprecated. Description of the Schematic Node Reduction rule. |
java.lang.String |
getIncidentLinkAttributeName()
Deprecated. Name of the attribute field that use for the link attribute option. |
java.lang.String |
getNodeClassName()
Deprecated. 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. |
java.lang.String |
getWhereClause()
Deprecated. Where clause used on associated feature to filter the schematic elements to reduce. |
boolean |
isKeepVertices()
Deprecated. Indicates if the Schematic Node Reduction rule keeps the links vertices. |
boolean |
isUseIncidentLinkAttribute()
Deprecated. Indicates if the Schematic Node Reduction rule use the link attribute. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDescription(java.lang.String description)
Deprecated. Description of the Schematic Node Reduction rule. |
void |
setIncidentLinkAttributeName(java.lang.String incidentLinkAttributeName)
Deprecated. Name of the attribute field that use for the link attribute option. |
void |
setKeepVertices(boolean keepVertices)
Deprecated. Indicates if the Schematic Node Reduction rule keeps the links vertices. |
void |
setNodeClassName(java.lang.String nodeClassName)
Deprecated. 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)
Deprecated. Indicates if the Schematic Node Reduction rule use the link attribute. |
void |
setWhereClause(java.lang.String whereClause)
Deprecated. Where clause used on associated feature to filter the schematic elements to reduce. |
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 ISchematicNodeReductionRuleProxy(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.IOException
public ISchematicNodeReductionRuleProxy()
public ISchematicNodeReductionRuleProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISchematicNodeReductionRuleProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISchematicNodeReductionRuleProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface ISchematicNodeReductionRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
setDescription
in interface ISchematicNodeReductionRule
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNodeClassName() throws java.io.IOException, AutomationException
getNodeClassName
in interface ISchematicNodeReductionRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNodeClassName(java.lang.String nodeClassName) throws java.io.IOException, AutomationException
setNodeClassName
in interface ISchematicNodeReductionRule
nodeClassName
- The nodeClassName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isKeepVertices() throws java.io.IOException, AutomationException
isKeepVertices
in interface ISchematicNodeReductionRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeepVertices(boolean keepVertices) throws java.io.IOException, AutomationException
setKeepVertices
in interface ISchematicNodeReductionRule
keepVertices
- The keepVertices (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWhereClause() throws java.io.IOException, AutomationException
getWhereClause
in interface ISchematicNodeReductionRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
setWhereClause
in interface ISchematicNodeReductionRule
whereClause
- The whereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseIncidentLinkAttribute() throws java.io.IOException, AutomationException
isUseIncidentLinkAttribute
in interface ISchematicNodeReductionRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseIncidentLinkAttribute(boolean useIncidentLinkAttribute) throws java.io.IOException, AutomationException
setUseIncidentLinkAttribute
in interface ISchematicNodeReductionRule
useIncidentLinkAttribute
- The useIncidentLinkAttribute (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIncidentLinkAttributeName() throws java.io.IOException, AutomationException
getIncidentLinkAttributeName
in interface ISchematicNodeReductionRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIncidentLinkAttributeName(java.lang.String incidentLinkAttributeName) throws java.io.IOException, AutomationException
setIncidentLinkAttributeName
in interface ISchematicNodeReductionRule
incidentLinkAttributeName
- The incidentLinkAttributeName (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 |