Changes between Version 42 and Version 43 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 29, 2010, 1:28:04 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v42 v43  
    117117== !GetVisibleMapExtent ==#GetVisibleMapExtent2.1
    118118=== Overview ===
    119 === Parameters ===
    120 === Usage ===
    121 === Technical Notes ===
     119Returns the visible map extent in map coordinate system units for the map specified by SESSION and MAPNAME.  !GetVisibleMapExtent in !MapGuide 2.1 is identical to [#GetVisibleMapExtent2.0 GetVisibleMapExtent in MapGuide 2.0] with the addition of a CLIENTAGENT parameter.
     120=== Parameters ===
     121|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
     122|| [#Operation1.0 OPERATION] || GETVISIBLEMAPEXTENT || Yes || Operation to execute ||
     123|| [#Version1.0 VERSION] || 2.0.0 || Yes || Operation version ||
     124|| [#ClientAgent2.1 CLIENTAGENT] || text || Optional || Descriptive text for client ||
     125|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display. ||
     126|| [#MapName1.0 MAPNAME] || text || Yes || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. ||
     127|| [#SetViewCenterX1.0 SETVIEWCENTERX] || double || Optional || Set X coordinate for center of map. ||
     128|| [#SetViewCenterY1.0 SETVIEWCENTERY] || double || Optional || Set Y coordinate for center of map. ||
     129|| [#SetViewScale1.0 SETVIEWSCALE] || double || Optional || Set scale for map. ||
     130|| [#SetDisplayDpi1.0 SETDISPLAYDPI] || integer || Optional || Set DPI for map. ||
     131|| [#SetDisplayWidth1.0 SETDISPLAYWIDTH] || integer || Optional || Set width of image in pixels. ||
     132|| [#SetDisplayHeight1.0 SETDISPLAYHEIGHT] || integer || Optional || Set height of image in pixels. ||
     133|| [#ShowLayers1.0 SHOWLAYERS] || text || Optional || List of layers to display. ||
     134|| [#HideLayers1.0 HIDELAYERS] || text || Optional || List of layers to hide. ||
     135|| [#ShowGroups1.0 SHOWGROUPS] || text || Optional || List of groups to display. ||
     136|| [#HideGroups1.0 HIDEGROUPS] || text || Optional || List of groups to hide. ||
     137|| [#OutputFormat2.0 FORMAT] || text || Optional || Desired output format. ||
    122138== !QueryMapFeatures ==#QueryMapFeatures2.1
    123139=== Overview ===