Changes between Version 2 and Version 3 of MapGuideRfc110
- Timestamp:
- 02/23/11 09:23:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapGuideRfc110
v2 v3 35 35 36 36 {{{ 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); 37 MgByteReader* 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); 47 46 }}} 48 47 49 48 {{{ 50 MgByteReader* ProfileRenderDynamicOverlay( 51 MgMap* map, 52 MgSelection* selection, 53 MgRenderingOptions* options); 49 MgByteReader* ProfileRenderDynamicOverlay(MgMap* map, 50 MgSelection* selection, 51 MgRenderingOptions* options); 54 52 }}} 55 53 56 54 {{{ 57 MgByteReader* ProfileRenderMapLegend( 58 MgMap* map, 59 INT32 width, 60 INT32 height, 61 MgColor* backgroundColor, 62 CREFSTRING format); 63 }}} 64 65 Parameters: 66 {{{ 55 MgByteReader* ProfileRenderMapLegend(MgMap* map, 56 INT32 width, 57 INT32 height, 58 MgColor* backgroundColor, 59 CREFSTRING format); 67 60 }}} 68 61 … … 71 64 }}} 72 65 73 Note: The results of the ProfileResource() API depend on the type of resource profiled.66 Note: The results of the !ProfileResource() API depend on the type of resource profiled. 74 67 75 68 Information gathered: