Changes between Version 3 and Version 4 of MapGuideRfc67
- Timestamp:
- 06/19/09 08:55:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapGuideRfc67
v3 v4 29 29 To support common print layout elements, the general approach will be to develop a set of common definitions representing the schema of various print layout element types, the common components that embody those definitions, and supply the architecture for sharing these definitions and components accross application. 30 30 31 === Print Layout and Print Layout Elements === 32 31 33 The detailed schema containing definitions of the print layout, print layout element, and print layout element definition can be found in the attached documents. 34 35 The print layout element design involves defining an entry point for creating print layout and its elements. This entry point is called '''!MgPrintLayoutServiceBase'''. 36 37 This new service can be accessed by the familiar entry point for services specific to products using the Common Platform API. For example, it can be accessed as: 38 39 {{{ 40 MgPrintLayoutServiceBase printLayoutService = ServiceFactory::GetService(MgResourceType::PrintLayout); 41 }}} 42 32 43 33 44 == Implications ==