public interface esriTopologyRuleType
extends java.io.Serializable
Description: 'Types of 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 int |
esriInternalTRTParcel
The rule is for internal use only.
|
static int |
esriTRTAny
The rule type can be any.
|
static int |
esriTRTAreaAreaCoverEachOther
The rule is an 2 areas cover each other rule.
|
static int |
esriTRTAreaBoundaryCoveredByAreaBoundary
The rule is an area boundary covered by line rule.
|
static int |
esriTRTAreaBoundaryCoveredByLine
The rule is an area boundary covered by line rule.
|
static int |
esriTRTAreaContainOnePoint
The rule is one point must be found in each area.
|
static int |
esriTRTAreaContainPoint
The rule is an area contain point rule.
|
static int |
esriTRTAreaCoveredByArea
The rule is an area covered by area rule.
|
static int |
esriTRTAreaCoveredByAreaClass
The rule is an area covered by area class rule.
|
static int |
esriTRTAreaNoGaps
The rule is an area-no gap rule.
|
static int |
esriTRTAreaNoOverlap
The rule is an area-no overlap rule.
|
static int |
esriTRTAreaNoOverlapArea
The rule is an area covered by area rule.
|
static int |
esriTRTFeatureLargerThanClusterTolerance
The rule is a feature to be deleted is smaller than the cluster tolerance rule.
|
static int |
esriTRTLineCoveredByAreaBoundary
The rule is a line covered by area boundary rule.
|
static int |
esriTRTLineCoveredByLineClass
The rule is a line covered by line class rule.
|
static int |
esriTRTLineEndpointCoveredByPoint
The rule is a line endpoint covered by point rule.
|
static int |
esriTRTLineInsideArea
The rule is a line must be inside area rule.
|
static int |
esriTRTLineNoDangles
The rule is a line-no dangles rule.
|
static int |
esriTRTLineNoIntersection
The rule is a line-no intersection rule.
|
static int |
esriTRTLineNoIntersectLine
The rule is a line must not intersect with line rule.
|
static int |
esriTRTLineNoIntersectOrInteriorTouch
The rule is a line-no intersect or interior touch rule.
|
static int |
esriTRTLineNoIntersectOrInteriorTouchLine
The rule is a line must not intersect or touch interior of line rule.
|
static int |
esriTRTLineNoMultipart
The rule is a line cannot be multipart rule.
|
static int |
esriTRTLineNoOverlap
The rule is a line-no overlap rule.
|
static int |
esriTRTLineNoOverlapLine
The rule is a line-no overlap line rule.
|
static int |
esriTRTLineNoPseudos
The rule is a line with no pseudo-nodes rule.
|
static int |
esriTRTLineNoSelfIntersect
The rule is a line-no self intersect rule.
|
static int |
esriTRTLineNoSelfOverlap
The rule is a line-no self overlap rule.
|
static int |
esriTRTPointCoincidePoint
The rule is a point must be coincident with point rule.
|
static int |
esriTRTPointCoveredByAreaBoundary
The rule is a point covered by area boundary rule.
|
static int |
esriTRTPointCoveredByLine
The rule is a point covered by line rule.
|
static int |
esriTRTPointCoveredByLineEndpoint
The rule is a point covered by line endpoint rule.
|
static int |
esriTRTPointDisjoint
The rule is a point must be disjoint rule.
|
static int |
esriTRTPointProperlyInsideArea
The rule is a point properly inside area rule.
|
static final int esriTRTAny
static final int esriTRTFeatureLargerThanClusterTolerance
static final int esriTRTAreaNoGaps
static final int esriTRTAreaNoOverlap
static final int esriTRTAreaCoveredByAreaClass
static final int esriTRTAreaAreaCoverEachOther
static final int esriTRTAreaCoveredByArea
static final int esriTRTAreaNoOverlapArea
static final int esriTRTLineCoveredByAreaBoundary
static final int esriTRTLineInsideArea
static final int esriTRTPointCoveredByAreaBoundary
static final int esriTRTPointProperlyInsideArea
static final int esriTRTAreaContainOnePoint
static final int esriTRTLineNoOverlap
static final int esriTRTLineNoIntersection
static final int esriTRTLineNoDangles
static final int esriTRTLineNoPseudos
static final int esriTRTLineCoveredByLineClass
static final int esriTRTLineNoOverlapLine
static final int esriTRTPointCoveredByLine
static final int esriTRTPointCoveredByLineEndpoint
static final int esriTRTPointDisjoint
static final int esriTRTPointCoincidePoint
static final int esriTRTAreaBoundaryCoveredByLine
static final int esriTRTAreaBoundaryCoveredByAreaBoundary
static final int esriTRTLineNoSelfOverlap
static final int esriTRTLineNoSelfIntersect
static final int esriTRTLineNoIntersectOrInteriorTouch
static final int esriTRTLineEndpointCoveredByPoint
static final int esriTRTAreaContainPoint
static final int esriTRTLineNoMultipart
static final int esriTRTLineNoIntersectLine
static final int esriTRTLineNoIntersectOrInteriorTouchLine
static final int esriInternalTRTParcel