Changes between Version 1 and Version 2 of MapGuideRfc110


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc110

    v1 v2  
    3535
    3636{{{
    37 MgByteReader* ProfileMap(
     37MgByteReader* ProfileRenderMap(
    3838    MgMap* map,
    3939    MgSelection* selection,
     
    4444    MgColor* backgroundColor,
    4545    CREFSTRING format,
    46     bool bKeepSelection)
     46    bool bKeepSelection);
    4747}}}
    4848
    4949{{{
    50 MgByteReader* ProfileMapLegend(
     50MgByteReader* ProfileRenderDynamicOverlay(
     51        MgMap* map,
     52        MgSelection* selection,
     53        MgRenderingOptions* options);
     54}}}
     55
     56{{{
     57MgByteReader* ProfileRenderMapLegend(
    5158    MgMap* map,
    5259    INT32 width,
    5360    INT32 height,
    5461    MgColor* backgroundColor,
    55     CREFSTRING format)
     62    CREFSTRING format);
    5663}}}
    5764
     
    6168
    6269{{{
    63 MgByteReader* ProfileLayer()
     70MgByteReader* ProfileResource(MgResourceIdentifier* resource)
    6471}}}
    6572
     73Note: The results of the ProfileResource() API depend on the type of resource profiled.
     74
     75Information gathered:
     76
     77!MapDefinition:
    6678{{{
    67 MgByteReader* ProfileFeatureSource()
     79}}}
     80
     81!LayerDefinition:
     82{{{
     83}}}
     84
     85!FeatureSource:
     86{{{
    6887}}}
    6988
     
    7190
    7291* TBD XML document schema
    73 
    74 Information gathered:
    75 
    76 MapDefinition:
    77 {{{
    78 }}}
    79 
    80 LayerDefinition:
    81 {{{
    82 }}}
    83 
    84 FeatureSource:
    85 {{{
    86 }}}
    8792
    8893== Implications ==