|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriARSpatialRelationship
Spatial relationship options.
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 |
---|
static final int esriARSpatialRelationshipUndefined
static final int esriARSpatialRelationshipIntersects
static final int esriARSpatialRelationshipEnvelopeIntersects
static final int esriARSpatialRelationshipIndexIntersects
static final int esriARSpatialRelationshipTouches
static final int esriARSpatialRelationshipOverlaps
static final int esriARSpatialRelationshipCrosses
static final int esriARSpatialRelationshipWithin
static final int esriARSpatialRelationshipContains
static final int esriARSpatialRelationshipRelation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |