com.esri.arcgis.geodatabase
Interface esriTopologyRuleType

All Superinterfaces:
java.io.Serializable

public interface esriTopologyRuleType
extends java.io.Serializable

Types of topology rules.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTRTAny
           
static int esriTRTAreaAreaCoverEachOther
           
static int esriTRTAreaBoundaryCoveredByAreaBoundary
           
static int esriTRTAreaBoundaryCoveredByLine
           
static int esriTRTAreaContainPoint
           
static int esriTRTAreaCoveredByArea
           
static int esriTRTAreaCoveredByAreaClass
           
static int esriTRTAreaNoGaps
           
static int esriTRTAreaNoOverlap
           
static int esriTRTAreaNoOverlapArea
           
static int esriTRTFeatureLargerThanClusterTolerance
           
static int esriTRTLineCoveredByAreaBoundary
           
static int esriTRTLineCoveredByLineClass
           
static int esriTRTLineEndpointCoveredByPoint
           
static int esriTRTLineNoDangles
           
static int esriTRTLineNoIntersection
           
static int esriTRTLineNoIntersectOrInteriorTouch
           
static int esriTRTLineNoMultipart
           
static int esriTRTLineNoOverlap
           
static int esriTRTLineNoOverlapLine
           
static int esriTRTLineNoPseudos
           
static int esriTRTLineNoSelfIntersect
           
static int esriTRTLineNoSelfOverlap
           
static int esriTRTPointCoveredByAreaBoundary
           
static int esriTRTPointCoveredByLine
           
static int esriTRTPointCoveredByLineEndpoint
           
static int esriTRTPointProperlyInsideArea
           
 

Field Detail

esriTRTAny

public static final int esriTRTAny
See Also:
Constant Field Values

esriTRTFeatureLargerThanClusterTolerance

public static final int esriTRTFeatureLargerThanClusterTolerance
See Also:
Constant Field Values

esriTRTAreaNoGaps

public static final int esriTRTAreaNoGaps
See Also:
Constant Field Values

esriTRTAreaNoOverlap

public static final int esriTRTAreaNoOverlap
See Also:
Constant Field Values

esriTRTAreaCoveredByAreaClass

public static final int esriTRTAreaCoveredByAreaClass
See Also:
Constant Field Values

esriTRTAreaAreaCoverEachOther

public static final int esriTRTAreaAreaCoverEachOther
See Also:
Constant Field Values

esriTRTAreaCoveredByArea

public static final int esriTRTAreaCoveredByArea
See Also:
Constant Field Values

esriTRTAreaNoOverlapArea

public static final int esriTRTAreaNoOverlapArea
See Also:
Constant Field Values

esriTRTLineCoveredByAreaBoundary

public static final int esriTRTLineCoveredByAreaBoundary
See Also:
Constant Field Values

esriTRTPointCoveredByAreaBoundary

public static final int esriTRTPointCoveredByAreaBoundary
See Also:
Constant Field Values

esriTRTPointProperlyInsideArea

public static final int esriTRTPointProperlyInsideArea
See Also:
Constant Field Values

esriTRTLineNoOverlap

public static final int esriTRTLineNoOverlap
See Also:
Constant Field Values

esriTRTLineNoIntersection

public static final int esriTRTLineNoIntersection
See Also:
Constant Field Values

esriTRTLineNoDangles

public static final int esriTRTLineNoDangles
See Also:
Constant Field Values

esriTRTLineNoPseudos

public static final int esriTRTLineNoPseudos
See Also:
Constant Field Values

esriTRTLineCoveredByLineClass

public static final int esriTRTLineCoveredByLineClass
See Also:
Constant Field Values

esriTRTLineNoOverlapLine

public static final int esriTRTLineNoOverlapLine
See Also:
Constant Field Values

esriTRTPointCoveredByLine

public static final int esriTRTPointCoveredByLine
See Also:
Constant Field Values

esriTRTPointCoveredByLineEndpoint

public static final int esriTRTPointCoveredByLineEndpoint
See Also:
Constant Field Values

esriTRTAreaBoundaryCoveredByLine

public static final int esriTRTAreaBoundaryCoveredByLine
See Also:
Constant Field Values

esriTRTAreaBoundaryCoveredByAreaBoundary

public static final int esriTRTAreaBoundaryCoveredByAreaBoundary
See Also:
Constant Field Values

esriTRTLineNoSelfOverlap

public static final int esriTRTLineNoSelfOverlap
See Also:
Constant Field Values

esriTRTLineNoSelfIntersect

public static final int esriTRTLineNoSelfIntersect
See Also:
Constant Field Values

esriTRTLineNoIntersectOrInteriorTouch

public static final int esriTRTLineNoIntersectOrInteriorTouch
See Also:
Constant Field Values

esriTRTLineEndpointCoveredByPoint

public static final int esriTRTLineEndpointCoveredByPoint
See Also:
Constant Field Values

esriTRTAreaContainPoint

public static final int esriTRTAreaContainPoint
See Also:
Constant Field Values

esriTRTLineNoMultipart

public static final int esriTRTLineNoMultipart
See Also:
Constant Field Values