Changes between Version 2 and Version 3 of MapGuideRfc110


Ignore:
Timestamp:
Feb 23, 2011, 9:23:25 AM (13 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc110

    v2 v3  
    3535
    3636{{{
    37 MgByteReader* ProfileRenderMap(
    38     MgMap* map,
    39     MgSelection* selection,
    40     MgCoordinate* center,
    41     double scale,
    42     INT32 width,
    43     INT32 height,
    44     MgColor* backgroundColor,
    45     CREFSTRING format,
    46     bool bKeepSelection);
     37MgByteReader* ProfileRenderMap(MgMap* map,
     38                               MgSelection* selection,
     39                               MgCoordinate* center,
     40                               double scale,
     41                               INT32 width,
     42                               INT32 height,
     43                               MgColor* backgroundColor,
     44                               CREFSTRING format,
     45                               bool bKeepSelection);
    4746}}}
    4847
    4948{{{
    50 MgByteReader* ProfileRenderDynamicOverlay(
    51         MgMap* map,
    52         MgSelection* selection,
    53         MgRenderingOptions* options);
     49MgByteReader* ProfileRenderDynamicOverlay(MgMap* map,
     50                                          MgSelection* selection,
     51                                          MgRenderingOptions* options);
    5452}}}
    5553
    5654{{{
    57 MgByteReader* ProfileRenderMapLegend(
    58     MgMap* map,
    59     INT32 width,
    60     INT32 height,
    61     MgColor* backgroundColor,
    62     CREFSTRING format);
    63 }}}
    64 
    65 Parameters:
    66 {{{
     55MgByteReader* ProfileRenderMapLegend(MgMap* map,
     56                                     INT32 width,
     57                                     INT32 height,
     58                                     MgColor* backgroundColor,
     59                                     CREFSTRING format);
    6760}}}
    6861
     
    7164}}}
    7265
    73 Note: The results of the ProfileResource() API depend on the type of resource profiled.
     66Note: The results of the !ProfileResource() API depend on the type of resource profiled.
    7467
    7568Information gathered: