Pitney Bowes MapXtreme User Manual
Page 561

Appendix G: Defining the MapInfo Codespace
Defining the MapInfo Codespace
MapXtreme v7.1
568
Developer Guide
operators
A scalar attribute comparison operator
or a geometry operator or a boolean
operator.
eq | neq | lt | gt |
lteq | gteq
Binary scalar value operator.
Example: mapinfo:op eq
in | not_in
Scalar value in/not_in an enumerated
set of
scalar values, e.g., value in {2, 50, 88,
95}
value not_in {“NY”, “NJ”}.
Examples:
mapinfo:op in
mapinfo:op not_in
between |
not_between
Scalar value is between two other
scalar values based on the order
relation of that scalar value type, e.g.,
value between {5, 25}
value not_between {1may2000,
30may2000}
Examples:
mapinfo:op between
mapinfo:op not_between
like | not_like
A string value matches the RHS
pattern. The format of the RHS pattern
may be specific to the data source,
e.g., lastname like “Jo%”. (Uses the
Oracle wildcard character '%').
Examples:
mapinfo:op like
mapinfo:op not_like
intersects
The feature geometry fg intersects the
given Polygon.
Example: mapinfo:op intersects
MapInfo Codespace Definition (continued)
Category
Position 1
Position
2
Position
3
Position
4
Explanation and Example