Changes between Version 1 and Version 2 of MapGuideRfc61

Show
Ignore:
Timestamp:
04/06/09 19:48:13 (4 years ago)
Author:
stevedang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc61

    v1 v2  
    3636== Proposed Solution == 
    3737 
     38 * Update the documentation on the following APIs, indicating they will be deprecated in the future: 
     39 
     40{{{ 
     41    virtual MgSpatialContextReader* MgFeatureService::GetSpatialContexts(MgResourceIdentifier* resource, bool activeOnly) = 0; 
     42 
     43    bool MgSpatialContextReader::IsActive(); 
     44}}} 
     45  
     46 * Update the documentation on the !FdoSpatialContextList-1.0.0.xsd schema, indicating the Spatial Context active flag is obsolete and no longer in use, and will be deprecated in the future. 
    3847 * Add a new !GetSpatialContexts API to the Feature Service: 
    3948 
     
    7887== Implications == 
    7988 
    80  * The following APIs will be deprecated in the future, and therefore, should be avoided to be used: 
    81  
    82 {{{ 
    83     virtual MgSpatialContextReader* MgFeatureService::GetSpatialContexts(MgResourceIdentifier* resource, bool activeOnly) = 0; 
    84  
    85     bool MgSpatialContextReader::IsActive(); 
    86 }}} 
    87   
    88  * The documentation will be updated accordingly. 
     89 * Avoid using the APIs listed above as they will be deprecated in the future. 
    8990 
    9091== Test Plan ==