Changes between Version 5 and Version 6 of FDORfc66


Ignore:
Timestamp:
Apr 24, 2013, 1:12:00 PM (11 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc66

    v5 v6  
    1717== Overview ==
    1818
    19 This proposal adds coordinate system transformation support when serialize XML using FdoXmlFeatureSerializer::XmlSerialize(...).
     19This proposal adds coordinate system transformation support when serialize XML using FdoXmlFeatureSerializer::!XmlSerialize(...).
    2020
    2121== Motivation ==
    2222
    23 FdoXmlFeatureSerializer is used for serializing FDO features into XML, for example it can serialize FDO features into WFS GML format.
     23!FdoXmlFeatureSerializer is used for serializing FDO features into XML, for example it can serialize FDO features into WFS GML format.
    2424
    2525{{{
     
    2727        FdoIFeatureReader*              reader,
    2828        FdoXmlFeatureWriter*            writer,
    29     FdoXmlFeatureFlags*             flags)
     29        FdoXmlFeatureFlags*             flags)
    3030}}}
    3131
     
    4444}}}
    4545
    46 And FdoXmlFeatureFlags adopt this if the caller wants to do coordinate system transformation.
     46And !FdoXmlFeatureFlags adopt this if the caller wants to do coordinate system transformation.
    4747
    4848{{{
     
    5555This srs name and transform is called during FDO serializing XML. The default value is NULL, so if caller does not set it, it's ignored and work as before.
    5656
    57 The caller can make a class inherit from FdoCoordinateSystemTransform and implement real CoordinateSystemTransform(...) function, set the instance to FdoXmlFeatureFlags, and the feature data is transformed.
     57The caller can make a class inherit from !FdoCoordinateSystemTransform and implement real !CoordinateSystemTransform(...) function, set the instance to !FdoXmlFeatureFlags, and the feature data is transformed.
    5858
    5959== Implications ==
     
    6565Add unit test in FDO to do pseudo coordinate system transformation.
    6666
    67 Test in MapGuide to do real coordinate system transformation.
     67Test in !MapGuide to do real coordinate system transformation.
    6868
    6969== !Funding/Resources ==