Changes between Version 2 and Version 3 of MapGuideRfc161
- Timestamp:
- 06/15/17 06:30:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc161
v2 v3 92 92 || TRANSFORMTO || string || Optional || The coordinate system (CS-Map code) to transform the simplified geometry into. Only required in combination with `COORDINATESYSTEM ` if you intend to transform the geometry result || 93 93 94 All operators are invoked in the form of {{{GEOMETRYA OPERATOR GEOMETRYB}}}. Where ordering of input geometries matters (the operator is not commutative), refer to this rule. 95 94 96 === Spatial Predicate === 95 97 … … 114 116 || GEOMETRYB || string || Yes || The Well-Known Text of the second input geometry || 115 117 || OPERATOR || CONTAINS/CROSSES/DISJOINT/EQUALS/INTERSECTS/OVERLAPS/TOUCHES/WITHIN || Yes || The desired operator for this spatial predicate test ||result || 118 119 All operators are invoked in the form of {{{GEOMETRYA OPERATOR GEOMETRYB}}}. Where ordering of input geometries matters (the operator is not commutative), refer to this rule. 116 120 117 121 == MgGeometry enhancements ==