[mapguide-users] Re: maestro expression editor syntax
Jackie Ng
jumpinjackie at gmail.com
Wed Sep 15 20:03:31 EDT 2010
The grammar for filters is here (BNF notation):
http://www.osgeo.org/files/fdo/docs/FDG_FDODevGuide/files/WS73099cc142f487555e01641096cb1c9da-7c09.htm
A spatial filter is of the form:
<Identifier> <SpatialOperations> <Expression>
<Identifier> is any geometric property in your feature class
<SpatialOperations> is any of the following: CONTAINS | CROSSES | DISJOINT |
EQUALS | INTERSECTS | OVERLAPS | TOUCHES | WITHIN | COVEREDBY | INSIDE
<Expression> is any geometric property or any expression that evaluates to a
geometry, you can use the GeomFromText() expression function to use a
pre-defined geometry (in WKT form)
- Jackie
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/maestro-expression-editor-syntax-tp5536335p5536599.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list