com.esri.arcgis.controls
Interface esriARSpatialRelationship

All Superinterfaces:
java.io.Serializable

public interface esriARSpatialRelationship
extends java.io.Serializable

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

Description: 'Spatial relationship options.' 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 esriARSpatialRelationshipContains
          Query shape contains target shape.
static int esriARSpatialRelationshipCrosses
          Query shape crosses target shape.
static int esriARSpatialRelationshipEnvelopeIntersects
          Envelope of query shape intersects envelope of target shape.
static int esriARSpatialRelationshipIndexIntersects
          Query shape intersects index entry for target shape (primary index filter).
static int esriARSpatialRelationshipIntersects
          Query shape intersects target shape.
static int esriARSpatialRelationshipOverlaps
          Query shape overlaps target shape.
static int esriARSpatialRelationshipRelation
          Query shape IBE (Interior-Boundary-Exterior) relationship with target shape.
static int esriARSpatialRelationshipTouches
          Query shape touches target shape.
static int esriARSpatialRelationshipUndefined
          No defined spatial relationship.
static int esriARSpatialRelationshipWithin
          Query shape is within target shape.
 

Field Detail

esriARSpatialRelationshipUndefined

static final int esriARSpatialRelationshipUndefined
No defined spatial relationship.

See Also:
Constant Field Values

esriARSpatialRelationshipIntersects

static final int esriARSpatialRelationshipIntersects
Query shape intersects target shape.

See Also:
Constant Field Values

esriARSpatialRelationshipEnvelopeIntersects

static final int esriARSpatialRelationshipEnvelopeIntersects
Envelope of query shape intersects envelope of target shape.

See Also:
Constant Field Values

esriARSpatialRelationshipIndexIntersects

static final int esriARSpatialRelationshipIndexIntersects
Query shape intersects index entry for target shape (primary index filter).

See Also:
Constant Field Values

esriARSpatialRelationshipTouches

static final int esriARSpatialRelationshipTouches
Query shape touches target shape.

See Also:
Constant Field Values

esriARSpatialRelationshipOverlaps

static final int esriARSpatialRelationshipOverlaps
Query shape overlaps target shape.

See Also:
Constant Field Values

esriARSpatialRelationshipCrosses

static final int esriARSpatialRelationshipCrosses
Query shape crosses target shape.

See Also:
Constant Field Values

esriARSpatialRelationshipWithin

static final int esriARSpatialRelationshipWithin
Query shape is within target shape.

See Also:
Constant Field Values

esriARSpatialRelationshipContains

static final int esriARSpatialRelationshipContains
Query shape contains target shape.

See Also:
Constant Field Values

esriARSpatialRelationshipRelation

static final int esriARSpatialRelationshipRelation
Query shape IBE (Interior-Boundary-Exterior) relationship with target shape.

See Also:
Constant Field Values