Changes between Version 2 and Version 3 of MapGuideRfc43


Ignore:
Timestamp:
Dec 5, 2007, 4:15:13 PM (16 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc43

    v2 v3  
    2727== Motivation ==
    2828
    29 FDO maps some database types like an Oracle NUMBER to an Fdo decimal.  The decimal type is a double precision number.  MapGuide does not fully support interaction with double precision identity properties.  This RFC adds the required API to support this.
     29FDO maps some database types like an Oracle NUMBER to an Fdo decimal.  The decimal type is a double precision number.  !MapGuide does not fully support interaction with double precision identity properties.  This RFC adds the required API to support this.
    3030
    3131== Funding/Resources ==
     
    3636
    3737* Add the following API to MgSelectionBase
    38 {
     38{{{
    3939    // Add a single selection to the set where the identity property is a double.
    4040    void AddFeatureIdDouble(MgLayerBase* layer, CREFSTRING className, double identifier); 
    41 }
     41}}}
    4242* Modify the Server and Web Extensions code bases to map the Fdo decimal type to an !MgDoubleProperty.
    4343