Changes between Version 3 and Version 4 of MapGuide


Ignore:
Timestamp:
Jun 17, 2010, 3:22:46 PM (14 years ago)
Author:
NormOlsen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuide

    v3 v4  
    99||RFC Template Version||(1.0)||
    1010||Submission Date||(Date/Time submitted)||
    11 ||Last Modified||(your name here) (modification date here)||
    12 ||Author||(your name here)||
    13 ||RFC Status||(draft, proposed, frozen for vote, adopted, retracted, or rejected)||
    14 ||Implementation Status||(pending, under development, completed)||
    15 ||Proposed Milestone||(e.g. 1.1, 1.3, 2.1)||
     11||Last Modified||Norm Olsen 17 June 2010||
     12||Author||Nortm Olsen||
     13||RFC Status||draft||
     14||Implementation Status|| ||
     15||Proposed Milestone||2.2||
    1616||Assigned PSC guide(s)||(when determined)||
    1717||'''Voting History'''||(vote date)||
    18 ||+1||Bob, Andy, Haris||
    19 ||+0||Paul||
    20 ||-0||Tom, Bruce||
    21 ||-1||Jason (troublemaker)||
     18||+1|| ||
     19||+0|| ||
     20||-0|| ||
     21||-1|| ||
    2222||no vote|| ||
    2323
     
    3636== Proposed Solution ==
    3737
    38 Implementation is rather simple.  Four additional intface functions will be added as follows.  No exceptions are thrown, the API's simply return zeros if the information is not available.
     38Implementation is rather simple.  Three additional interface functions will be added as follows.  No exceptions are thrown, the API's simply return zeros if the information is not available.
    3939
    4040    * INT32 MgCoordinateSystem::GetEpsgCode()
     
    4242    * INT32 MgCoordinateSystem::GetSridCode ()
    4343
    44 The return value of the GHetEpsgQuadrant is a value with the same meaning as the MgCoordinateSystem::GetQuadrant() member which is (X == first ordinate, Y == second ordinate):
     44The return value of the GetEpsgQuadrant function is a value with the same meaning as the MgCoordinateSystem::GetQuadrant() member which is (X == first ordinate, Y == second ordinate):
    4545
    46 *    1   X increases to the East,  Y increases to the North
    47 *    2   X increases to the West,  Y increases to the North
    48 *    3   X increases to the West,  Y increases to the South
    49 *    4   X increases to the East,  Y increases to the South
    50 *   -1   X increases to the North, Y increases to the East
    51 *   -2   X increases to the North, Y increases to the West
    52 *   -3   X increases to the South, Y increases to the West
    53 *   -4   X increases to the South, Y increases to the East
     46||1||X increases to the East,  Y increases to the North||
     47||2||X increases to the West,  Y increases to the North||
     48||3||X increases to the West,  Y increases to the South||
     49||4||X increases to the East,  Y increases to the South||
     50||-1||X increases to the North, Y increases to the East||
     51||-2||X increases to the North, Y increases to the West||
     52||-3||X increases to the South, Y increases to the West||
     53||-4||X increases to the South, Y increases to the East||
    5454
    5555== Implications ==