Changes between Version 3 and Version 4 of MapGuideRfc98


Ignore:
Timestamp:
Jun 21, 2010, 10:24:30 AM (14 years ago)
Author:
NormOlsen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc98

    v3 v4  
    3636Implementation of this RFC would be achieved by adding three new methods to the MgCoordinateSystem interface, and one new method to each of the MgCoordinateSystemDatum and MgCoordinateSystemEllipsoid interfaces as follows:
    3737
    38 INT32 MgCoordinateSystem::GetEpsgCode (void);
    39 INT32 MgCoordinateSystem::GetSridCode (void);
    40 INT16 MgCoordinateSystem::GetEpsgQuadrant (void);
    41 INT32 MgCoordinateSystemDatum::GetEpsgCode (void);
    42 INT32 MgCoordinateSystemEllipsoid::GetEpsgCode (void);
     38INT32 MgCoordinateSystem::GetEpsgCode (void);[[BR]]
     39INT32 MgCoordinateSystem::GetSridCode (void);[[BR]]
     40INT16 MgCoordinateSystem::GetEpsgQuadrant (void);[[BR]]
     41INT32 MgCoordinateSystemDatum::GetEpsgCode (void);[[BR]]
     42INT32 MgCoordinateSystemEllipsoid::GetEpsgCode (void);[[BR]]
    4343
    4444All methods will return a zero if the information is unknown; no exceptions will be thrown.