Changes between Version 17 and Version 18 of MapGuideRfc67
- Timestamp:
- 06/19/09 12:35:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc67
v17 v18 149 149 The !ForceRefresh() method exists to allow for products that can’t automatically respond to associated resource changes. Such a product is !MapGuide where there can be no event support (this is not possible even internally since the site server and web server could be separated). In such products, a client that modifies a resource must invoke a method on the object that is affected by the resource change directly. In Layer API of Geospatial Platform, the !ForceRefresh on !MgLayerBase helps refresh the layer after its layer definition was modified. 150 150 151 [[BR]] 152 [[Image(PrintLayoutElementInteractionDiagram.PNG)]] 153 [[BR]] 154 155 156 ==== !PrintLayout Resource schema ==== 157 158 This class represents a runtime print layout just as !MgLayerBase represents a runtime !MapLayer. It is the container of all print layout elements. It is constructed using the resource identifier of a print layout resource that has information about the paper size, media name, etc. The diagram below shows a preliminary schema for the print layout. 151 159 152 160