Changes between Version 6 and Version 7 of rfc20_srs_axes


Ignore:
Timestamp:
Jan 10, 2008, 1:47:26 PM (17 years ago)
Author:
warmerdam
Comment:

revised somewhat.

Legend:

Unmodified
Added
Removed
Modified
  • rfc20_srs_axes

    v6 v7  
    4747== OGRSpatialReference ==
    4848
    49 New methods:
     49=== New methods ===
    5050
    5151{{{
     
    6868Note that OGRSpatialReference::!StripNodes( "AXIS" ); can be used to strip axis definitions where they are not desired.
    6969
    70 Changed Methods:
     70=== importFromURN ===
    7171
    72  * 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.
     72Modify importFromURN() to set AXIS values properly for EPSG and OGC geographic coordinate systems.  So urn:...:EPSG: will be assumed to really honour EPSG conventions.
     73
     74=== SetWellKnownGeogCS() ===
     75
     76This method appears to be the only code
    7377 * Modify SetWellKnownGeogCS() to *not* set AXIS values, and strip AXIS values out of any other hardcoded WKT definitions.
     78
     79=== importFromEPSG() ===
     80
    7481 * importFromEPSG() will continue to *not* set AXIS values for GEOGCS coordinate systems.
    75  * importFromEPSG() *will* now set axis values for projected coordinate systems (at least in cases like Krovak where it is a non-default axis orientation).
     82 * importFromEPSG() will now set axis values for projected coordinate systems (at least in cases like Krovak where it is a non-default axis orientation).
    7683
    7784== OGRCoordinateTransformation ==
     
    8289
    8390 * GMLJP2 (classes in gcore/gdalgmlcoverage.cpp and gcore/gdaljp2metadata.cpp).
    84  * WCS
    85  * WMS (maybe?)
     91 * WCS (based on interpretation of urns).
     92 * WMS (maybe? actually, I suspect we don't actually get the coordinate system from the capabalities)
    8693 * OGR GML (maybe? only GML3 affected?)
     94 * BSB, SAR_CEOS, ENVISAT, HDF4, JDEM, L1B, LAN, SRTMHGT: Like SetWellKnownGeogCS() these all include lat/long AXIS specifications in their hardcoded WGS84 coordinate systems.  These need to be removed so they will default to being interpreted as long/lat.
    8795
    8896== Questions ==