Changes between Version 2 and Version 3 of MapGuideRfc161


Ignore:
Timestamp:
Jun 15, 2017, 6:30:00 AM (7 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc161

    v2 v3  
    9292|| 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 ||
    9393
     94All 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
    9496=== Spatial Predicate ===
    9597
     
    114116|| GEOMETRYB || string || Yes || The Well-Known Text of the second input geometry ||
    115117|| OPERATOR || CONTAINS/CROSSES/DISJOINT/EQUALS/INTERSECTS/OVERLAPS/TOUCHES/WITHIN || Yes || The desired operator for this spatial predicate test ||result ||
     118
     119All 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.
    116120
    117121== MgGeometry enhancements ==