MapGuide API Reference
|
Is a set of constants used to type spatial operations. More...
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 |
Is a set of constants used to type spatial operations.