Changes between Version 2 and Version 3 of rfc20_srs_axes


Ignore:
Timestamp:
Jan 4, 2008, 12:29:24 PM (16 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc20_srs_axes

    v2 v3  
    6060}}}
    6161
    62 Note that OGRSpatialReference::StripNodes( "AXIS" ); can be used to strip axis definitions where they are not desired.
     62Note that OGRSpatialReference::!StripNodes( "AXIS" ); can be used to strip axis definitions where they are not desired.
    6363
    6464Changed Methods:
    6565
    66 * Modify importFromURN() to set AXIS values properly for EPSG and OGC geographic coordinate systems.  So urn:...:EPSG: will be assumed to really honour EPSG conventions.
    67 * Modify SetWellKnownGeogCS() to *not* set AXIS values, and strip AXIS values out of any other hardcoded WKT definitions.
    68 * importFromEPSG() will continue to *not* set AXIS values for GEOGCS coordinate systems.
    69 * importFromEPSG() *will* now set axis values for projected coordinate systems (at least in cases like Krovak where it is a non-default axis orientation).
     66 * Modify importFromURN() to set AXIS values properly for EPSG and OGC geographic coordinate systems.  So urn:...:EPSG: will be assumed to really honour EPSG conventions.
     67 * Modify SetWellKnownGeogCS() to *not* set AXIS values, and strip AXIS values out of any other hardcoded WKT definitions.
     68 * importFromEPSG() will continue to *not* set AXIS values for GEOGCS coordinate systems.
     69 * importFromEPSG() *will* now set axis values for projected coordinate systems (at least in cases like Krovak where it is a non-default axis orientation).
    7070
    7171== OGRCoordinateTransformation ==
     
    7777== Questions ==
    7878
    79 # Should we try and address the Z axis too?
    80 # Are there values other than EAST, WEST, NORTH and SOUTH in the specification?
    81 # Should we use an enumeration for EAST, WEST, NORTH and SOUTH instead of #define's.
    82 #
     79 1. Should we try and address the Z axis too?
     80 2. Are there values other than EAST, WEST, NORTH and SOUTH in the specification?
     81 3. Should we use an enumeration for EAST, WEST, NORTH and SOUTH instead of #define's.
     82