|
|||||||||
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.geodatabase.ITopologyRuleProxy
Description: 'Provides access to memebers that return information about topology rules.' 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 ITopologyRuleProxy
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.geodatabase.ITopologyRule |
---|
IID, IIDa53b59a5_2efc_41c4_9769_c0faa13e62e9 |
Constructor Summary | |
---|---|
|
ITopologyRuleProxy()
Deprecated. For internal use only |
|
ITopologyRuleProxy(java.lang.Object obj)
Deprecated. |
protected |
ITopologyRuleProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITopologyRuleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITopologyRuleProxy(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. |
void |
errorShapeTypes(boolean[] multipoints,
boolean[] polylines,
boolean[] polygons)
Deprecated. Indicates the shape types of errors for the topology rule. |
int |
getDestinationClassID()
Deprecated. Destination ClassID of the topology rule. |
int |
getDestinationSubtype()
Deprecated. Destination subtype of the topology rule. |
java.lang.String |
getGUID()
Deprecated. GUID of the topology rule. |
java.lang.String |
getName()
Deprecated. Name of the topology rule. |
int |
getOriginClassID()
Deprecated. Origin ClassID of the topology rule. |
int |
getOriginSubtype()
Deprecated. Origin subtype of the topology rule. |
int |
getTopologyRuleType()
Deprecated. Topology rule type of the topology rule. |
boolean |
isAllDestinationSubtypes()
Deprecated. Indicates if all destination subtypes are specified for the topology rule. |
boolean |
isAllOriginSubtypes()
Deprecated. Indicates if all origin subtypes are specified for the topology rule. |
boolean |
isDestinationSubtypeSpecified()
Deprecated. Indicates if a destination subtype has been specified. |
boolean |
isOriginSubtypeSpecified()
Deprecated. Indicates if an origin subtype has been specified. |
boolean |
isTriggerErrorEvents()
Deprecated. Indicates if error events are triggered for the topology rule. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAllDestinationSubtypes(boolean allSubtypes)
Deprecated. Indicates if all destination subtypes are specified for the topology rule. |
void |
setAllOriginSubtypes(boolean allSubtypes)
Deprecated. Indicates if all origin subtypes are specified for the topology rule. |
void |
setDestinationClassID(int classID)
Deprecated. Destination ClassID of the topology rule. |
void |
setDestinationSubtype(int subType)
Deprecated. Destination subtype of the topology rule. |
void |
setName(java.lang.String name)
Deprecated. Name of the topology rule. |
void |
setOriginClassID(int classID)
Deprecated. Origin ClassID of the topology rule. |
void |
setOriginSubtype(int subType)
Deprecated. Origin subtype of the topology rule. |
void |
setTopologyRuleType(int ruleType)
Deprecated. Topology rule type of the topology rule. |
void |
setTriggerErrorEvents(boolean errorEvents)
Deprecated. Indicates if error events are triggered for the topology 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 ITopologyRuleProxy(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 ITopologyRuleProxy()
public ITopologyRuleProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITopologyRuleProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITopologyRuleProxy(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 getName() throws java.io.IOException, AutomationException
getName
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface ITopologyRule
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGUID() throws java.io.IOException, AutomationException
getGUID
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOriginClassID() throws java.io.IOException, AutomationException
getOriginClassID
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOriginClassID(int classID) throws java.io.IOException, AutomationException
setOriginClassID
in interface ITopologyRule
classID
- The classID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOriginSubtype() throws java.io.IOException, AutomationException
getOriginSubtype
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOriginSubtype(int subType) throws java.io.IOException, AutomationException
setOriginSubtype
in interface ITopologyRule
subType
- The subType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDestinationClassID() throws java.io.IOException, AutomationException
getDestinationClassID
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDestinationClassID(int classID) throws java.io.IOException, AutomationException
setDestinationClassID
in interface ITopologyRule
classID
- The classID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDestinationSubtype() throws java.io.IOException, AutomationException
getDestinationSubtype
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDestinationSubtype(int subType) throws java.io.IOException, AutomationException
setDestinationSubtype
in interface ITopologyRule
subType
- The subType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTopologyRuleType() throws java.io.IOException, AutomationException
getTopologyRuleType
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTopologyRuleType(int ruleType) throws java.io.IOException, AutomationException
setTopologyRuleType
in interface ITopologyRule
ruleType
- A com.esri.arcgis.geodatabase.esriTopologyRuleType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isTriggerErrorEvents() throws java.io.IOException, AutomationException
isTriggerErrorEvents
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTriggerErrorEvents(boolean errorEvents) throws java.io.IOException, AutomationException
setTriggerErrorEvents
in interface ITopologyRule
errorEvents
- The errorEvents (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void errorShapeTypes(boolean[] multipoints, boolean[] polylines, boolean[] polygons) throws java.io.IOException, AutomationException
errorShapeTypes
in interface ITopologyRule
multipoints
- The multipoints (out: use single element array)polylines
- The polylines (out: use single element array)polygons
- The polygons (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllOriginSubtypes() throws java.io.IOException, AutomationException
isAllOriginSubtypes
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllOriginSubtypes(boolean allSubtypes) throws java.io.IOException, AutomationException
setAllOriginSubtypes
in interface ITopologyRule
allSubtypes
- The allSubtypes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllDestinationSubtypes() throws java.io.IOException, AutomationException
isAllDestinationSubtypes
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllDestinationSubtypes(boolean allSubtypes) throws java.io.IOException, AutomationException
setAllDestinationSubtypes
in interface ITopologyRule
allSubtypes
- The allSubtypes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOriginSubtypeSpecified() throws java.io.IOException, AutomationException
isOriginSubtypeSpecified
in interface ITopologyRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDestinationSubtypeSpecified() throws java.io.IOException, AutomationException
isDestinationSubtypeSpecified
in interface ITopologyRule
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 |