com.esri.arcgis.geometry
Interface esriSpatialRelationEnum

All Superinterfaces:
java.io.Serializable

public interface esriSpatialRelationEnum
extends java.io.Serializable

Constants from esriSpatialRelationEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Spatial relationship types - includes those defined by the OpenGIS Simple Features Specification For OLE/COM, Revision 1.1' 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 =


Field Summary
static int esriSpatialRelationCross
          The interiors of two lines intersect in a point, or the interiors of a line and polygon intersect in a line.
static int esriSpatialRelationDisjoint
          Disjoint.
static int esriSpatialRelationIn
          OpenGIS relationship 'in' - disallows polyline on boundary of polygon.
static int esriSpatialRelationInteriorIntersection
          Intersection excluding boundary touch
static int esriSpatialRelationIntersection
          Interior intersection or boundary touch, same as 'not disjoint'.
static int esriSpatialRelationLineCoincidence
          Boundary intersection is of dimension one.
static int esriSpatialRelationLineTouch
          Boundary intersection is of dimension one and interiors are disjoint.
static int esriSpatialRelationOverlap
          Two lines share a common sub-line, or two areas share a common sub-area.
static int esriSpatialRelationPointTouch
          Boundary intersection is of dimension zero and interiors are disjoint.
static int esriSpatialRelationRelation
          Allows specification of any relationship in the Dimension Extended Nine Intersection Model.
static int esriSpatialRelationTouch
          Point-touch or line-touch (OpenGIS touch relationship).
static int esriSpatialRelationWithin
          Same as esriSpatialRelationIn; but in addition, geometry can be on boundary.
 

Field Detail

esriSpatialRelationDisjoint

static final int esriSpatialRelationDisjoint
Disjoint.

See Also:
Constant Field Values

esriSpatialRelationIntersection

static final int esriSpatialRelationIntersection
Interior intersection or boundary touch, same as 'not disjoint'.

See Also:
Constant Field Values

esriSpatialRelationInteriorIntersection

static final int esriSpatialRelationInteriorIntersection
Intersection excluding boundary touch

See Also:
Constant Field Values

esriSpatialRelationIn

static final int esriSpatialRelationIn
OpenGIS relationship 'in' - disallows polyline on boundary of polygon.

See Also:
Constant Field Values

esriSpatialRelationWithin

static final int esriSpatialRelationWithin
Same as esriSpatialRelationIn; but in addition, geometry can be on boundary.

See Also:
Constant Field Values

esriSpatialRelationPointTouch

static final int esriSpatialRelationPointTouch
Boundary intersection is of dimension zero and interiors are disjoint.

See Also:
Constant Field Values

esriSpatialRelationLineTouch

static final int esriSpatialRelationLineTouch
Boundary intersection is of dimension one and interiors are disjoint.

See Also:
Constant Field Values

esriSpatialRelationTouch

static final int esriSpatialRelationTouch
Point-touch or line-touch (OpenGIS touch relationship).

See Also:
Constant Field Values

esriSpatialRelationLineCoincidence

static final int esriSpatialRelationLineCoincidence
Boundary intersection is of dimension one. Interiors may or may not intersect.

See Also:
Constant Field Values

esriSpatialRelationCross

static final int esriSpatialRelationCross
The interiors of two lines intersect in a point, or the interiors of a line and polygon intersect in a line.

See Also:
Constant Field Values

esriSpatialRelationOverlap

static final int esriSpatialRelationOverlap
Two lines share a common sub-line, or two areas share a common sub-area.

See Also:
Constant Field Values

esriSpatialRelationRelation

static final int esriSpatialRelationRelation
Allows specification of any relationship in the Dimension Extended Nine Intersection Model.

See Also:
Constant Field Values