Changes between Version 3 and Version 4 of MapGuideRfc67


Ignore:
Timestamp:
Jun 19, 2009, 8:55:53 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v3 v4  
    2929To 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.
    3030
     31=== Print Layout and Print Layout Elements ===
     32
    3133The detailed schema containing definitions of the print layout, print layout element, and print layout element definition can be found in the attached documents.
     34
     35The print layout element design involves defining an entry point for creating print layout and its elements.  This entry point is called '''!MgPrintLayoutServiceBase'''.
     36
     37This 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{{{
     40MgPrintLayoutServiceBase printLayoutService = ServiceFactory::GetService(MgResourceType::PrintLayout);
     41}}}
     42
    3243
    3344== Implications ==