com.esri.arcgis.schematic
Interface esriSchematicSpatialQueryRuleSearchMethod

All Superinterfaces:
java.io.Serializable

public interface esriSchematicSpatialQueryRuleSearchMethod
extends java.io.Serializable

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

Description: 'Spatial query rule selection method.' 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 esriSchematicSearchAreIdenticalTo
          Search features that are identical to.
static int esriSchematicSearchBoundaryTouches
          Search features that boundary touches.
static int esriSchematicSearchCompletelyContains
          Search for features that are completely contains in.
static int esriSchematicSearchCompletelyWithin
          Search for features that are completely within.
static int esriSchematicSearchContainedBy
          Search features that are contained by.
static int esriSchematicSearchContains
          Search features that contains.
static int esriSchematicSearchCrossedByTheOutlineOf
          Search features that are crossed by the outline of.
static int esriSchematicSearchHaveTheirCenterIn
          Search for features that have their center in.
static int esriSchematicSearchIntersect
          Search for features that intersect.
static int esriSchematicSearchNotTouchOrOverlap
          Search features that not touch or overlap.
static int esriSchematicSearchShareALineSegmentWith
          Search for features that share a line segment with.
static int esriSchematicSearchWithinADistance
          Search for features that are within a specified distance.
 

Field Detail

esriSchematicSearchIntersect

static final int esriSchematicSearchIntersect
Search for features that intersect.

See Also:
Constant Field Values

esriSchematicSearchWithinADistance

static final int esriSchematicSearchWithinADistance
Search for features that are within a specified distance.

See Also:
Constant Field Values

esriSchematicSearchCompletelyContains

static final int esriSchematicSearchCompletelyContains
Search for features that are completely contains in.

See Also:
Constant Field Values

esriSchematicSearchCompletelyWithin

static final int esriSchematicSearchCompletelyWithin
Search for features that are completely within.

See Also:
Constant Field Values

esriSchematicSearchHaveTheirCenterIn

static final int esriSchematicSearchHaveTheirCenterIn
Search for features that have their center in.

See Also:
Constant Field Values

esriSchematicSearchShareALineSegmentWith

static final int esriSchematicSearchShareALineSegmentWith
Search for features that share a line segment with.

See Also:
Constant Field Values

esriSchematicSearchBoundaryTouches

static final int esriSchematicSearchBoundaryTouches
Search features that boundary touches.

See Also:
Constant Field Values

esriSchematicSearchAreIdenticalTo

static final int esriSchematicSearchAreIdenticalTo
Search features that are identical to.

See Also:
Constant Field Values

esriSchematicSearchCrossedByTheOutlineOf

static final int esriSchematicSearchCrossedByTheOutlineOf
Search features that are crossed by the outline of.

See Also:
Constant Field Values

esriSchematicSearchContains

static final int esriSchematicSearchContains
Search features that contains.

See Also:
Constant Field Values

esriSchematicSearchContainedBy

static final int esriSchematicSearchContainedBy
Search features that are contained by.

See Also:
Constant Field Values

esriSchematicSearchNotTouchOrOverlap

static final int esriSchematicSearchNotTouchOrOverlap
Search features that not touch or overlap.

See Also:
Constant Field Values