public interface ITopologyRule
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa53b59a5_2efc_41c4_9769_c0faa13e62e9 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
errorShapeTypes(boolean[] multipoints,
boolean[] polylines,
boolean[] polygons)
Indicates the shape types of errors for the topology rule.
|
int |
getDestinationClassID()
Destination ClassID of the topology rule.
|
int |
getDestinationSubtype()
Destination subtype of the topology rule.
|
java.lang.String |
getGUID()
GUID of the topology rule.
|
java.lang.String |
getName()
Name of the topology rule.
|
int |
getOriginClassID()
Origin ClassID of the topology rule.
|
int |
getOriginSubtype()
Origin subtype of the topology rule.
|
int |
getTopologyRuleType()
Topology rule type of the topology rule.
|
boolean |
isAllDestinationSubtypes()
Indicates if all destination subtypes are specified for the topology rule.
|
boolean |
isAllOriginSubtypes()
Indicates if all origin subtypes are specified for the topology rule.
|
boolean |
isDestinationSubtypeSpecified()
Indicates if a destination subtype has been specified.
|
boolean |
isOriginSubtypeSpecified()
Indicates if an origin subtype has been specified.
|
boolean |
isTriggerErrorEvents()
Indicates if error events are triggered for the topology rule.
|
void |
setAllDestinationSubtypes(boolean allSubtypes)
Indicates if all destination subtypes are specified for the topology rule.
|
void |
setAllOriginSubtypes(boolean allSubtypes)
Indicates if all origin subtypes are specified for the topology rule.
|
void |
setDestinationClassID(int classID)
Destination ClassID of the topology rule.
|
void |
setDestinationSubtype(int subType)
Destination subtype of the topology rule.
|
void |
setName(java.lang.String name)
Name of the topology rule.
|
void |
setOriginClassID(int classID)
Origin ClassID of the topology rule.
|
void |
setOriginSubtype(int subType)
Origin subtype of the topology rule.
|
void |
setTopologyRuleType(int ruleType)
Topology rule type of the topology rule.
|
void |
setTriggerErrorEvents(boolean errorEvents)
Indicates if error events are triggered for the topology rule.
|
static final int IIDa53b59a5_2efc_41c4_9769_c0faa13e62e9
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getGUID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getOriginClassID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setOriginClassID(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.int getOriginSubtype()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setOriginSubtype(int subType)
throws java.io.IOException,
AutomationException
subType - The subType (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getDestinationClassID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDestinationClassID(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.int getDestinationSubtype()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDestinationSubtype(int subType)
throws java.io.IOException,
AutomationException
subType - The subType (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getTopologyRuleType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTopologyRuleType(int ruleType)
throws java.io.IOException,
AutomationException
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.boolean isTriggerErrorEvents()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTriggerErrorEvents(boolean errorEvents)
throws java.io.IOException,
AutomationException
errorEvents - The errorEvents (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void errorShapeTypes(boolean[] multipoints,
boolean[] polylines,
boolean[] polygons)
throws java.io.IOException,
AutomationException
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.boolean isAllOriginSubtypes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAllOriginSubtypes(boolean allSubtypes)
throws java.io.IOException,
AutomationException
allSubtypes - The allSubtypes (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isAllDestinationSubtypes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAllDestinationSubtypes(boolean allSubtypes)
throws java.io.IOException,
AutomationException
allSubtypes - The allSubtypes (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isOriginSubtypeSpecified()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isDestinationSubtypeSpecified()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.