MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgFeatureSpatialOperations Class Reference

Is a set of constants used to type spatial operations. More...

List of all members.

Static Public Attributes

static const int Contains = 0
static const int CoveredBy = 8
static const int Crosses = 1
static const int Disjoint = 2
static const int EnvelopeIntersects = 10
static const int Equals = 3
static const int Inside = 9
static const int Intersects = 4
static const int Overlaps = 5
static const int Touches = 6
static const int Within = 7

Detailed Description

Is a set of constants used to type spatial operations.

Remarks:
A value from this set of constants is used as an argument incalls to MgFeatureQueryOptions::SetSpatialFilter.