public interface ITopologyRuleContainer
extends java.io.Serializable
Description: 'Provides access to members that return and set 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb65d9fee_6d67_47fd_ac13_06bde90a1b34 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addRule(ITopologyRule rule)
Adds a topology rule.
|
void |
deleteRule(ITopologyRule rule)
Deletes a topology rule.
|
void |
demoteFromRuleException(ITopologyErrorFeature errorException)
Demotes a topology error from an exception to an error.
|
IRule |
getRule(int ruleID)
The topology rule with the corresponding ID.
|
IRule |
getRuleByGUID(java.lang.String gUID)
The rule with the globally unique ID.
|
IEnumRule |
getRules()
An enumeration of all the topology rules.
|
IEnumRule |
getRulesByClass(int classID)
An enumeration of all the rules for a given class.
|
IEnumRule |
getRulesByClassAndSubtype(int classID,
int subType)
An enumeration of all the rules for a given class and subtype.
|
boolean |
isCanAddRule(ITopologyRule rule)
Indicates if the topology rule can be added to the topology.
|
void |
promoteToRuleException(ITopologyErrorFeature errorException)
Promotes a topology error to an exception.
|
static final int IIDb65d9fee_6d67_47fd_ac13_06bde90a1b34
static final int xxDummy
static final java.lang.String IID
IRule getRule(int ruleID) throws java.io.IOException, AutomationException
ruleID
- The ruleID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumRule getRules() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRule getRuleByGUID(java.lang.String gUID) throws java.io.IOException, AutomationException
gUID
- The gUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumRule getRulesByClass(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumRule getRulesByClassAndSubtype(int classID, int subType) throws java.io.IOException, AutomationException
classID
- The classID (in)subType
- The subType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanAddRule(ITopologyRule rule) throws java.io.IOException, AutomationException
rule
- A reference to a com.esri.arcgis.geodatabase.ITopologyRule (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addRule(ITopologyRule rule) throws java.io.IOException, AutomationException
rule
- A reference to a com.esri.arcgis.geodatabase.ITopologyRule (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteRule(ITopologyRule rule) throws java.io.IOException, AutomationException
rule
- A reference to a com.esri.arcgis.geodatabase.ITopologyRule (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void promoteToRuleException(ITopologyErrorFeature errorException) throws java.io.IOException, AutomationException
errorException
- A reference to a com.esri.arcgis.geodatabase.ITopologyErrorFeature (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void demoteFromRuleException(ITopologyErrorFeature errorException) throws java.io.IOException, AutomationException
errorException
- A reference to a com.esri.arcgis.geodatabase.ITopologyErrorFeature (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.